-- MySQL dump 9.11 -- -- Host: 210.171.192.108 Database: gh3307_phpbb2 -- ------------------------------------------------------ -- Server version 4.0.22-standard-log -- -- Table structure for table `auth_access` -- CREATE TABLE `auth_access` ( `group_id` mediumint(8) NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `auth_view` tinyint(1) NOT NULL default '0', `auth_read` tinyint(1) NOT NULL default '0', `auth_post` tinyint(1) NOT NULL default '0', `auth_reply` tinyint(1) NOT NULL default '0', `auth_edit` tinyint(1) NOT NULL default '0', `auth_delete` tinyint(1) NOT NULL default '0', `auth_sticky` tinyint(1) NOT NULL default '0', `auth_announce` tinyint(1) NOT NULL default '0', `auth_vote` tinyint(1) NOT NULL default '0', `auth_pollcreate` tinyint(1) NOT NULL default '0', `auth_attachments` tinyint(1) NOT NULL default '0', `auth_mod` tinyint(1) NOT NULL default '0', KEY `group_id` (`group_id`), KEY `forum_id` (`forum_id`) ) TYPE=MyISAM; -- -- Dumping data for table `auth_access` -- INSERT INTO `auth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (17,10,0,0,0,0,0,0,0,0,0,0,0,1); INSERT INTO `auth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (3,1,0,0,0,0,0,0,0,0,0,0,0,1); INSERT INTO `auth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (8,6,0,0,0,0,0,0,0,0,0,0,0,1); INSERT INTO `auth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (9,7,0,0,0,0,0,0,0,0,0,0,0,1); -- -- Table structure for table `banlist` -- CREATE TABLE `banlist` ( `ban_id` mediumint(8) unsigned NOT NULL auto_increment, `ban_userid` mediumint(8) NOT NULL default '0', `ban_ip` varchar(8) NOT NULL default '', `ban_email` varchar(255) default NULL, PRIMARY KEY (`ban_id`), KEY `ban_ip_user_id` (`ban_ip`,`ban_userid`) ) TYPE=MyISAM; -- -- Dumping data for table `banlist` -- -- -- Table structure for table `categories` -- CREATE TABLE `categories` ( `cat_id` mediumint(8) unsigned NOT NULL auto_increment, `cat_title` varchar(100) default NULL, `cat_order` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`cat_id`), KEY `cat_order` (`cat_order`) ) TYPE=MyISAM; -- -- Dumping data for table `categories` -- INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (3,'R&B',40); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (2,'Website',20); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (4,'NY',50); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (5,'Jazz',60); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (6,'ALL',70); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (7,'¥Æ¥¹¥È',80); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (8,'INFORMATION',10); INSERT INTO `categories` (`cat_id`, `cat_title`, `cat_order`) VALUES (10,'trade/sale',90); -- -- Table structure for table `config` -- CREATE TABLE `config` ( `config_name` varchar(255) NOT NULL default '', `config_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_name`) ) TYPE=MyISAM; -- -- Dumping data for table `config` -- INSERT INTO `config` (`config_name`, `config_value`) VALUES ('config_id','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_disable','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('sitename','G-HOUSE03.com'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('site_desc','Coast 2 Coast Forum'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('cookie_name','phpbb2mysql'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('cookie_path','/'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('cookie_domain',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('cookie_secure','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('session_length','3600'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_html','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_html_tags','b,i,u,pre'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_bbcode','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_smilies','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_sig','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_namechange','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_theme_create','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_avatar_local','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_avatar_remote','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('allow_avatar_upload','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('enable_confirm','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('override_user_style','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('posts_per_page','15'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('topics_per_page','50'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('hot_threshold','25'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('max_poll_options','10'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('max_sig_chars','255'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('max_inbox_privmsgs','50'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('max_sentbox_privmsgs','25'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('max_savebox_privmsgs','50'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_email_sig','Thanks and enjoy your MUSIC-LIFE!\r\nhttp://bm.g-hosue03.com/phpBB2/'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_email','webmaster@g-house03.com'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('smtp_delivery','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('smtp_host',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('smtp_username',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('smtp_password',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('sendmail_fix','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('require_activation','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('flood_interval','15'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_email_form','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('avatar_filesize','6144'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('avatar_max_width','80'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('avatar_max_height','80'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('avatar_path','images/avatars'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('avatar_gallery_path','images/avatars/gallery'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('smilies_path','images/smiles'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('default_style','4'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('default_dateformat','D M d, Y H:i'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_timezone','9'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('prune_enable','1'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('privmsg_disable','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('gzip_compress','0'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('coppa_fax',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('coppa_mail',''); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('record_online_users','7'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('record_online_date','1087573690'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('server_name','bm.g-house03.com'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('server_port','80'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('script_path','/phpBB2/'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('version','.0.6'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('board_startdate','1067655950'); INSERT INTO `config` (`config_name`, `config_value`) VALUES ('default_lang','japanese'); -- -- Table structure for table `confirm` -- CREATE TABLE `confirm` ( `confirm_id` char(32) NOT NULL default '', `session_id` char(32) NOT NULL default '', `code` char(6) NOT NULL default '', PRIMARY KEY (`session_id`,`confirm_id`) ) TYPE=MyISAM; -- -- Dumping data for table `confirm` -- -- -- Table structure for table `disallow` -- CREATE TABLE `disallow` ( `disallow_id` mediumint(8) unsigned NOT NULL auto_increment, `disallow_username` varchar(25) NOT NULL default '', PRIMARY KEY (`disallow_id`) ) TYPE=MyISAM; -- -- Dumping data for table `disallow` -- -- -- Table structure for table `forum_prune` -- CREATE TABLE `forum_prune` ( `prune_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(5) unsigned NOT NULL default '0', `prune_days` smallint(5) unsigned NOT NULL default '0', `prune_freq` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`prune_id`), KEY `forum_id` (`forum_id`) ) TYPE=MyISAM; -- -- Dumping data for table `forum_prune` -- INSERT INTO `forum_prune` (`prune_id`, `forum_id`, `prune_days`, `prune_freq`) VALUES (1,12,90,10); -- -- Table structure for table `forums` -- CREATE TABLE `forums` ( `forum_id` smallint(5) unsigned NOT NULL default '0', `cat_id` mediumint(8) unsigned NOT NULL default '0', `forum_name` varchar(150) default NULL, `forum_desc` text, `forum_status` tinyint(4) NOT NULL default '0', `forum_order` mediumint(8) unsigned NOT NULL default '1', `forum_posts` mediumint(8) unsigned NOT NULL default '0', `forum_topics` mediumint(8) unsigned NOT NULL default '0', `forum_last_post_id` mediumint(8) unsigned NOT NULL default '0', `prune_next` int(11) default NULL, `prune_enable` tinyint(1) NOT NULL default '0', `auth_view` tinyint(2) NOT NULL default '0', `auth_read` tinyint(2) NOT NULL default '0', `auth_post` tinyint(2) NOT NULL default '0', `auth_reply` tinyint(2) NOT NULL default '0', `auth_edit` tinyint(2) NOT NULL default '0', `auth_delete` tinyint(2) NOT NULL default '0', `auth_sticky` tinyint(2) NOT NULL default '0', `auth_announce` tinyint(2) NOT NULL default '0', `auth_vote` tinyint(2) NOT NULL default '0', `auth_pollcreate` tinyint(2) NOT NULL default '0', `auth_attachments` tinyint(2) NOT NULL default '0', PRIMARY KEY (`forum_id`), KEY `forums_order` (`forum_order`), KEY `cat_id` (`cat_id`), KEY `forum_last_post_id` (`forum_last_post_id`) ) TYPE=MyISAM; -- -- Dumping data for table `forums` -- INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (1,2,'G-HOUSE03','http://www.g-house03.com/¤¬¼çºÅ¤¹¤ëGangsta Rap Forum',0,10,616,102,1013,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (10,2,'HIP-HOP JACKET LOVERS BBS','¥¸¥ã¥±Ç㤤¤¬»ß¤á¤é¤ì¤Ê¤¤µ®·» ¡£¤ªÂÔ¤Á¤·¤Æ¤Þ¤¹',0,40,9,2,390,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (4,8,'ºÇ½é¤Ë¤ªÆɤߤ¯¤À¤µ¤¤','FORUM¤Ë¤Ä¤¤¤Æ',1,10,5,5,862,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (6,2,'swingjam','¥·¥ç¥Ã¥×swingjam¤ÎFORUM',0,30,6,6,891,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (7,2,'SOUTHERNBALLAZ.COM','ÆîÉô¡¢¤Þ¤¿¤Ï¥µ¥¦¥¹¤Î¥é¥Ã¥×¤Ë¤Ä¤¤¤Æ¤Î·Ç¼¨ÈÄ',0,20,293,31,1006,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (11,10,'Hip-Hop/Rap','¤³¤ÎFORUMÍøÍѤǤλ³²¡¦Èï³²Åù¤ÏÅöÊý¤Ç¤ÏÀÕǤ¤ò»ý¤Á¤Þ¤»¤ó¤Î¤Ç¡¢¤´¼«Ê¬¤ÎȽÃǤǤ´ÍøÍѤ¯¤À¤µ¤¤¤Þ¤¹¤è¤¦¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£',0,10,34,14,1008,NULL,0,0,0,0,0,1,1,3,3,1,1,0); INSERT INTO `forums` (`forum_id`, `cat_id`, `forum_name`, `forum_desc`, `forum_status`, `forum_order`, `forum_posts`, `forum_topics`, `forum_last_post_id`, `prune_next`, `prune_enable`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`) VALUES (12,6,'EVENT INFORMATION','¥¤¥Ù¥ó¥È¾ðÊó',0,10,7,5,933,1104449079,1,0,0,0,0,1,1,3,3,1,1,0); -- -- Table structure for table `groups` -- CREATE TABLE `groups` ( `group_id` mediumint(8) NOT NULL auto_increment, `group_type` tinyint(4) NOT NULL default '1', `group_name` varchar(40) NOT NULL default '', `group_description` varchar(255) NOT NULL default '', `group_moderator` mediumint(8) NOT NULL default '0', `group_single_user` tinyint(1) NOT NULL default '1', PRIMARY KEY (`group_id`), KEY `group_single_user` (`group_single_user`) ) TYPE=MyISAM; -- -- Dumping data for table `groups` -- INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (1,1,'Anonymous','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (2,1,'Admin','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (3,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (4,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (5,0,'Gangsta','',3,0); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (6,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (7,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (8,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (9,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (10,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (11,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (12,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (13,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (14,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (15,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (16,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (17,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (18,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (19,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (20,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (21,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (22,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (23,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (24,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (25,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (26,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (27,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (28,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (29,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (30,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (31,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (32,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (33,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (34,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (35,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (36,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (37,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (38,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (39,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (40,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (41,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (42,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (43,1,'','Personal User',0,1); INSERT INTO `groups` (`group_id`, `group_type`, `group_name`, `group_description`, `group_moderator`, `group_single_user`) VALUES (44,1,'','Personal User',0,1); -- -- Table structure for table `posts` -- CREATE TABLE `posts` ( `post_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `forum_id` smallint(5) unsigned NOT NULL default '0', `poster_id` mediumint(8) NOT NULL default '0', `post_time` int(11) NOT NULL default '0', `poster_ip` varchar(8) NOT NULL default '', `post_username` varchar(25) default NULL, `enable_bbcode` tinyint(1) NOT NULL default '1', `enable_html` tinyint(1) NOT NULL default '0', `enable_smilies` tinyint(1) NOT NULL default '1', `enable_sig` tinyint(1) NOT NULL default '1', `post_edit_time` int(11) default NULL, `post_edit_count` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_id` (`poster_id`), KEY `post_time` (`post_time`) ) TYPE=MyISAM; -- -- Dumping data for table `posts` -- INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (92,33,4,3,1070196874,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (190,46,1,3,1073634463,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (7,6,4,3,1067761042,'cba50c39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (91,32,1,-1,1070169449,'db07ce38','h-doog',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (31,11,1,3,1068470694,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (12,10,6,7,1068265385,'da860c8f','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (13,11,1,10,1068279957,'d3135580','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (14,12,7,10,1068280265,'d3135580','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (15,11,1,10,1068356384,'dae193e3','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (16,12,7,8,1068357020,'44785182','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (17,13,7,8,1068357460,'44785182','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (18,14,7,8,1068357795,'44785182','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (19,15,7,-1,1068362686,'dc69e366','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (20,11,1,3,1068363482,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (22,13,7,3,1068363819,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (23,14,7,3,1068363897,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (24,11,1,10,1068392317,'d3135583','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (25,17,1,10,1068393009,'d3135583','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (26,12,7,10,1068393451,'d3135583','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (27,14,7,10,1068393715,'d3135583','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (28,15,7,8,1068436321,'44785182','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (29,14,7,8,1068437171,'44785182','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (30,15,7,-1,1068466538,'dc69e481','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (32,17,1,3,1068470821,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (33,11,1,10,1068539320,'dcd50d80','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (34,14,7,8,1068570365,'44785182','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (35,15,7,8,1068570657,'44785182','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (36,18,7,-1,1068628986,'3dd38203','Boo Mania',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (37,15,7,-1,1068629289,'dc69e3d6','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (38,18,7,8,1068630094,'447845f7','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (39,15,7,8,1068630940,'447845f7','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (40,18,7,-1,1068632124,'3dd38203','Boo Mania',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (41,18,7,-1,1068638964,'3dd38203','Boo Mania',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (42,15,7,-1,1068639341,'dba14c1c','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (43,18,7,-1,1068640533,'dba14c1c','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (44,18,7,10,1068643876,'d31340a9','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (45,14,7,10,1068644440,'d31340a9','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (46,18,7,-1,1068648900,'3dd38203','Boo Mania',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (47,14,7,8,1068664424,'437d9dc9','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (49,11,1,11,1068871408,'dcd5483d','',0,0,0,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (50,11,1,11,1068871465,'dcd5483d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (51,14,7,10,1068883057,'dcd51de6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (52,11,1,10,1068883308,'dcd51de6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (53,11,1,11,1068883866,'dcd548b7','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (54,19,1,10,1068884293,'dcd51de6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (55,19,1,3,1069077152,'3d18d127','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (56,20,4,3,1069118102,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (57,11,1,11,1069220387,'dcd54218','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (58,11,1,3,1069220795,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (59,21,1,-1,1069234716,'3dd2de04','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (60,11,1,11,1069240508,'dcd54218','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (61,22,1,10,1069331360,'dcd5110a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (62,22,1,3,1069451687,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (63,11,1,3,1069451779,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (64,21,1,3,1069451847,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (65,11,1,11,1069473245,'dcd54218','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (66,21,1,-1,1069491474,'dcdc6e07','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (67,22,1,10,1069496180,'dcd5233b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (68,11,1,3,1069550444,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (69,23,1,-1,1069557177,'dba14c19','G-BEGGINER',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (70,23,1,3,1069566289,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (71,23,1,-1,1069571379,'dba1fc1f','G-BEGGINNER',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (72,24,7,-1,1069665097,'3dd2de6a','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (73,24,7,-1,1069678343,'dc69e589','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (74,24,7,8,1069697035,'437d9dc9','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1012,191,1,3,1104304975,'dc939278','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1013,179,1,3,1104305189,'dc939278','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (77,27,7,-1,1069724621,'d2ea10f9','¥»¥ë¥·¥ª£çRECORDS',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (78,24,7,-1,1069759918,'dc69e98e','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (79,24,7,8,1069875301,'447845c2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (80,28,1,14,1069952115,'188293fb','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (81,28,1,-1,1069953914,'3dd2de6a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (189,45,1,3,1073633820,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (83,28,1,-1,1070054673,'cbcd6ef2','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (84,28,1,3,1070070658,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (85,29,1,3,1070071105,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (86,22,1,3,1070085890,'3d2c2d8f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (188,43,1,3,1073633676,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (187,46,1,15,1073616675,'db601d0c','',1,0,1,1,1073765264,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (89,31,1,-1,1070108584,'da787c07','AK',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (90,21,1,-1,1070124187,'3dd2a3de','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (93,34,10,16,1070198012,'db6962b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (94,29,1,15,1070242914,'dadb2739','',1,0,1,1,1070410424,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (95,28,1,10,1070370110,'db67e257','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (96,29,1,3,1070370110,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (97,34,10,3,1070372262,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (98,28,1,15,1070412327,'3dd3b5b8','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (99,31,1,-1,1070450119,'da787c07','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (100,29,1,-1,1070450224,'da787c07','AK',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (101,35,1,-1,1070553118,'3dd2a3de','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (102,29,1,15,1070632182,'db756552','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (103,29,1,10,1070641166,'dcd51b03','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (104,29,1,3,1070673633,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (105,35,1,3,1070673711,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (106,11,1,3,1070689850,'dcd75608','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (107,11,1,11,1070718270,'dcd54d9d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (108,29,1,15,1070812592,'3dd3beeb','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (109,29,1,10,1070902002,'db794a30','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (110,29,1,15,1070987745,'db756c68','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (111,36,1,15,1070988584,'db756c68','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (112,11,1,11,1071050483,'dcd54da3','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (113,37,7,8,1071081927,'447845c2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (114,29,1,10,1071302871,'db67e510','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (115,36,1,10,1071303199,'db67e510','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (116,37,7,10,1071307247,'db67e510','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (117,37,7,8,1071310813,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (118,37,7,-1,1071322603,'dc69e7ce','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (119,37,7,-1,1071323382,'dc69e7ce','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (120,37,7,18,1071333959,'db6099b2','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (121,36,1,3,1071370450,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (122,29,1,3,1071373318,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (123,29,1,15,1071395697,'db755909','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (124,37,7,-1,1071396943,'da787c07','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (125,21,1,19,1071415095,'dc114c90','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (126,14,7,-1,1071459615,'dba02e89','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (127,21,1,3,1071495372,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (128,29,1,3,1071496013,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (129,14,7,8,1071505836,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (130,37,7,8,1071507060,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (131,37,7,18,1071510118,'db6099b2','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (132,37,7,-1,1071577407,'dc69e5b6','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (133,37,7,16,1071578221,'db6962b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (134,37,7,-1,1071579131,'dc69e5b6','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (135,29,1,15,1071583799,'3dc67d8a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (136,21,1,19,1071592003,'dc114c90','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (137,37,7,-1,1071592052,'dc6017e4','C.K',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (138,37,7,8,1071606415,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (139,14,7,-1,1071649079,'dba031f4','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (140,37,7,10,1071662592,'d313591c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (141,37,7,10,1071663864,'d313591c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (142,29,1,10,1071665428,'d313591c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (143,37,7,-1,1071667553,'d381e19a','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (144,37,7,-1,1071668014,'d381e19a','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (145,21,1,3,1071881321,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (146,38,1,3,1071881529,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (147,29,1,3,1071881844,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (148,37,7,10,1071910674,'dcd52176','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (149,37,7,-1,1071912539,'d381e1ed','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (150,37,7,10,1071914425,'dcd52176','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (151,39,1,10,1071914772,'dcd52176','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (152,21,1,19,1071932830,'dc114c90','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (153,21,1,3,1071987774,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (154,11,1,3,1071988143,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (155,21,1,19,1072021533,'dc114c90','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (156,32,1,3,1072052319,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (157,40,1,3,1072134223,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (158,37,7,8,1072197915,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (159,41,1,-1,1072232017,'ddbc34c8','187',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (160,21,1,3,1072322611,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (161,41,1,3,1072322696,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (162,42,4,3,1072322852,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (163,43,1,10,1072444400,'dcd524ec','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (164,37,7,16,1072526755,'db6962b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (165,39,1,15,1072533007,'3dd3bdcc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (166,38,1,15,1072534117,'3dd3bdcc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (167,29,1,3,1072537030,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (168,39,1,10,1072540940,'dcd522c7','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (169,43,1,3,1072620321,'3d182554','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (170,37,7,-1,1072790219,'dc60d7db','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (171,29,1,-1,1072791335,'3dd67f37','L-B-B',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (172,44,1,-1,1072810838,'dc2e3cce','DSC',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (173,37,7,8,1072903651,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (174,37,7,-1,1072976459,'dc68c674','youkii',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (175,45,1,-1,1073229845,'dc690d69','£ù£í£â',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (176,45,1,15,1073249049,'3dd3b5e0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (177,39,1,15,1073249644,'3dd3b5e0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (178,45,1,3,1073259144,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (179,44,1,3,1073264166,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (180,29,1,3,1073358983,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (181,45,1,15,1073401663,'db601542','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (182,46,1,15,1073556376,'dadb24d6','',1,0,1,1,1073765214,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (183,46,1,10,1073601250,'d31358b5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (184,45,1,10,1073601644,'d31358b5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (185,39,1,10,1073601916,'d31358b5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (186,43,1,10,1073602272,'d31358b5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (191,46,1,-1,1073651432,'dc6da935','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (192,29,1,15,1073734980,'3dc67edd','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (193,46,1,15,1073737700,'3dc67edd','',1,0,1,1,1073765463,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (194,46,1,-1,1073749758,'dcdc6ee6','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (195,46,1,15,1073764912,'3dd3b7e6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (196,46,1,10,1073800562,'d31352db','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (197,47,7,10,1073801294,'d31352db','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (198,46,1,15,1073928187,'dadb329e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (199,48,1,15,1073928715,'dadb329e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (200,48,1,3,1073966159,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (201,46,1,10,1074011573,'d31358b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (202,47,7,8,1074011873,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (203,48,1,10,1074011934,'d31358b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (204,48,1,15,1074120577,'3dc67a44','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (205,46,1,15,1074121128,'3dc67a44','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (206,49,1,15,1074121998,'3dc67a44','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (207,50,1,-1,1074169156,'3dc68a4a','DJ AO',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (208,51,1,-1,1074170324,'d3123b1f','taka',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (209,47,7,10,1074186816,'dae18f1e','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (210,49,1,-1,1074188046,'d3135cfb','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (211,49,1,10,1074188250,'d3135cfb','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (212,49,1,15,1074208356,'3dc67a11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (213,51,1,15,1074208776,'3dc67a11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (214,29,1,3,1074232551,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (215,49,1,3,1074232822,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (216,29,1,15,1074250052,'dadb2653','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (217,52,1,-1,1074287822,'3d7c7ffe','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (218,51,1,-1,1074301421,'d3123b1f','taka',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (219,46,1,3,1074320513,'2bf4a531','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (220,51,1,3,1074320650,'2bf4a531','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (221,49,1,10,1074329745,'3dcddd0c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (222,49,1,15,1074348961,'db6ac307','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (223,53,6,7,1074397743,'da860c7c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (224,52,1,3,1074476348,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (225,49,1,3,1074695306,'3d1788bf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (226,54,1,-1,1074807623,'dba2e36d','hiro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (227,54,1,3,1074816289,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (228,49,1,15,1074864651,'db756d7b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (229,54,1,-1,1074941509,'dba2eb1d','hiro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (449,97,11,21,1080550757,'d5e04ba8','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (231,56,1,20,1075022628,'d2e4cb1a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (232,56,1,3,1075038088,'3d1788bf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (233,57,1,15,1075049230,'dadb2736','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (234,54,1,3,1075164340,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (235,57,1,3,1075164558,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (236,57,1,15,1075216560,'db755905','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (237,58,1,15,1075218519,'db755905','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (238,57,1,3,1075254195,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (239,58,1,3,1075254685,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (240,58,1,15,1075286131,'db601edb','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (241,59,1,-1,1075293629,'d37ccb37','red-tee',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (242,59,1,3,1075345170,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (243,60,1,-1,1075405165,'3d7c7ffe','£Î£Å£Ï £Ä£Ï£Ç£Ç',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (244,61,1,3,1075427973,'db6afe21','',1,0,1,1,1086218322,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (245,62,1,-1,1075443574,'db724c68','LBC-G',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (246,62,1,15,1075472979,'3dd3bcf6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (247,60,1,15,1075473293,'3dd3bcf6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (248,61,1,15,1075473711,'3dd3bcf6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (249,60,1,-1,1075478780,'3d7c7ffe','£Î£Å£Ï¡¡£Ä£Ï£Ç£Ç',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (250,60,1,10,1075515007,'dcd508a1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (251,57,1,10,1075515123,'dcd508a1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (252,61,1,10,1075515362,'dcd508a1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (253,57,1,15,1075570971,'3dd3b7cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (254,49,1,11,1075595594,'dcd54d41','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (255,49,1,15,1075642304,'db6016c2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (256,62,1,-1,1075647402,'db724c68','LBC-G',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (257,63,1,23,1075677123,'dcd755c3','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (258,63,1,-1,1075711058,'c65103ae','D-ILL',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (259,63,1,10,1075724740,'dcd50fb3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (260,63,1,10,1075725795,'dcd50fb3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (261,62,1,15,1075730283,'3dd3b4ba','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (262,63,1,23,1075745612,'3d2c29ca','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (263,62,1,22,1075773367,'d2895e02','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (264,57,1,3,1075858354,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (265,64,1,3,1075858718,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (266,61,1,3,1075858816,'db6afe21','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (267,57,1,10,1075989391,'d31358bc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (450,85,7,8,1080609572,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (269,14,7,3,1076458626,'3d1788bf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (270,14,7,8,1076470125,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (271,47,7,8,1076470656,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (272,66,1,-1,1076475205,'d2143ca6','toni montana',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (273,61,1,-1,1076476018,'d2143ca6','toni montana',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (274,14,7,10,1076485302,'3dc1d3fa','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (275,47,7,10,1076485927,'3dc1d3fa','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (276,66,1,10,1076487632,'3dc1d3fa','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (277,47,7,8,1076493789,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (278,14,7,8,1076496300,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (279,66,1,27,1076500851,'d2143ca6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (280,47,7,-1,1076504739,'d311564f','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (281,14,7,3,1076560471,'3d1788bf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (282,47,7,8,1076560545,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (283,66,1,3,1076560750,'3d1788bf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (284,67,10,8,1076561408,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (285,47,7,-1,1076576901,'3dd67f1c','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (286,66,1,15,1076588602,'dadb264c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (287,66,1,10,1076668938,'d3134d5c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (288,14,7,10,1076669255,'d3134d5c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (289,47,7,10,1076669467,'d3134d5c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (290,47,7,8,1076675528,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (291,14,7,8,1076676515,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (292,68,7,8,1076676995,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (293,14,7,10,1076741085,'d3135184','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (294,67,10,16,1076765445,'db6962b6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (295,66,1,15,1076771193,'db6acab0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (296,14,7,8,1076776381,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (297,67,10,8,1076777150,'437e8c16','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (298,66,1,27,1076811491,'3d167298','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (299,14,7,10,1076853027,'dcd52639','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (300,66,1,10,1076853919,'dcd52639','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (301,69,1,28,1076924178,'442a4910','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (305,71,1,-1,1077013248,'3d764cd8','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (303,71,1,-1,1076943886,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (304,71,1,-1,1076944022,'d2e9c045','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (306,71,1,-1,1077033614,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (307,72,1,-1,1077039128,'db714ecd','C¡Ý¥µ¡¼',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (308,73,1,22,1077062379,'db76b321','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (309,74,1,-1,1077098843,'db038e56','­¶FLY',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (311,73,1,3,1077163357,'2bf4a43a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (312,71,1,3,1077163477,'2bf4a43a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (313,74,1,3,1077164010,'2bf4a43a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (314,61,1,3,1077164073,'2bf4a43a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (315,76,1,-1,1077203558,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (316,76,1,3,1077236590,'2bf4a43a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (317,68,7,-1,1077255443,'d2e1e5cf','Tera Term',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (318,77,1,-1,1077258863,'da787c07','ak',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (319,68,7,8,1077270247,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (320,76,1,-1,1077287319,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (321,78,1,11,1077378667,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (322,79,1,29,1077380624,'d980608c','',1,0,1,0,1078067224,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (323,61,1,27,1077446631,'d2143c2a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (324,66,1,27,1077448476,'d2143c2a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (325,78,1,27,1077449751,'d2143c2a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (326,66,1,10,1077450936,'d3135059','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (327,78,1,10,1077452391,'d3135059','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (328,66,1,10,1077458831,'d3135059','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (329,78,1,11,1077492905,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (330,80,1,30,1077498768,'500f2c26','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (331,81,7,-1,1077535548,'dc62fba2','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (332,78,1,10,1077539637,'d3135059','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (333,78,1,11,1077542050,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (334,66,1,15,1077547789,'db6acfdd','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (335,82,1,15,1077548879,'db6acfdd','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (336,81,7,8,1077608289,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (337,81,7,-1,1077626429,'de92f46f','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (338,81,7,18,1077628957,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (339,81,7,8,1077651990,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (340,81,7,-1,1077714778,'dc62fbee','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (341,79,1,29,1077732189,'d9806009','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (342,78,1,10,1077748676,'dcd5025d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (343,66,1,10,1077748787,'dcd5025d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (345,84,7,-1,1077791332,'3dd2ca9f','PAKU',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (346,66,1,15,1077791759,'db6ac38f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (347,81,7,-1,1077799838,'de92f408','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (348,81,7,8,1077834087,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (349,81,7,-1,1077886848,'dba1fd89','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (350,81,7,-1,1077890942,'de92f4a0','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (351,81,7,8,1077890982,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (352,85,7,8,1077892318,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (353,79,1,29,1077905526,'d98060e5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (354,82,1,3,1077940521,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (355,61,1,3,1077940597,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (356,81,7,18,1077958815,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (357,85,7,18,1077960421,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (358,81,7,-1,1077972379,'dc62fc3c','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (359,79,1,29,1077974919,'d98060e5','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (360,66,1,-1,1078003569,'db07744a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (361,66,1,-1,1078003765,'db07744a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (362,66,1,10,1078003882,'d31359ba','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (363,66,1,27,1078058462,'3d16722b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (364,78,1,27,1078062900,'3d16722b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (365,66,1,10,1078077286,'d31359ba','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (366,60,1,11,1078117648,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (367,81,7,8,1078135601,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (368,85,7,8,1078136342,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (369,84,7,8,1078136567,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (370,84,7,-1,1078166165,'3d7c88af','PAKU',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (371,78,1,3,1078206831,'2bf4a5fc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (372,86,1,8,1078354794,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (373,87,1,10,1078395340,'dcd501d3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (374,67,10,10,1078397281,'dcd501d3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (375,67,10,3,1078403835,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (376,86,1,3,1078404036,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (377,87,1,3,1078404230,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (378,54,1,33,1078451537,'dc2e3cce','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (379,78,1,11,1078477141,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (380,66,1,-1,1078489128,'db756669','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (381,66,1,15,1078489237,'db756669','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (382,67,10,10,1078557536,'dcd52068','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (383,78,1,10,1078557903,'dcd52068','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (384,78,1,11,1078559387,'dcd54d17','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (385,81,7,-1,1078570416,'d31156aa','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (386,81,7,-1,1078571197,'d31156aa','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (387,81,7,8,1078571269,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (388,81,7,8,1078571967,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (389,86,1,8,1078572503,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (390,67,10,8,1078572917,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (439,60,1,3,1080224176,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (392,81,7,-1,1078637225,'d311562e','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (393,81,7,8,1078683308,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (394,81,7,-1,1078750106,'dc69e2fc','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (395,66,1,27,1078767787,'3d167359','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (396,81,7,18,1078767823,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (397,81,7,8,1078811500,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (398,81,7,-1,1078836566,'dc69e410','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (438,60,1,11,1080220079,'dcd54c8c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (400,81,7,8,1078865616,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (401,89,7,8,1078866000,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (402,81,7,18,1078936438,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (403,89,7,18,1078937400,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (404,85,7,18,1078938853,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (405,81,7,10,1078980909,'3d735b4c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (406,89,7,8,1079087911,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (407,85,7,8,1079088306,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (408,81,7,8,1079089048,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (409,81,7,-1,1079095320,'de92f461','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (410,81,7,-1,1079158125,'dc69e640','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (440,60,1,-1,1080227676,'dc6da971','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (412,85,7,10,1079238863,'db7947e8','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (413,81,7,8,1079262151,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (414,85,7,8,1079263098,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (415,91,1,-1,1079281222,'dbb78408','Crystgal',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (416,81,7,-1,1079354182,'dc69e367','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (417,81,7,8,1079432602,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (418,92,1,-1,1079485722,'43537dbb','Mob Life Records',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (419,76,1,3,1079568718,'2bf4a5ea','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (420,57,1,3,1079569096,'2bf4a5ea','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (422,76,1,-1,1079709272,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (423,57,1,3,1079750474,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (424,76,1,3,1079750635,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (425,76,1,-1,1079755001,'dcdddee5','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (426,85,7,8,1079779671,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (427,85,7,10,1079815225,'d3134d65','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (429,85,7,18,1079890508,'db6099b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (430,85,7,8,1079946625,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (431,87,1,3,1080014917,'2bf4fc3d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (432,85,7,8,1080075664,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (433,87,1,10,1080080172,'d3134d5c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (434,85,7,10,1080081055,'d3134d5c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (435,87,1,3,1080107678,'3d2c63ea','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (436,61,1,3,1080107871,'3d2c63ea','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (441,60,1,11,1080320209,'dcd54c8c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (442,60,1,-1,1080359858,'dcddde45','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (443,72,1,-1,1080404743,'da2bc516','kanehide',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (444,87,1,10,1080425459,'d3134eee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (445,60,1,10,1080425717,'d3134eee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (446,95,7,10,1080427003,'d3134eee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (447,60,1,3,1080442023,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (451,95,7,8,1080609975,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (452,98,7,8,1080610689,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (453,95,7,10,1080686630,'d3134efa','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (454,87,1,3,1080697496,'2bf4fce0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (455,95,7,8,1080765495,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (456,99,1,3,1080792382,'2bf4fce0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (457,99,1,-1,1080799599,'dcddde0f','skrush',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (458,57,1,15,1080831554,'db757c95','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (459,76,1,15,1080832623,'db757c95','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (460,85,7,10,1080844212,'db794d81','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (461,98,7,10,1080844782,'db794d81','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (462,100,1,10,1080845275,'db794d81','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (463,82,1,15,1080917034,'dadb26df','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (464,98,7,-1,1080917608,'dcd8014a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (465,100,1,15,1080917880,'dadb26df','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (466,97,11,21,1080926024,'d5e015ec','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (467,100,1,3,1080949070,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (468,82,1,3,1080949140,'3d1826d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (469,85,7,-1,1080958097,'dba1fcf0','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (470,98,7,8,1080988061,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (471,85,7,8,1081074544,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (472,81,7,8,1081074930,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (473,85,7,10,1081085346,'db794c11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (474,81,7,10,1081085947,'db794c11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (475,100,1,10,1081086453,'db794c11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (476,85,7,-1,1081087868,'de92f488','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (477,85,7,8,1081156259,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (478,81,7,8,1081156535,'4478514d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (479,101,1,10,1081262247,'db794c11','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (480,101,1,3,1081294222,'2bf4fce6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (481,99,1,3,1081294380,'2bf4fce6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (482,101,1,3,1081466495,'2bf4fd4a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (483,102,1,3,1081467155,'2bf4fd4a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (484,15,7,8,1081497936,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (485,95,7,8,1081498929,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (486,101,1,3,1081511480,'3d1788dd','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (487,15,7,-1,1081515357,'de939be6','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (488,81,7,-1,1081516993,'da2b71a5','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (489,81,7,8,1081571548,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (490,101,1,10,1081582457,'d3134856','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (491,102,1,10,1081582856,'d3134856','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (492,95,7,10,1081583672,'d3134856','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (493,81,7,-1,1081598233,'de939bf6','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (494,102,1,11,1081757872,'db7f0f63','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (495,102,1,11,1081758740,'db7f0f63','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (496,81,7,8,1081811090,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (497,103,11,8,1081811812,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (498,102,1,3,1081812228,'2bf4a4f6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (499,81,7,-1,1081845206,'3d764cb1','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (500,81,7,-1,1081853238,'dc62fe33','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (501,81,7,8,1081853385,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (502,81,7,8,1081853723,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (503,81,7,-1,1081865257,'dc69e4e1','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (504,100,1,27,1081870559,'3d16725b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (505,103,11,8,1081872775,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (506,86,1,3,1081918509,'2bf4a4f6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (507,57,1,3,1081918727,'2bf4a4f6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (508,60,1,3,1081919033,'2bf4a4f6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (509,85,7,8,1081962519,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (510,85,7,18,1081963480,'ddbc4970','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (511,60,1,10,1082045843,'dae185ee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (512,60,1,10,1082046043,'dae185ee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (513,104,7,10,1082046398,'dae185ee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (514,100,1,10,1082047220,'dae185ee','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (515,104,7,8,1082054019,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (516,85,7,8,1082054415,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (517,86,1,8,1082054606,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (518,105,1,20,1082092860,'dada399c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (519,101,1,8,1082102372,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (520,101,1,-1,1082112802,'dc69e829','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (521,106,11,29,1082147028,'c1fc03c8','',1,0,1,0,1095526091,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (522,105,1,10,1082193538,'3dcdd902','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (523,105,1,20,1082389768,'d2e7016c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (524,107,1,15,1082390289,'3dd3bc65','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (525,85,7,-1,1082403805,'dba24e5b','¤Ò¤íË·',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (526,108,1,3,1082422816,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (527,101,1,3,1082422935,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (528,86,1,3,1082423105,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (529,107,1,3,1082423700,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (530,60,1,3,1082423828,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (531,109,1,3,1082424144,'2bf4fcb5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (532,86,1,8,1082449271,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (533,101,1,8,1082449891,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (534,85,7,8,1082451066,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (535,105,1,10,1082466754,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (536,107,1,10,1082468421,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (537,104,7,10,1082468585,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (538,85,7,10,1082469492,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (539,101,1,-1,1082470036,'de92f467','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (540,105,1,20,1082471207,'d2fcc83d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (541,85,7,-1,1082498394,'dc602e71','¤Ò¤íË·',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (542,95,7,-1,1082500110,'3d779e30','¤Ò¤íË·',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (543,101,1,3,1082503470,'3d2c69fc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (544,86,1,3,1082509821,'3d2c69fc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (545,109,1,15,1082561624,'3dd3b7a3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (546,105,1,10,1082562989,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (547,85,7,10,1082563829,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (548,95,7,10,1082564081,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (549,110,7,10,1082564488,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (550,95,7,34,1082593693,'3dcf71d8','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (551,85,7,34,1082597284,'dc602a5b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (552,85,7,-1,1082642207,'dba1fd3e','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (553,86,1,8,1082643787,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (554,85,7,8,1082644326,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (555,95,7,8,1082644700,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (556,85,7,10,1082648049,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (557,95,7,10,1082649018,'d3134e6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (558,111,1,-1,1082652259,'da787c07','ak',0,0,0,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (559,111,1,-1,1082652480,'da787c07','ak',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (560,111,1,3,1082675896,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (561,86,1,3,1082676051,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (562,95,7,8,1082709989,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (563,85,7,8,1082710829,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (564,111,1,35,1082714396,'da787c07','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (565,111,1,35,1082734231,'da787c07','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (566,47,7,27,1082750363,'3d1675dd','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (567,85,7,34,1082759391,'dc602a9f','',1,0,1,0,1083501238,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (568,105,1,20,1082773047,'d2e70dc4','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (569,85,7,8,1082796399,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (570,47,7,8,1082797009,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (571,112,7,8,1082797531,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (572,113,1,35,1082823202,'da787c07','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (573,100,1,20,1082880664,'d2e9c076','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (574,85,7,10,1082897565,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (575,112,7,10,1082898536,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (576,105,1,10,1082899590,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (577,100,1,10,1082900202,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (578,105,1,20,1082901790,'d2e70d3d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (579,100,1,20,1082901960,'d2e70d3d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (580,85,7,34,1082917911,'dc602f9d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (581,98,7,34,1082918595,'dc602f9d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (582,57,1,3,1082935383,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (583,114,1,3,1082935652,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (584,115,1,3,1082958345,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (585,112,7,8,1082963272,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (586,112,7,18,1082969047,'ddbc4970','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (587,100,1,3,1082981154,'cba50c3c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (588,98,7,10,1082985202,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (589,112,7,10,1082985368,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (590,57,1,10,1082988479,'db67e046','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (591,115,1,27,1082992831,'3d1675dd','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (592,57,1,3,1083022047,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (593,115,1,8,1083084410,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (594,57,1,10,1083103909,'db794a55','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (595,57,1,10,1083104825,'db794a55','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (596,57,1,3,1083108871,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (597,115,1,3,1083109926,'dc96f81d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (598,98,7,34,1083115896,'3dcf72bc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (599,115,1,8,1083136328,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (600,98,7,8,1083136611,'44785416','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (601,115,1,-1,1083161224,'dcdce497','da pimp',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (602,112,7,-1,1083163158,'da2b7162','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (603,115,1,3,1083167777,'cba50c3c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (604,115,1,-1,1083170034,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (605,100,1,34,1083181918,'3d779d7a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (606,115,1,-1,1083216980,'dba36ada','PPG -Paw Pads',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (607,115,1,-1,1083217193,'dba36ada','PPG - Paw Pads',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (608,98,7,10,1083232751,'3d7346a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (609,100,1,10,1083233729,'3d7346a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (610,57,1,10,1083234054,'3d7346a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (611,115,1,10,1083234200,'3d7346a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (612,116,1,-1,1083257915,'d301e62c','¥Ð¥Ã¥È¥Þ¥ó',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (613,116,1,-1,1083259184,'d301e62c','¥Ð¥Ã¥È¥Þ¥ó',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (614,100,1,34,1083293604,'dba24ed5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (615,112,7,8,1083342993,'4478539d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (616,115,1,3,1083364807,'accdac57','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (617,117,1,10,1083373814,'3d7346a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (618,117,1,-1,1083391105,'dba033c5','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (619,57,1,15,1083432204,'db754ec1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (620,115,1,20,1083468106,'dada39f3','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (621,81,7,-1,1083573872,'dc60d9df','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (622,81,7,-1,1083574010,'dc60d9df','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (623,81,7,8,1083576923,'4478539d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (624,85,7,8,1083650683,'4478539d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (625,115,1,20,1083660181,'d2e70cbe','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (626,115,1,3,1083909475,'dc96fd68','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (627,115,1,10,1083931875,'d3134245','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (628,115,1,10,1083932909,'d3134245','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (629,115,1,20,1084008739,'d2e70c13','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (630,118,1,36,1084040551,'db724c8d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (631,98,7,10,1084095888,'dcd50aca','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (632,119,11,21,1084134105,'d5e04ab8','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (633,120,6,7,1084171099,'da860c7c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (634,98,7,8,1084358910,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (635,98,7,8,1084359039,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (636,101,1,8,1084359698,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (637,121,7,10,1084372764,'3dcddc82','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (638,115,1,3,1084507791,'dc96ffa0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (639,101,1,3,1084507978,'dc96ffa0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (640,101,1,8,1084517668,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (641,122,7,8,1084577884,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (642,61,1,3,1084597502,'dc96fd2f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (643,122,7,-1,1084628067,'de937c15','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (644,122,7,-1,1084630303,'de937c15','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (645,119,11,21,1084647181,'d5e01526','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (646,122,7,8,1084649709,'4478e33c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (647,122,7,10,1084798865,'d313429e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (648,122,7,-1,1084924417,'dc60d8a2','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (649,87,1,3,1084943479,'dc96fed9','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (650,123,1,-1,1085473422,'dc642e39','Big Pimpin',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (651,116,1,3,1085489842,'cba50c3b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (652,118,1,3,1085490591,'cba50c3b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (653,87,1,10,1085500590,'d3134a2d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (654,124,1,10,1085500981,'d3134a2d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (655,117,1,10,1085501271,'d3134a2d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (656,117,1,3,1085528800,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (657,117,1,20,1085664134,'3d7436dd','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (658,122,7,-1,1085664558,'3d764c6c','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (659,116,1,-1,1085862411,'db714dd0','¥Ð¥Ã¥È¥Þ¥ó',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (660,125,1,-1,1085900595,'db038e56','­¶FLY',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (661,122,7,-1,1085908019,'dc60d933','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (662,125,1,3,1086001677,'cba50c31','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (663,108,1,19,1086060374,'dc114c7a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (664,108,1,3,1086218428,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (665,116,1,3,1086218527,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (666,87,1,3,1086218819,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (667,126,1,-1,1086228917,'52416b8e','Dove shack 4 sell!!',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (668,126,1,-1,1086229110,'52416b8e','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (669,100,1,27,1086271560,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (671,128,6,7,1086485305,'da860c7c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (672,100,1,10,1086499428,'dcd50de6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (673,87,1,10,1086500137,'dcd50de6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (674,115,1,10,1086500315,'dcd50de6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (675,129,11,21,1086542593,'d5e04bac','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (676,115,1,3,1086692063,'cba50c37','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (677,130,1,39,1086878408,'3dc01c82','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (678,131,1,3,1086911048,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (679,130,1,3,1086911526,'dc96f786','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (680,130,1,10,1086967080,'dcd525c3','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (684,130,1,39,1087119708,'3dc01b3a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (685,130,1,10,1087129061,'dcd52378','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (686,130,1,39,1087225393,'3dc01e38','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (687,130,1,10,1087232017,'d313462b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (688,123,1,-1,1087258073,'18829182','2ÇÕ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (689,130,1,39,1087309562,'3dc01e38','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (690,118,1,-1,1087372587,'db724c8d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (691,130,1,3,1087390467,'cba50c39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (692,130,1,-1,1087400156,'dc69e68f','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (693,130,1,15,1087564875,'db756c42','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (694,130,1,-1,1087577723,'de939a79','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (695,132,1,27,1087603952,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (696,132,1,10,1087634460,'d3134ee2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (697,133,1,10,1087635100,'d3134ee2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (698,131,1,11,1087699735,'dcd54d8d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (700,130,1,39,1087705089,'3dc01a3a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (701,134,1,10,1087910537,'db7946ab','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (702,134,1,3,1087915345,'cba50c32','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (703,134,1,-1,1088006507,'dc6ba0b6','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (704,135,1,-1,1088104399,'3dd2e4b7','N¡¡DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (705,135,1,-1,1088162932,'18829182','¡©',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (706,135,1,-1,1088174430,'dc60d9cf','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (707,134,1,10,1088188242,'dcd5185c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (708,134,1,27,1088221666,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (709,134,1,-1,1088252360,'dc6ba0b6','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (710,135,1,-1,1088276996,'18829182','£Ì£Å£Æ£Ô£Ó£É£Ä£Å',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (711,134,1,27,1088303234,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (712,134,1,10,1088351282,'dcd53336','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (713,134,1,-1,1088480383,'dc6ba0b6','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (714,134,1,3,1088483137,'dc96fbbc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (715,134,1,27,1088500181,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (716,134,1,-1,1088506392,'dc6ba0b6','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (717,131,1,39,1088516532,'3dc01ce3','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (718,134,1,10,1088609401,'dcd50c4f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (719,136,7,-1,1088786665,'dba1fd8c','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (720,136,7,-1,1088827769,'dc62ffe4','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (721,136,7,10,1088828769,'d3134251','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (722,137,7,10,1088829112,'d3134251','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (723,137,7,-1,1088958516,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (724,137,7,-1,1088958672,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (725,137,7,-1,1088959399,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (726,134,1,27,1089030622,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (727,134,1,-1,1089040025,'dc6ba0b6','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (728,137,7,10,1089126988,'3d7345cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (729,134,1,10,1089127339,'3d7345cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (730,134,1,3,1089156200,'dc96fec9','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (731,134,1,10,1089212072,'d3134d26','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (732,137,7,-1,1089245719,'d28b0ff7','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (733,133,1,-1,1089251386,'3dd2e4f3','N DOGG',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (734,137,7,8,1089295318,'d29c7c96','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (735,132,1,27,1089296328,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (736,138,7,8,1089297199,'d29c7c96','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (737,132,1,-1,1089302365,'ddb9f09c','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (738,138,7,8,1089373395,'d29c7c96','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (739,132,1,27,1089378338,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (740,132,1,-1,1089385339,'ddb9f09c','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (741,138,7,-1,1089390670,'dc69e47c','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (742,133,1,10,1089442410,'d3135069','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (743,138,7,10,1089442541,'d3135069','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (744,138,7,-1,1089652899,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (745,138,7,-1,1089683035,'de929cf9','southernballaz',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (746,138,7,-1,1089684988,'dba1fca8','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (747,138,7,-1,1089709855,'de937ce2','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (748,133,1,3,1089805394,'cba50c30','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (749,134,1,10,1089808904,'db794941','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (750,134,1,3,1089809361,'cba50c30','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (751,139,11,21,1089834487,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (752,140,11,21,1089834534,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (753,140,11,21,1089834575,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (754,140,11,21,1089834623,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (755,140,11,21,1089834658,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (756,140,11,21,1089834685,'d5e04b3c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (757,134,1,10,1089906174,'3d735911','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (758,134,1,3,1090020123,'cba50c30','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (759,134,1,10,1090054733,'db794eea','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (760,134,1,27,1090429680,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (761,66,1,27,1090517194,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (762,98,7,-1,1090912716,'dba24ec6','¥Ò¥í¥Ü',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (763,138,7,10,1090932833,'d313445c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (764,98,7,10,1090933923,'d313445c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (765,134,1,10,1090934925,'d313445c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (766,66,1,10,1090935415,'d313445c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (767,66,1,3,1091070222,'dc96fdad','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (768,141,1,3,1091070591,'dc96fdad','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (769,141,1,27,1091203049,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (770,142,1,10,1091250629,'3d735fb0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (771,142,1,3,1091408839,'dc96f92d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (772,142,1,-1,1091439929,'3d7c8818','BBQ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (773,141,1,3,1091454442,'dc93961b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (774,142,1,10,1091549882,'dcd5334f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (775,142,1,-1,1091557372,'3d7c8818','BBQ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (776,116,1,3,1091669366,'dc96ff6e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (777,98,7,34,1091781737,'3dcf71cc','',1,0,1,0,1096822585,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (778,141,1,-1,1091824901,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (779,134,1,34,1091856140,'dc602a56','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (780,98,7,-1,1091965837,'3d735a4e','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (781,98,7,10,1091965907,'3d735a4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (782,134,1,10,1091966789,'3d735a4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (783,142,1,10,1091967868,'3d735a4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (784,143,1,10,1091968209,'3d735a4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (785,134,1,27,1091971307,'3d167466','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (786,141,1,3,1092090690,'dc9396cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (787,141,1,3,1092090754,'dc9396cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (788,143,1,3,1092091439,'dc9396cf','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (789,143,1,10,1092145597,'dcd51c57','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (790,134,1,10,1092146756,'dcd51c57','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (791,98,7,34,1092343855,'3dcf71fe','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (792,87,1,-1,1092346139,'3dcf71fe','¥Ò¥íË·',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (793,144,1,22,1092377274,'de93fa51','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (794,98,7,10,1092475075,'dcd5040b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (795,87,1,10,1092476104,'dcd5040b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (796,87,1,34,1092514049,'dc602b23','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (797,98,7,34,1092514790,'dc602b23','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (798,87,1,10,1092661644,'dcd5049b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (799,138,7,10,1092662096,'dcd5049b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (800,138,7,8,1092758722,'42eed866','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (801,144,1,3,1092785001,'dc96fdeb','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (802,134,1,3,1092785297,'dc96fdeb','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (803,143,1,3,1092785476,'dc96fdeb','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (804,145,1,-1,1092836566,'db030244','¤¦¤½¤Ã¤×',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (805,146,11,21,1092853904,'d5e04a99','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (806,147,11,29,1092908733,'c1fc03e4','',1,0,1,0,1094737515,4); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (807,148,1,10,1092912112,'dcd511e5','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (808,148,1,-1,1092918880,'ddbd37c3','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (809,147,11,29,1092935496,'d98060a7','',1,0,1,0,1096217002,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (810,148,1,10,1093007455,'3d735ba4','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (811,148,1,-1,1093059877,'ddbd37c3','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (812,147,11,29,1093112734,'c1fc03f0','',1,0,1,0,1096216963,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (813,148,1,10,1093194351,'3d735ba4','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (814,148,1,-1,1093258653,'dc6199e8','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (815,148,1,-1,1093258823,'dc6199e8','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (816,145,1,3,1093262745,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (817,148,1,3,1093263059,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (818,147,11,29,1093278921,'d9806021','',1,0,1,0,1094041397,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (819,148,1,3,1093355066,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (820,149,1,22,1093449271,'ddbffc82','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (821,148,1,10,1093522025,'dcd51339','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (822,148,1,10,1093675091,'d3135639','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (823,147,11,29,1093680026,'c1fb0e75','',1,0,1,0,1094127093,2); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (824,147,11,29,1093864632,'c1fc0378','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (826,151,1,3,1093909135,'dc96f89e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (827,148,1,-1,1093929297,'dc6195f9','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (828,148,1,-1,1094055985,'d3135137','gstringz',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (829,134,1,-1,1094056819,'d3135137','gstringz',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (830,147,11,29,1094070127,'c1fc032d','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (831,141,1,3,1094089436,'dc96fd7b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (832,147,11,29,1094127118,'c1fc0306','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (833,134,1,3,1094259727,'dc96fc25','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (834,134,1,10,1094400332,'db67e2d1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (835,134,1,3,1094617661,'dc96fe3e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (836,106,11,29,1094919870,'d9806007','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (837,152,1,10,1095115200,'3dc1d278','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (838,153,7,-1,1095171066,'dc9404e8','taka',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (839,152,1,3,1095174399,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (840,154,12,22,1095263037,'de93e4e6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (841,152,1,10,1095264284,'3dc1d795','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (842,153,7,10,1095264566,'3dc1d795','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (843,155,6,-1,1095482820,'da860c7e','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (844,106,11,29,1095501678,'c1fc03d0','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (845,156,1,-1,1095585725,'d2bf933a','³¤ÂÝ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (846,156,1,3,1095730159,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (847,156,1,-1,1095857285,'d2bf933a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (848,157,11,-1,1095908166,'5240d16c','videos 4 trade',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (849,156,1,3,1096072563,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (850,158,1,-1,1096085107,'187f18fb','DJ Skratch',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (851,156,1,3,1096286872,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (852,156,1,-1,1096294841,'d2bf9188','³¤ÂÝ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (853,156,1,3,1096510270,'dc96fe0e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (854,159,1,10,1096628000,'dcd5134f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (855,159,1,10,1096699148,'dcd5134f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (856,159,1,3,1096844831,'dc96fed2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (857,156,1,-1,1096886970,'3dcb3bec','T-sta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (858,152,1,10,1096905617,'dcd5134f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (859,159,1,10,1096906498,'dcd5134f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (922,178,7,10,1100213661,'d3134445','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (921,176,1,10,1100211082,'d3134445','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (862,162,4,3,1096931605,'dc96ff4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (863,163,1,-1,1096937353,'187f18fb','DJ Skratch',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (864,156,1,-1,1096971166,'d2bf9035','³¤ÂÝ',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (865,164,11,-1,1097122089,'ddbdcc72','A-SIGN RECORDS',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (866,156,1,3,1097155631,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (867,159,1,3,1097155816,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (868,152,1,3,1097156291,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (869,152,1,10,1097164968,'dcd5134f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (870,165,11,29,1097499664,'c1fc039c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (871,152,1,3,1097805887,'dc96ff4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (872,166,1,-1,1097835878,'dad978e9','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (873,152,1,10,1097906927,'d3134f0a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (874,166,1,10,1097907838,'d3134f0a','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (875,132,1,27,1097910422,'3d167466','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (876,166,1,-1,1097917500,'dad978e9','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (877,166,1,3,1097918473,'dc938e36','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (878,166,1,-1,1097935058,'dad978e9','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (879,165,11,29,1098005547,'c1fb0e8b','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (880,152,1,-1,1098005692,'3dcf92e7','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (881,152,1,10,1098024591,'dcd52be6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (882,152,1,3,1098107461,'dc92adc1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (883,166,1,3,1098107535,'dc92adc1','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (884,152,1,-1,1098156852,'3dcf92e7','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (885,167,12,-1,1098161408,'de927e29','freefunk',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (887,152,1,10,1098280399,'d3134067','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (888,169,1,-1,1098339595,'dc6c78e1','PEPE (THA GHETTO HEAVEN)',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (889,152,1,-1,1098363701,'dc930b2b','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (890,148,1,-1,1098472794,'dc930b2b','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (891,170,6,-1,1098492069,'dd138d07','SWINGJAM FAMILY',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (892,152,1,10,1098507893,'db67e355','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (893,148,1,10,1098508076,'db67e355','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (895,166,1,3,1098775972,'dc96ff4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (896,172,11,-1,1099019323,'dc68c059','WAVELINE',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (897,141,1,10,1099226701,'dcd53f7c','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (898,166,1,-1,1099239676,'de9fdd43','GANGSTA-TOX',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (899,141,1,3,1099285251,'dc96ff4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (900,166,1,3,1099285362,'dc96ff4e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (901,173,1,10,1099398403,'dcd518ce','',1,0,1,1,1099579248,2); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (902,173,1,10,1099404034,'dcd518ce','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (903,173,1,3,1099404433,'dc9395a0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (904,173,1,20,1099457396,'db43423f','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (905,174,12,22,1099469440,'de93b8c8','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (906,173,1,-1,1099472659,'3dcf92e7','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (907,173,1,10,1099498922,'dcd53a7a','',1,0,1,1,1099579303,1); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (908,173,1,-1,1099565581,'3dcf92e7','funksta',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (909,173,1,10,1099579428,'d3135e66','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (910,175,12,-1,1099658777,'d283bc10','STAFF',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (911,154,12,22,1099692454,'dc69a3a0','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (912,174,12,22,1099735947,'de93a72f','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (913,163,1,15,1099743532,'3dd3b44a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (914,173,1,15,1099746784,'3dd3b44a','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (915,163,1,-1,1099777602,'187f18fb','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (916,173,1,10,1099837625,'d3134ac0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (917,176,1,10,1099838430,'d3134ac0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (918,177,1,10,1099839083,'d3134ac0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (919,176,1,3,1100006284,'de9e3eca','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (920,177,1,3,1100006493,'de9e3eca','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (923,176,1,3,1100306604,'dc938a63','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (924,179,1,3,1100306919,'dc938a63','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (925,180,7,10,1100317445,'d313458b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (926,181,7,10,1100317945,'d313458b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (927,182,7,10,1100318522,'d313458b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (928,179,1,10,1100318749,'d313458b','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (929,181,7,34,1100383402,'dc602e1d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (930,181,7,10,1100448107,'d3135110','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (931,178,7,-1,1100452110,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (932,181,7,34,1100452742,'dc602b69','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (933,183,12,-1,1100520609,'d308cbed','±«µÜ¡¡Î¶Ç·²ð',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (934,181,7,10,1100613870,'d31348fc','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (935,184,1,3,1101167260,'de9e3fc9','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (936,184,1,3,1101257196,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (937,184,1,10,1101398243,'d31346b0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (938,185,1,10,1101398844,'d31346b0','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (939,185,1,3,1101424464,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (940,182,7,8,1101542156,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (941,182,7,8,1101542257,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (942,180,7,8,1101542964,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (943,178,7,8,1101543285,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (944,181,7,8,1101544559,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (945,186,1,10,1101547775,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (946,182,7,10,1101550532,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (947,178,7,10,1101551214,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (948,181,7,10,1101551704,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (949,181,7,8,1101576291,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (950,181,7,8,1101576456,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (951,187,7,8,1101613975,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (952,186,1,-1,1101631045,'447b05b5','WHAT UP JAPAN!!!',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (953,186,1,10,1101653213,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (954,181,7,10,1101653629,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (955,187,7,10,1101653913,'dcd5392d','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (956,186,1,3,1101689322,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (957,184,1,3,1101689491,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (958,187,7,-1,1101697283,'dc9405a6','taka',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (959,188,11,8,1101699020,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (960,187,7,-1,1101699084,'dc9405a6','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (961,186,1,-1,1101702085,'45e27ad1','WORD!!',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (962,185,1,10,1101743591,'3dc1d649','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (963,184,1,10,1101743870,'3dc1d649','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (964,186,1,10,1101744206,'3dc1d649','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (965,188,11,29,1101747034,'d9806056','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (966,188,11,8,1101756736,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (967,186,1,-1,1101801729,'456ca094','Goodlookin OUT !',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (978,185,1,3,1102209660,'dc938c9e','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (977,187,7,-1,1101982003,'dba14c95','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (970,187,7,-1,1101895597,'da787c07','jewel',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (971,187,7,-1,1101905460,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (972,187,7,-1,1101905950,'dbb9748f','zzz-ro',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (973,185,1,3,1101906081,'de9e3d2f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (974,184,1,3,1101906306,'de9e3d2f','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (975,187,7,10,1101909288,'3d7359b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (976,190,7,10,1101910012,'3d7359b2','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (979,191,1,3,1102411943,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (980,180,7,-1,1102415505,'da787c07','ak aka jewel',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (981,180,7,10,1102460375,'dae198c1','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (982,176,1,10,1102460665,'dae198c1','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (983,184,1,10,1102460784,'dae198c1','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (984,185,1,10,1102461480,'dae198c1','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (985,187,7,-1,1102581534,'de939bf6','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (986,187,7,8,1102582465,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (987,187,7,-1,1102598796,'3dd67fe1','LBB',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (988,186,1,-1,1102703412,'45e1f46c','ASSASSINO SAN JO',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1011,179,1,10,1104069716,'dcd51eec','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (991,192,1,-1,1102703891,'45e1f46c','NEW ASSASSIN COMIC BOOK',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (992,186,1,3,1102989852,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (993,141,1,3,1103000195,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (994,185,1,3,1103000743,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (995,186,1,-1,1103037124,'d3135470','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (996,186,1,10,1103037287,'d3135470','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (997,193,1,10,1103038491,'d3135470','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (998,185,1,-1,1103061986,'d2e9c045','Baby Dogg',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (999,185,1,3,1103175576,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1000,193,1,3,1103175916,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1001,186,1,3,1103175999,'dc96ff39','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1002,184,1,15,1103202062,'db601e03','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1003,194,1,15,1103202580,'db601e03','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1004,184,1,3,1103238604,'dc96fef6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1005,194,1,3,1103238705,'dc96fef6','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1006,187,7,8,1103265154,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1007,184,1,10,1103357491,'d3135573','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1008,188,11,8,1103430518,'43328d73','',1,0,1,1,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1009,186,1,10,1103544877,'dcd5158c','',1,0,1,0,NULL,0); INSERT INTO `posts` (`post_id`, `topic_id`, `forum_id`, `poster_id`, `post_time`, `poster_ip`, `post_username`, `enable_bbcode`, `enable_html`, `enable_smilies`, `enable_sig`, `post_edit_time`, `post_edit_count`) VALUES (1010,186,1,3,1103604362,'dc96fe13','',1,0,1,1,NULL,0); -- -- Table structure for table `posts_text` -- CREATE TABLE `posts_text` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `bbcode_uid` varchar(10) NOT NULL default '', `post_subject` varchar(60) default NULL, `post_text` text, PRIMARY KEY (`post_id`) ) TYPE=MyISAM; -- -- Dumping data for table `posts_text` -- INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (92,'25ee91ba86','HIP-HOP JACKET LOVERS BBS »²²Ã!','Hip-Hop¥«¥Æ¥´¥ê¡¼¤Ë\"HIP-HOP JACKET LOVERS BBS\"¤¬Äɲ䵤ì¤Þ¤·¤¿!\r\n±ü¿¼¤­¥¸¥ã¥±¤ÎÀ¤³¦¤Ø­¤òƧ¤ß¹þ¤ó¤Ç¤¯¤À¤µ¤¤ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (7,'02242e23ac','FORUM»²²Ã¥µ¥¤¥ÈÊ罸Ãæ!','FORUM»²²Ã¥µ¥¤¥È¤òÊ罸¤·¤Æ¤¤¤Þ¤¹¡£\r\n¥æ¡¼¥¶¡¼ÅÐÏ¿¤òºÑ¤Þ¤»¤¿¸å¡¢°Ê²¼¤ÎÆâÍƤòwebmaster@g-house03.com¤Þ¤Ç¤ª¤¯¤Ã¤Æ¤¯¤À¤µ¤¤¡£\r\n¤ª¤Ã¤ÆÊÖ¿®¤¤¤¿¤·¤Þ¤¹¡£\r\n¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼\r\nÁ÷¿®¾ðÊó\r\n¥µ¥¤¥È̾¡§\r\n¥µ¥¤¥ÈURL:\r\nFORUM̾¡§\r\nFORUMÀâÌÀ¡§\r\n¥¸¥ã¥ó¥ë¡§\r\nÅÐÏ¿¤·¤¿¥æ¡¼¥¶¡¼Ì¾¡§\r\n¥á¡¼¥ë¥¢¥É¥ì¥¹¡§\r\n¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼\r\n[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (91,'f0268eee9d','tales from the hood¤Î¥µ¥ó¥È¥é','½é¤á¤Þ¤·¤Æhavoc¡õprodeje featuring dawngreen¤ÎTHE HOOD\'S GOT ME FEELIN\' THE PAIN¤Î¥ì¥³¡¼¥É¤ò£³Ç¯Á°¤°¤é¤¤¤Ë¼ê¤Ë¤¤¤ì¤¿¤ó¤Ç¤¹¤±¤ÉÇä¤ë¤È¤·¤¿¤é¤¤¤¯¤é°Ì¤ÇÇä¤ì¤Þ¤¹¤« :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (31,'3fa63c2737','¤¢¤Ð¤¿¡¼','¥¢¥Ð¥¿¡¼¤¬¤·¤è¤¦¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤·¤¿¤è :D \r\n¥Ç¥£¥ì¥¯¥È¥ê¤ÎÀßÄ꤬½ñ¹þ¤ß¶Ø»ß¤Ë¤Ê¤Ã¤Æ¤¿¤Î¤¬¸¶°ø¤Î¤è¤¦¤Ç¤¹ :oops: \r\n¾¤Î¥µ¥¤¥È¤Ë¤¢¤ë¤Î¤Ê¤é²Äǽ¤Ê¤è¤¦¤Ç¤¹¤Í¡£\r\n\r\n¤¼¤Ò¤Ä¤«¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¤Í :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (12,'acac0dfe62','12·î4Æü¡¡Î©Àî£Ì£É£Î£Ë¤Ë¤Æ¡ª¡ª','[color=darkblue:acac0dfe62][/color:acac0dfe62]\r\n :lol: \r\n¡ÈSECTION 8¡É\r\n\r\nÆü»þ,12·î4Æü(THU) PM8¡§00¡Á\r\n¾ì½ê,TACHIKAWA at LINK\r\nÎÁ¶â,¡ï1500 (1d)\r\n\r\nDJ JIMMY-G\r\n ¡¡SIDE2\r\n ¡¡WAPPIE\r\n ¡¡TASH\r\n ¡¡KO-KI\r\n ¡¡TOORU\r\n ¡¡AKIRA\r\n\r\nSPECIAL THANKS\r\n A K A International\r\n SIDE2SIDE RECORDS\r\n CHEAP THRILLS\r\n F.FACTORY JAPAN\r\n SWINGJAM\r\n\r\n¢¨11·î6Æü¤Ë¹Ô¤Ê¤ï¤ì¤¿¤³¤Î¥Ñ¡¼¥Æ¥£¡¼¤âÂ繥ɾ¤Ç¤·¤¿¡£Íè¤Æ夤¤¿³§¤µ¤ó¡¢ËÜÅö¤ËÍ­Æñ¤¦¸æºÂ¤¤¤Þ¤·¤¿¡£º£²ó¤Î2²óÌܤ⵹¤·¤¯¤ª´ê¤¤Ãפ·¤Þ¤¹¡£\r\n\r\n¢¨WEST COAST¤òÃæ¿´¤È¤·¤¿¥á¥¸¥ã¡¼Êª¤«¤é¥Þ¥¤¥Ê¡¼Êª¤Þ¤Çή¤ì¤ëPARTY¤Ç¤¹¡¢¹¥¤­¤Ê¿Í¤ä¶½Ì£¤Î¤¢¤ëÊý¤Ï¡¢À§È󡢤Ҥ¿¤ê¤ËÍè¤Æ²¼¤µ¤¤¡£\r\n\r\n¤ªÌ䤤¹ç¤ï¤»¡§LINK 042-526-0950 \r\n SWINGJAM 042-530-0506'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (13,'75dc4ee225','HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','[img:75dc4ee225]http://image.allmusic.com/00/amg/cov200/drg000/g095/g09519orp6x.jpg[/img:75dc4ee225]\r\n\r\nI Don\'t Wanna Know ft. NATE DOGG\r\n[url]http://www.wcrydaz.com/media/dont-w...now_HiC_Nate.rm[/url]\r\n\r\nThe Talk ft. E-40 and SLY BOOGIE\r\n[url]http://www.wcrydaz.com/media/the-talk.rm[/url]\r\n\r\nPop It ft. BIG STEELE\r\n[url]http://www.wcrydaz.com/media/pop-it.rm[/url]\r\n\r\nÁ´¶ÊSnippet\r\n[url]http://music.barnesandnoble.com/search/product.asp?sourceid=00401402268009668044&ean=828625000423[/url]\r\n\r\nɳ¤Ç¤¹¡£ 8) °§»¢¤¬¤ï¤ê¤Ë½ñ¤­¹þ¤ß¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (14,'c554686e4d','666 Ghetto Chick Video','¤³¤ó¤Ë¤Á¤Ï¡£É³¤Ç¤¹¡£\r\n\r\n[url]http://www.daunbreakables.com/[/url]\r\n\r\nGhetto Chick¤Î¥Ó¥Ç¥ª¡¢¤¤¤¤¤«¤ó¤¸¤Ç¤¹¤Í 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (15,'8a4c447f4f','ÄûÀµ','¤¤¤­¤Ê¤ê¤ä¤Ã¤Á¤ã¤Ã¤¤¤Þ¤·¤¿¡¦¡¦ :( ºÇ½é¤Î¶Ê\r\n[url=http://www.wcrydaz.com/media/dont-wanna-know_HiC_Nate.rm]I Don\'t Wanna Know ft.NATE DOGG[/url]\r\n¤Ç¤¹¡£\r\n\r\n¤¢¤È¥¢¥Ð¥¿¡¼¤â¤À¤á¤Ã¤Ý¤¤¤Ç¤¹¤Í :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (16,'f5200e2371','three 6 mafia','g-stringz¤µ¤ó¡£¤É¤¦¤â¤Ç¤¹¡£\r\n\r\nÁ°ºî¤È¤¤¤¤¡¢ËÜÅö¤Ë¹âµé¼Ö¤¬Áý¤¨¤Þ¤·¤¿¤Í¡£\r\n°ì»þ´ü¤Î¥­¥ã¥Ã¥·¥å¥Þ¥Í¡¼¤ß¤¿¤¤¤Ç³Ú¤·¤¤¤Ç¤¹¡£\r\n¥·¥ó¥°¥ë¤âº£¤Þ¤Ç¤Ë¤Ï¤Ê¤¤¤è¤¦¤Ê¤æ¤ë¡¼¤¤¤ä¤Ä¤ò¥·¥ó¥°¥ë¤Ë»ý¤Ã¤Æ¤­¤Æ\r\n¤Ê¤ó¤À¤«¤Á¤ç¤Ã¤ÈÊѲ½¤ÎÃû¤·¤¬¡£¡£\r\n\r\n¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à¤â¤è¤í¤·¤¯¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (17,'a661c6c719','¤´°§»¢','¤³¤Î¤¿¤Ó¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à¤Ç¤ªÀ¤Ïäˤʤê¤Þ¤¹www.southernballaz.com¤Îgoku¤È¿½¤·¤Þ¤¹¡£¤³¤Î¾ì¤ò¼Ú¤ê¤ÆG-HOUSE03¤µ¤ó¤Ë´¶¼Õ¤Ç¤¹¡£º£¸å¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£\r\n\r\n¤³¤Î¥Õ¥©¡¼¥é¥à¤ÏÆîÉô¤â¤ÎÁ´È̤ò°·¤Ã¤Æ¤Þ¤¹¡£\r\noutkast¤«¤é three6mafia ¤ädj screw¤Þ¤Ç¡¢hiphop¤«¤égangsta¤Þ¤Ç¥µ¥¦¥¹¤Ë´Ø¤¹¤ë¤â¤Î¤Ç¤·¤¿¤é¤Ê¤ó¤Ç¤â¤É¤ó¤É¤ó¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n¤Ç¤Ï³§Íͤè¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\ngoku'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (18,'ce1252f635','z-ro look what you did to me','z-ro¤Î1st¤¬ºÆȯ¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤¬¡¢screwshop¤È¤«¤Ç¤Ï²»¤¬¥Ö¥Á¤Ã¤ÈÀÚ¤ì¤ë¤È¤¤¤¦¤è¤¦¤Ê»ö¤¬½ñ¤¤¤Æ¤¢¤Ã¤¿¤ê¤¤¤í¤ó¤Ê»ö¤¬½ñ¤¤¤Æ¤¢¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢¼ÂºÝ¤Î¤È¤³¤í¤Ï¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©ºÆȯÈ×¥²¥Ã¥È¤·¤¿Êý¡¢Îɤ«¤Ã¤¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (19,'7497879fda','DJ SQUEEKY¤ÎNEW','¤³¤ó¤Ë¤Á¤Ï¡¢DJ SQUEEKY¤ÎNEW¤òGET¤·¤Þ¤·¤¿\r\n[img:7497879fda]http://jp.msnusers.com/fnqgcspdliioejv9b3db9vgjf7/%E3%83%89%E3%82%AD%E3%83%A5%E3%83%A1%E3%83%B3%E3%83%88/%E3%83%94%E3%82%AF%E3%83%81%E3%83%A3%2Fhage.jpg[/img:7497879fda] \r\n¥é¥¤¥Ð¥ë½Ð¸½¤Ë¤³¤ÎÊý¤â¥¦¥«¥¦¥«½ÐÍè¤Þ¤»¤ó¤Ê 8) \r\n[img:7497879fda]http://jp.msnusers.com/fnqgcspdliioejv9b3db9vgjf7/%E3%83%89%E3%82%AD%E3%83%A5%E3%83%A1%E3%83%B3%E3%83%88/%E3%83%94%E3%82%AF%E3%83%81%E3%83%A3%2Fhage2.jpg[/img:7497879fda]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (20,'ce5f5e08a9','Áᮤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!','Hi-CÁ´¶ÊÄ°¤±¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n»ä¤Ï¤Þ¤À»î¤·¤Æ¤Ê¤¤¤Ç¤¹¤±¤É¡£\r\n¥¢¥Ð¥¿¡¼ÂÌÌܤǤ¹¤«¡©\r\n²¿¤Ç¤Ç¤·¤ç¤¦:?: \r\n80¡ß80¤Ê¤éÌäÂê¤Ê¤¤¤È»×¤¦¤ó¤Ç¤¹¤±¤É¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (22,'a5546b0269','»²²Ã¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!','Áᮤλ²²Ã¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\nº£¸å¤È¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹! :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (23,'d0a65185d4','¤Ê¤ó¤È!','¤¹¤Ç¤ËºÆȯ¤µ¤ì¤Æ¤Þ¤·¤¿¤« :shock: \r\n¤Ç¤ë¤È¤Î±½¤Ïʹ¤¤¤Æ¤Þ¤·¤¿¤¬¡¦¡¦¡¦\r\nÁá®Ĵºº¤¤¤¿¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (24,'a2aa8a09ae','Fellons','¥Ð¡¼¥ó¥º¡õ¥Î¡¼¥Ö¥ë¤Î¥ê¥¹¥È¤ËFellons (ft. DJ QUIK)¤¬¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¼ÂºÝ¤ÏÆþ¤Ã¤Æ¤Ê¤¤¤è¤¦¤Ç¤¹¡¦¡¦¡¦»ÄÇ°¡£ :( \r\nɾȽÎɤ¤¶Ê¤ß¤¿¤¤¤Ê¤ó¤Ç¤¹¤±¤É¡¢Ä°¤¤¤¿Êý¤¤¤Þ¤¹¤« :?: \r\n¤À¤«¤éºÇ¸å¤ÎÊý¡¢¶Ê¤¬¤º¤ì¤Æ¤ë¤ó¤Ç¤¹¤Í¡£\r\n\r\n¥¢¥Ð¥¿¡¼¤Ê¤ó¤Ç¤Ç¤·¤ç¤¦ :?: \r\n¤Þ¤¿Ä©À路¤Æ¤ß¤Þ¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (25,'b704cc645e','BIG SACCS (Formerly Known As Dazzie Dee)','[url=http://bigsaccs.com/]BigSaccs.com[/url]\r\n\r\n¤³¤³¤Î·Ç¼¨ÈÄÌÌÇò¤¤¤Ç¤¹¤Í¡£\r\nBig Saccs¤¬ÀΤΤ³¤È¤ò¸ì¤Ã¤Æ¤Þ¤¹¡£\r\nWC¤¬WCWC¤ÎCLI-N-TEL¤ÈÁȤó¤Ç¤¿¤Î¤È¤«ÃΤé¤Ê¤«¤Ã¤¿¤Ç¤¹ :shock: \r\n\r\nº£Æü¤ÏÁªµóÃæ·Ñ¸«½ª¤¨¤ë¤Þ¤Ç¿²¤é¤ì¤Þ¤»¤ó :evil:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (26,'95ded5417e','¼Ö¸«¤Æ¤ë¤À¤±¤Ç³Ú¤·¤¤¤Ç¤¹¤Í','¤Û¤ó¤È¤½¤¦¤Ç¤¹¤Í¡£\r\n¼¡¤ÏTestin My Gangsta¤¢¤¿¤ê¤òÀڤäƤ¯¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È\r\n»×¤Ã¤Æ¤¿¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡£\r\n¥®¥ã¥ë¼õ¤±¤ò¹Íθ¤·¤¿¤ó¤Ç¤·¤ç¤¦¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (27,'20ab7ea5ac','¤¦¤¥','Íߤ·¡Á :evil: \r\n¥ª¥ê¥¸¥Ê¥ë¤¬2¼ïÎढ¤ë¤È¤É¤³¤«¤Î¥Õ¥©¡¼¥é¥à¤Ë½ñ¤¤¤Æ¤¢¤Ã¤¿¤è¤¦¤Êµ¤¤¬¡¦¡¦¡¦\r\n¤³¤ì¤ÏËÜÅö¤Ê¤ó¤Ç¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (28,'a1c542ac2c','squeeky','¤³¤ó¤Ë¤Á¤Ï\r\n\r\n¤É¤ó¤Ê´¶¤¸¤Ç¤·¤¿¤Ç¤·¤ç¤¦¤«¡©\r\n´¶ÁÛ¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (29,'4df510a5b3','¿§¡¹¤ÊÀâ','OGÈפϥ¤¥ó¥µ¡¼¥È¤Î¿§°ã¤¤¤ÇÆó¼ïÎढ¤ë¤è¤¦¤Ç¤¹¤Í¡£\r\n¤Ç¤âË¿¥Õ¥©¡¼¥é¥à¤â¾ðÊ󤬤ʤó¤À¤«¤è¤¯¤ï¤«¤é¤Ê¤¯¤Ã¤Æ¡¢º£Å٤⤦°ìÅÙÆɤó¤Ç¤ß¤Þ¤¹¡£\r\n\r\nºÆȯÈǤϥ¸¥ã¥±¤¬¤Á¤ç¤Ã¤È°ã¤Ã¤Æ¤¤¤Þ¤¹¡£²¼¤Ë¥Õ¥£¡¼¥Á¥ã¥ê¥ó¥°dj screw, al-d¤È¤«¤«¤¤¤Æ¤¢¤ê¤Þ¤¹¡£\r\n¾£ã£ä£ò¤Ë°õºþ¤·¤Æ¤¢¤ë¥Ö¡¼¥ÈÈǤ¬¤¢¤Ã¤Æ¡¢¼«Ê¬¤Ï¤½¤ì¤ò»ý¤Ã¤Æ¤Þ¤¹¤¬¡¢Ëè¶Ê¡¢¶Ê¤ÎºÇ¸å¤Ç¤Ö¤Á¤Ã¤ÈÀÚ¤ì¤Þ¤¹ :evil: \r\n\r\n¿ʬ¼«Ê¬¤Î¥µ¥¤¥È¤ò¸«¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤±¤É¡¢¥Æ¥­¥µ¥¹ÊýÌ̤οͤǺÆȯÈÇÇä¤Ã¤Æ¤¢¤²¤ë¡¢¤ß¤¿¤¤¤Ê¥á¡¼¥ë¤¬Íè¤ë¤Î¤Ç¤¹¤¬¡¢ËÜʪÁ÷¤Ã¤Æ¤¯¤ì¤ë¤ó¤Ç¤¹¤«¤Í¡©¥Ö¡¼¥È¤ä£ã£ä£ò¤È¤«¤À¤È¡¢¤ä¤À¤Ê¤È»×¤Ã¤Æ·Ù²ü¤·¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (30,'aa1ab641a1','´¶ÁÛ','¤Ê¤«¤Ê¤«Îɤ«¤Ã¤¿¤Ç¤¹¤è\r\nDURING THE MISSION°Ê¾å\r\nIN DA BEGINNING°Ê²¼¤Æ´¶¤¸¤Ç¤¹\r\nÃÙ¤á¤Î¥Ð¥¦¥ó¥¹Ãæ¿´¤Ç¤¹¤±¤É¡¢\r\n³Ý¤±À¼¤È¤«·ë¹½Æþ¤Ã¤Æ¤ë¤ó¤Ç³Ú¤·¤á¤Þ¤¹ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (32,'333ebfe2cc','Bigg','¤ª¤©¤©¡£\r\nFORUM¤âÀ¹¤ê¾å¤Ã¤Æ¤ë¤è¤¦¤Ç¤¹¤Í¡£\r\n¤Á¤ç¤³¤Ã¤È¤Î¤¾¤¤¤Æ¤ß¤Þ¤¹¡£\r\n\r\n»ä¤ÏÅêɼ¤Ë¤¤¤­¤Þ¤»¤ó¤Ç¤·¤¿ :mrgreen:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (33,'2818d0f9ef','¤Ç¤­¤Þ¤·¤¿¡£','¥¢¥Ð¥¿¡¼¤Ä¤±¤é¤ì¤Þ¤·¤¿¡ª :) \r\n¤É¤¦¤â¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (34,'081fe8b6fa','Ä´ºº£±','Æó¼ïÎà¤Î°ã¤¤¤Ï¤É¤¦¤ä¤éCD¤Î°õºþ¤Î¤è¤¦¤Ç¤¹¤Í¡£\r\n¤¢¤ÈOG¥Ð¡¼¥¸¥ç¥ó¤â¶Ê¤¬¤Ö¤Á¤Ã¤ÈÀÚ¤ì¤ë¤ó¤Ç¤¹¤«¡©\r\n¥Þ¥¹¥¿¡¼CD¤¬¥ì¥³¡¼¥Ç¥£¥ó¥°¤µ¤ì¤¿¤¢¤Èʶ¼º¤·¤Æ¡¢º£¤Î¤è¤¦¤Ê²»Àڤ줹¤ë²»¸»¤·¤«»Ä¤Ã¤Æ¤Ê¤¯¤Æ¤½¤Î¤Þ¤Þ¥ê¥ê¡¼¥¹¤µ¤ì¤¿¡¢¸«¤¿¤¤¤Ê»ö¤¬SCREWSHOP¤ÈG-MAAB¤Î·Ç¼¨ÈĤ˽ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿¡£\r\n\r\nOGÈ×»ý¤Ã¤Æ¤ëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¤¦¤é¤ä¤Þ¤·¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (35,'dbe28e7e41','µ´¥á¥í¡¼','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£º£ÅÙ¤ÎÄÌÈΤÇÇ㤤¤Þ¤¹¡ª\r\n¥á¥í¡¼¶Ê¤Î½ÐÍè¶ñ¹ç¤¬¤­¤Ë¤Ê¤ê¤Þ¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (36,'0ae9121c0a','Gangsta Boo¤Ë¤Ä¤¤¤Æ','¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\nCDÇ㤦»þ¤Ë¤¤¤Ä¤â»²¹Í¤Ë¤µ¤»¤Æ¤â¤é¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n¤¤¤­¤Ê¤ê¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢Gangsta Boo¤Î²èÁü¤¬\r\n¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤ë¥µ¥¤¥È¤Ã¤Æ¤É¤³¤«¤¢¤ê¤Þ¤¹¤«¡©\r\ngoogle.com¤Çõ¤·¤¿¤ó¤Ç¤¹¤¬¸«¤Ä¤«¤é¤Ê¤¯¤Æ¡£\r\n\r\n¤â¤¦°ì¤Ä¡¢Boo¤Î1st¤È3rd¤ÏÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É2nd¤ÎÃ楸¥ã¥ö¤Ã¤Æ¤É¤ó¤Ê¼Ì¿¿¤Ç¤·¤ç¤¦¤«¡©¥¨¥í¤±¤ì¤ÐÇ㤤¤¿¤¤\r\n¤È»×¤Ã¤Æ¤ë¤Î¤Ç¤¹¤¬¡£\r\n\r\n¤¢¤È¡¢GANGSTA BOO¤¬½Ð¤Æ¤¤¤ëMUSIC VIDEO¤ä±Ç²è¤Ã¤Æ¤É¤ì¤°¤é¤¤¤¢¤ê¤Þ¤¹¤«¡©¤½¤Î¤¦¤ÁÆüËܤǤâÇ㤨¤½¤¦¤Ê¥Ó¥Ç¥ª¤äDVD¤Ã¤Æ¤¢¤ê¤Þ¤¹¤«¡©\r\nÃý¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤â¤¤¤¤¤ó¤Ç¡¢¤È¤Ë¤«¤¯Æ°¤¤¤Æ¤¤¤ëBOO¤¬¸«¤¿¤¤¤ó¤Ç¤¹¡£\r\n\r\nºÇ¸å¤Ë¡¢BOO¤¬¾åȾ¿ÈÍç¤ÇÆý¤ò°åÎÅ´ï¶ñ¤ß¤¿¤¤¤Ê¤Î¤Ç±£¤·¤Æ¤¤¤ë²èÁü¤ò¸«¤¿»ö¤¬¤¢¤ë¤Î¤Ç¤¹¤¬¤³¤ì¤ÏCD¥·¥ó¥°¥ë¤«¤Ê¤ó¤«¤ÎÃ楸¥ã¥ö¤Î¼Ì¿¿¤Ç¤¹¤«¡©\r\n\r\n¤Ï¤¸¤á¤Æ¤Ç¤³¤ó¤ÊÂô»³¤Î¼ÁÌ䤹¤ß¤Þ¤»¤ó¡£\r\n¤Ê¤ó¤«²ò¤ì¤ÐÅú¤¨¤Æ¤ä¤Ã¤Æ²¼¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (37,'c87ee76830','','¤¢¡¢¥á¥í¡¼¶Ê̵¤«¤Ã¤¿¤Ç¤¹ :? \r\nµîǯ½Ð¤¿¡¡PROJECT PAT / LAYIN\'...¡¡¤Ë´¶¤¸¤¬»÷¤Æ¤ë¤«¤Ê¤¢\r\n¡Ê¤â¤Á¤í¤ó¸Ä¿ÍŪ¤Ë¤Ç¤¹¤¬¡Ë\r\n¥á¥í¡¼¤À¤È¡¡DIRTY / LOVE US HATE US¡¡¤«¤Ê¤¢\r\n¥á¥í¡¼¶Ê°Ê³°¤¬¤¢¤ó¤Þ¤·µ¤¤ËÆþ¤Ã¤Æ¤Ê¤¤¤±¤É\r\n¥á¥í¡¼¶Ê¤¬£µ¡¢£¶¶ÊÆþ¤Ã¤Æ¤Þ¤·¤¿\r\n¤¢¡¢»ý¤Ã¤Æ¤¿¤é¥á¥ó¥´ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (38,'2e1a3964a7','Re: Gangsta Boo¤Ë¤Ä¤¤¤Æ','[b:2e1a3964a7]www.gangstaboo.net¤Ï¤Þ¤À¤¢¤ê¤Þ¤¹¤Í¡£²èÁü¤³¤³¤Ë¤Ê¤¤¤È¤Ê¤ë¤È¤É¤³¤Ç¤·¤ç¤¦¤Í¡£\r\n¤¢¤¿¤é¤·¤¤¥ì¡¼¥Ù¥ë¤Î¤È¤³¤í¤Ï¤É¤¦¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤ì¤Ë¤·¤Æ¤âBOO¤Î¤ªÇº¤ßÁêÃ̼¼¤Þ¤À¤¢¤ê¤Þ¤¹¤Í¡£¥«¥ß¥ó¥°¥¹¡¼¤ó¤Ã¤Æ¤â¤¦£ìOUD¤Ê¤¤¤·¡£°ìÅÙÁêÃ̤·¤¿¤«¤Ã¤¿¡ª[/b:2e1a3964a7]\r\n¤â¤¦°ì¤Ä¡¢Boo¤Î1st¤È3rd¤ÏÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É2nd¤ÎÃ楸¥ã¥ö¤Ã¤Æ¤É¤ó¤Ê¼Ì¿¿¤Ç¤·¤ç¤¦¤«¡©¥¨¥í¤±¤ì¤ÐÇ㤤¤¿¤¤\r\n¤È»×¤Ã¤Æ¤ë¤Î¤Ç¤¹¤¬¡£\r\n[b:2e1a3964a7]¢¬\r\nËÍ¥¢¥Ê¥í¥°¤Ê¤Î¤ÇÁ´ÂΤ¬¤É¤¦¤Ê¤Ã¤Æ¤ë¤«¤ï¤«¤ê¤Þ¤»¤ó¡£Ã¯¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£[/b:2e1a3964a7]Ãý¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤â¤¤¤¤¤ó¤Ç¡¢¤È¤Ë¤«¤¯Æ°¤¤¤Æ¤¤¤ëBOO¤¬¸«¤¿¤¤¤ó¤Ç¤¹¡£\r\n[b:2e1a3964a7]¢¬\r\n¤³¤ì¤ÏËͤ¬¤â¤Ã¤Æ¤ëBOOÆ°²è¤Ï£¶£¶£¶¥Ó¥Ç¥ª¥¯¥ê¥Ã¥×½¸¤À¤±¤Ç¤¹¤Í¡£¤ä¤Ã¤Ñ¤ê¤·¤³¤·¤³BET¤º¤Ã¤È¸«¤Ê¤¬¤éÏ¿²èÂÔ¤Á¤·¤ÆÃù¤á¤³¤ó¤À¥Ó¥Ç¥ª¤ò¥ª¥¿¥¯¤Î¤Ò¤È¤¬ÀÎEBAY¤ÇÇä¤Ã¤Æ¤Æ¡¢¤½¤ì¤Ê¤é¤â¤Ã¤Æ¤Þ¤¹¡£²ÈÊõ¤Î¤Ò¤È¤Ä¤Ç¤¹¡£[/b:2e1a3964a7]\r\n\r\nºÇ¸å¤Ë¡¢BOO¤¬¾åȾ¿ÈÍç¤ÇÆý¤ò°åÎÅ´ï¶ñ¤ß¤¿¤¤¤Ê¤Î¤Ç±£¤·¤Æ¤¤¤ë²èÁü¤ò¸«¤¿»ö¤¬¤¢¤ë¤Î¤Ç¤¹¤¬¤³¤ì¤ÏCD¥·¥ó¥°¥ë¤«¤Ê¤ó¤«¤ÎÃ楸¥ã¥ö¤Î¼Ì¿¿¤Ç¤¹¤«¡©\r\n[b:2e1a3964a7]¢¬\r\n¤³¤ì¤Ï¥¹¥â¥¯¥ê¤Î¥¤¥ó¥µ¡¼¥È¤ÇÇÒ¤á¤Þ¤¹¡£[/b:2e1a3964a7]\r\n\r\n¤¢¤ó¤Þ¤êÅú¤¨¤Ë¤Ê¤Ã¤Æ¤Ê¤¯¤Æ¤¹¤ß¤Þ¤»¤ó¡¢¤Ç¤â\r\n¤½¤ó¤Ê¼ÁÌäÂç´¿·Þ¤Ç¤¹¤è¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (39,'ca8357fd0c','','[quote:ca8357fd0c=\"L-B-B\"]µîǯ½Ð¤¿¡¡PROJECT PAT / LAYIN\'...¡¡¤Ë´¶¤¸¤¬»÷¤Æ¤ë¤«¤Ê¤¢\r\n¡Ê¤â¤Á¤í¤ó¸Ä¿ÍŪ¤Ë¤Ç¤¹¤¬¡Ë\r\n [/quote:ca8357fd0c]\r\n\r\nÇ㤤¤Þ¤¹¡ª :oops: \r\n\r\nDIRTY¡¢´èÄ¥¤Ã¤ÆÇ㤤¤Þ¤¹¡ª¶â·ç¤Ç¤¹ :cry: \r\n\r\n¸Ä¿ÍŪ¤Ê¼ÁÌä¤Ç¤¹¤¬¡¢¼«Ê¬¤Ï¥ß¡¼¥Ï¡¼¤Ê¤ó¤ÇÆîÉô¤Ç¤âή¹Ô¤ê¤â¤Î¤òÍ¥À褷¤ÆÇã¤Ã¤Æ¤·¤Þ¤¦¤ó¤Ç¤¹¤¬¡¢squeeky¤ädirty¤È¤«¡¢¤ä¤Ã¤Ñ¤ê´é¤Ï¥Þ¥º¤¤¤±¤É¡¢²»³Ú¤Ï¡ª¤È¤¤¤¦¤â¤Î¤òÍ¥À褵¤»¤ÆÇã¤ï¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©ÆîÉôÀ©ÇƤ·¤Æ¤ä¤ë¡ª¤Æ¤Ê¤«¤ó¤¸¤Ç¥µ¥¦¥¹Á´ÉôÇã¤ï¤ì¤Á¤ã¤¦¤ó¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (40,'154b57db14','','¤à¤Á¤ã¤¯¤Á¤ãÁᤤÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nwww.gangstaboo.net¤Ï¤Ê¤¼¤«²èÁü¤¬¤Ê¤¤¤ó¤Ç¤¹¤è¤Í¤¨¡£\r\n¿·ºî¤Î¥±¡¼¥¹¤ËºÜ¤Ã¤Æ¤¿www.yorktownmusic.com¤Ë¤â¹Ô¤Ã¤Æ¡¢²èÁü¤â¤¢¤ë¤Ë¤Ï¤¢¤Ã¤¿¤ó¤Ç¤¹¤¬¤É¤¦¤·¤Æ¤âÊݸ¤Î¤ä¤êÊý¤¬¤ï¤«¤é¤Ê¤¤¥¿¥¤¥×¤Î¥â¥Î¤Ç¤·¤¿¡£\r\n\r\n>> ¤³¤ì¤Ï¥¹¥â¥¯¥ê¤Î¥¤¥ó¥µ¡¼¥È¤ÇÇÒ¤á¤Þ¤¹¡£\r\n¥¹¥â¥¯¥ê¤Î¥¤¥ó¥µ¡¼¥È¤Ã¤Æ²¿¤Î»ö¤Ç¤·¤ç¤¦¤«¡©¤¢¤ÈEBAY¤â¤ï¤«¤ê¤Þ¤»¤ó¡£\r\n̵ÃΤǤ¹¤ß¤Þ¤»¤ó¡£\r\n\r\n¤¢¤ÈGANGSTA BOO¤Î¿Íµ¤¤äÃÎ̾Å٤äƤɤ줯¤é¤¤¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©TRINA¤È¤Þ¤Ç¤Ï¤¤¤«¤Ê¤¯¤Æ¤âÁ´ÊƵ¬ÌϤǤϤʤ¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n¥Õ¥¡¥ó¥µ¥¤¥È¤Î°ì¤Ä¤â¤¢¤Ã¤Æ¤â¤¤¤¤¤È\r\n»×¤¦¤Î¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (41,'696c7b323a','¤¹¤ß¤Þ¤»¤ó¤Ç¤·¤¿¡£','¥¹¥â¥¯¥ê¤ÏTHREE 6 MAFIA, \'\'WHEN THE SMOKE CLEARS\'\'¤ÎÄ̾Τʤó¤Ç¤¹¤Í¡£\r\nÉáÄ̤˥µ¥¤¥È¤Ë½ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿¡£\r\n¤è¤¯Æɤޤº¤Ë¼ÁÌ䤷¤Æ¤¹¤ß¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n¤µ¤Ã¤½¤¯Çã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (42,'7d7779d030','','[quote:7d7779d030=\"goku\"]squeeky¤ädirty¤È¤«¡¢¤ä¤Ã¤Ñ¤ê´é¤Ï¥Þ¥º¤¤¤±¤É¡¢²»³Ú¤Ï¡ª¤È¤¤¤¦¤â¤Î¤òÍ¥À褵¤»¤ÆÇã¤ï¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:7d7779d030]\r\n\r\n¤¢¡¢¤½¤ì¤Ç¤¹¤Í\r\n¥·¡¼¥ó¤Ë¤Ï¾¯¤·Á¤¤¤«¤â\r\n¤¢¡¢¤Ç¤â¼«Ê¬·ë¹½Ç¯¤¤¤Ã¤Æ¤ë¤±¤É\r\n²Æ¾ì¤ÏÇòT¤À¤Ã¤¿¤ê¤·¤Þ¤¹ :mrgreen:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (43,'7954b7659a','Re: Gangsta Boo¤Ë¤Ä¤¤¤Æ','[quote:7954b7659a=\"goku\"]\r\nËÍ¥¢¥Ê¥í¥°¤Ê¤Î¤ÇÁ´ÂΤ¬¤É¤¦¤Ê¤Ã¤Æ¤ë¤«¤ï¤«¤ê¤Þ¤»¤ó¡£Ã¯¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£[/quote:7954b7659a]\r\n\r\n¤¨¡¼¤È¥¹¥±¥Ù¤Ï̵¤¤¤Ç¤¹\r\n¤Ç¤âÌÓÈé¤ËÊñ¤Þ¤ì¤¿BOO¤¿¤ÞĶ¥«¥ï¥¤¥¤¤Ç¤Õ\r\n\r\n¥¹¥±¥Ù¤È¤¤¤¨¤ÐTOO SHORT¤ÎNEW¤¬¤¹¤óÀ²¤é¤·¤¤¤³¤È¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿\r\n¶Ê¤â¿ïʬSOUTH¤Ã¤Ý¤¤¤·¡ÊLIL JON¤¬¿ô¶ÊPROD.¤·¤Æ¤Þ¤·¤¿¡Ë\r\n¤¢¤ì¤Ï¥¤¥¤ :mrgreen:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (44,'490323b4c7','Where Them Dollaz At','[url=http://www.singingfool.com/search.asp?PublishedID=&VideoKbRate=1&AltID=&CustomerID=20555&WM=False&Ads=True&Play=False&SearchForMethodID=3&searchString=13720]WHERE THEM DOLLAZ AT[/url]\r\n\r\n¤¢¤È3-6¤Î¤â¸«¤ì¤Þ¤¹¡£¤Ç¤â¤³¤³ºÇ¶á½Å¤á¤Ç\r\n¤Á¤ã¤ó¤È¥¹¥È¥ê¡¼¥àºÆÀ¸¤µ¤ì¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡Ä :(\r\n ¤¤¤í¤¤¤í¼ê¤ò¿Ô¤¯¤»¤ÐÊݸ¤â¤Ç¤­¤ë¤È»×¤¤¤Þ¤¹¤Î¤Ç¡£\r\n\r\n²èÁü¤â¤Á¤ç¤Ã¤Èõ¤·¤Æ¤ß¤Þ¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (45,'a301211d82','¡¦¡¦¡¦','ºÆȯebay¤ÇËü±Û¤¨¤·¤Æ¤Þ¤·¤¿¤è :shock: \r\nOG¤È´Ö°ã¤¨¤Á¤ã¤Ã¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡£\r\n\r\n¥ª¥ê¥¸¥Ê¥ë¤Ï1¶Ê¤À¤±¿¬Àڤ줷¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n\r\nËͤϤȤꤢ¤¨¤º¤Á¤ã¤ó¤È¤·¤¿CD¡Ênot CDR)¤ÇÉáÄ̤βÁ³Ê¤Ê¤éÍߤ·¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (46,'b7cf0f5665','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£','>>¤¨¡¼¤È¥¹¥±¥Ù¤Ï̵¤¤¤Ç¤¹ \r\n¤Ç¤âÌÓÈé¤ËÊñ¤Þ¤ì¤¿BOO¤¿¤ÞĶ¥«¥ï¥¤¥¤¤Ç¤Õ \r\n\r\nL-B-B¤µ¤ó¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n2nd¤âÇã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£\r\n\r\ng-stringz¤µ¤ó¡¢¥¹¥Ã¥´¥¤ÎÉ¥µ¥¤¥È¤ò¶µ¤¨¤Æ¤¯¤À¤µ¤Ã¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤¤¤ä¡¼¥«¥ï¥¤¥¤´é¤Ë¥Ç¥Ã¥«¥¤¿¬¥Ö¥Ã¥È¥¤ÂÀ¤â¤âºÇ¹â¤Ç¤¹ :D\r\nÇ°´ê¤ÎBoo¥½¥íPV¤¬´Ñ¤ì¤Æ´¶·ã¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (47,'dd055d2faf','','ÁᮺÆȯ¥²¥Ã¥È¤·¤Þ¤·¤¿¤¬¤³¤ó¤Ê´¶¤¸¤Ç¤·¤¿¡£\r\n\r\nCD¤Ï¤Á¤ã¤ó¤ÈƱ¤¸¥ì¡¼¥Ù¥ëfisherboy¤«¤é¥ê¥ê¡¼¥¹¤µ¤ì¤Æ¤Þ¤¹¡££ã£ä£ò¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¥¸¥ã¥±¤¬¼ã´³°ã¤¦¡£fearturing dj screw,al-d¤Ã¤Æ½ñ¤¤¤Æ¤¢¤ë¡£¥Ç¥¶¥¤¥ó¤Ï´ðËÜŪ¤ËƱ¤¸¤Ç¤¹¤±¤É¡£¤·¤«¤â¼ÂºÝ¤ËµÒ±é¤·¤Æ¤Ê¤¤ :x Ã楸¥ã¥±¤Î¼Ì¿¿¤Ë¤Ï¼Ì¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n¤·¤êÀÚ¤ì¤ÏÌóȾʬ¼å¡£¤³¤ì¤Ï·ë¹½¤¬¤Ã¤«¤ê¤Ç¤·¤¿¡£¼«Ê¬¤ÏOG¤Î¥Ö¡¼¥È¤ò»ý¤Ã¤Æ¤Þ¤·¤¿¤¬¡¢¤³¤Á¤é¤Ï¤â¤Ã¤È¿¬Àڤ줬¤¢¤Ã¤Æ¡¢¤È¤¤¤¦¤³¤È¤Ï¤³¤Î¥Ö¡¼¥È¤Ï¤É¤³¤«¤é¤­¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©ñÙ¤µ¤ì¤Æ¤¿¤ï¤±¤Ç¤¹¤Í¡£\r\n\r\n¤Ç¤âremaster¤·¤¿¤é¤·¤¯¡¢²»¼Á¤ÏÎɤ¯¤Ê¤Ã¤Æ¤ë¤é¤·¤¤¡£¼«Ê¬¤Î¥Ö¡¼¥È¤È¤Ç¤ÏÁ´Á³°ã¤¤¤Þ¤·¤¿¡£Èæ¤Ù¤Æ¤â»ÅÊý¤Ê¤¤¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (49,'','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','Ë¿½ê¤Ç¶µ¤¨¤Æ¤â¤é¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢Hi-Life Hustle¤Ã¤Æ¥¢¥Þ¥¾¥ó¤ÇÇ㤨¤Ð1100±ß¤Ê¤ó¤Ç¤¹¤Í¡Á¡ª\r\nÁ÷ÎÁ­¤·¤Æ¤â1400±ß :shock: \r\n¤Û¤ó¤È¥Í¥Ã¥ÈËüºÐ¤Ç¤¹¤è :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (50,'f114bb317d','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','¤¢¤ì¡©´éʸ»ú¼ºÇÔ¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (51,'3acba8bd44','lwydtm','goku¤µ¤ó¡¢¾ðÊó¤É¤¦¤â¤Ç¤¹¡£\r\nȾʬ¤Î¥«¥Ã¥È¥ª¥Õ¤Ï»ÄÇ°¤Ç¤¹¤¬¡Ê¤¦¤Þ¤¯¥Õ¥§¡¼¥É¥¢¥¦¥È¤È¤«¤Ç¤­¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤«¤Í¡¼¡©)\r\n¤¼¤ÒGet¤·¤¿¤¤¤È»×¤¤¤Þ¤¹¡£¤½¤í¤½¤í¿ô¤¬½Ð²ó¤Ã¤Æ¤­¤¿¤ß¤¿¤¤¤Ç¤¹¤·¡£\r\n¤½¤¦¤¤¤äÆüËܤΥä¡û¡¼¤Ë¤â¤¢¤ê¤Þ¤·¤¿ :mrgreen:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (52,'a69d97a2a8','','¥Ð¡¼¥ó¥º¡õ¥Î¡¼¥Ö¥ë¤ÎȯÇäÆü¤¬Âç³¢Æü¤Ë¡¦¡¦¡¦¡£\r\n¤É¤¦¤Ê¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (53,'242910dd44','','¡äg-stringz¤µ¤ó \r\n¤µ¤é¤ËȯÇäǯ¤¬2025ǯ¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¤¬¡Ê¾Ð¡Ë :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (54,'42cf0d127f','WSC GANGSTANATION','[img:42cf0d127f]http://www.raptalk.net/bb/attachment.php?s=&postid=233492[/img:42cf0d127f]\r\n\r\nGangsta Nation¤Î¥Ó¥Ç¥ª¤Ç¤¹¡£\r\n\r\n[u:42cf0d127f]WINDOWS[/u:42cf0d127f]\r\nhttp://boss.streamos.com/wmedia/prio001/westsideconnection/gangstanation/video/gangstanation_v56.asx\r\nhttp://boss.streamos.com/wmedia/prio001/westsideconnection/gangstanation/video/gangstanation_v100.asx\r\nhttp://boss.streamos.com/wmedia/prio001/westsideconnection/gangstanation/video/gangstanation_v300.asx\r\n\r\n[u:42cf0d127f]REAL[/u:42cf0d127f]\r\nhttp://boss.streamos.com/real/prio001/westsideconnection/gangstanation/video/gangstanation_v56.ram\r\nhttp://boss.streamos.com/real/prio001/westsideconnection/gangstanation/video/gangstanation_v100.ram\r\nhttp://boss.streamos.com/real/prio001/westsideconnection/gangstanation/video/gangstanation_v300.ram'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (55,'07829ccb8d','ËèÅÙËèÅÙ','¥Û¥Ã¥È¤Ê¾ðÊó¤ò¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤³¤ÎFORUM¤Ë¤Ê¤Ã¤Æ¤«¤é¥Ý¥¹¥È¤¬¤À¤¤¤Ö¸º¤Ã¤¿¤Î¤Ç´ò¤·¤¤¸Â¤ê¤Ç¤¹¡£\r\n¤ß¤Ê¤µ¤ó»È¤¤Êý¤¬¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n¤¤¤Þ¤Þ¤Ç¤ÈÊѤï¤é¤Ê¤¤¤Î¤Ë¡¦¡¦¡¦\r\n\r\n²èÁü¤¬¤¦¤Þ¤¯Å½¤ì¤Ê¤¤¤è¤¦¤Ç¤¹¤Í¡©\r\n¤Ê¤ó¤Ç¤Ç¤·¤ç¤¦¡©\r\n :roll: [/img]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (56,'34e9be1976','"Tha Ghetto Heaven" FORUM»²²Ã!','\"Tha Ghetto Heaven On Line BBS\"¤¬¥ª¡¼¥×¥ó¤·¤Þ¤·¤¿! :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (57,'1056e6d69d','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','¤â¤·¤«¤·¤ÆȯÇä±ä´ü¤Ë¤Ê¤ê¤Þ¤·¤¿¡© :shock: \r\n¥¢¥Þ¥¾¥ó¤Î¾¦Éʥꥹ¥È¤«¤é¤Ïºï½ü¤µ¤ì¤Æ¤ë¤·¡¦¡¦¡¦ :cry: \r\n\r\n¤È¤³¤í¤Ç¤³¤Î·Ç¼¨ÈÄ¡¢¥Þ¥Ã¥¯¤«¤é½ñ¤­¹þ¤â¤¦¤È¤¹¤ë¤Èʸ»ú²½¤±¤·¤Á¤ã¤¦¤Î¤Ï¤Ê¤¼¤Ç¤·¤ç¤¦¡©Ê¸»ú¥»¥Ã¥È¤âÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (58,'10795eb495','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','[quote:10795eb495=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]¤â¤·¤«¤·¤ÆȯÇä±ä´ü¤Ë¤Ê¤ê¤Þ¤·¤¿¡© :shock: \r\n¥¢¥Þ¥¾¥ó¤Î¾¦Éʥꥹ¥È¤«¤é¤Ïºï½ü¤µ¤ì¤Æ¤ë¤·¡¦¡¦¡¦ :cry: \r\n\r\n¤È¤³¤í¤Ç¤³¤Î·Ç¼¨ÈÄ¡¢¥Þ¥Ã¥¯¤«¤é½ñ¤­¹þ¤â¤¦¤È¤¹¤ë¤Èʸ»ú²½¤±¤·¤Á¤ã¤¦¤Î¤Ï¤Ê¤¼¤Ç¤·¤ç¤¦¡©Ê¸»ú¥»¥Ã¥È¤âÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£[/quote:10795eb495]\r\n\r\nʸ»ú²½¤±¤·¤Þ¤¹¤«¡©\r\nɽ¼¨¤¬¤Þ¤Ã¤¿¤¯½ÐÍè¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\nWin¥æ¡¼¥¶¡¼¤Î»ä¤Ï³Îǧ¤Ç¤­¤Ê¤¤¤Ç¤¹Ž¥Ž¥Ž¥\r\n¥Í¥¹¥±¤Ç¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (59,'1c0b266924','¤³¤³¤­¤Æ¤Ï¤¸¤á¤Æ¤Ç¤¹¡£','¥ä¥ó¥°¥Þ¡¼¥À¡¼¥¹¥¯¥ï¥Ã¥É¤Î¥»¥«¥ó¥É¤Ï¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤¹¤«¤Í¡¼¡£HMV¤È¤«¤Þ¤ÀÆþ²Ù¤·¤Æ¤Ê¤¤¤ß¤¿¤¤¤À¤·¡£Ê¹¤¯¤È¤³¤í¤Ë¤è¤ë¤È¤Þ¤ÀÀµµ¬ÈÎÇä¤Ï¤É¤¦¤«¤Ê¤ó¤Æ¡£Á᤯¤­¤­¤Æ¡¼¤Ê¡¼¡ª : :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (60,'009c306653','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','[quote:009c306653=\"G-HOUSE03\"][quote:009c306653=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]¤â¤·¤«¤·¤ÆȯÇä±ä´ü¤Ë¤Ê¤ê¤Þ¤·¤¿¡© :shock: \r\n¥¢¥Þ¥¾¥ó¤Î¾¦Éʥꥹ¥È¤«¤é¤Ïºï½ü¤µ¤ì¤Æ¤ë¤·¡¦¡¦¡¦ :cry: \r\n\r\n¤È¤³¤í¤Ç¤³¤Î·Ç¼¨ÈÄ¡¢¥Þ¥Ã¥¯¤«¤é½ñ¤­¹þ¤â¤¦¤È¤¹¤ë¤Èʸ»ú²½¤±¤·¤Á¤ã¤¦¤Î¤Ï¤Ê¤¼¤Ç¤·¤ç¤¦¡©Ê¸»ú¥»¥Ã¥È¤âÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£[/quote:009c306653]\r\n\r\nʸ»ú²½¤±¤·¤Þ¤¹¤«¡©\r\nɽ¼¨¤¬¤Þ¤Ã¤¿¤¯½ÐÍè¤Ê¤¤¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\nWin¥æ¡¼¥¶¡¼¤Î»ä¤Ï³Îǧ¤Ç¤­¤Ê¤¤¤Ç¤¹Ž¥Ž¥Ž¥\r\n¥Í¥¹¥±¤Ç¤Ç¤¹¤«¡©[/quote:009c306653]\r\n\r\nIE¤Ç¤¹¡£±ÜÍ÷¤Ï½ÐÍè¤ë¤ó¤Ç¤¹¤±¤É¡¢½ñ¤­¹þ¤ßÍó¤Î£²¥Ð¥¤¥Èʸ»ú¤¬¤¹¤Ù¤Æ²½¤±¤Æ¤·¤Þ¤¦¤ó¤Ç¤¹¤è¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (61,'4538409dcb','19th Street LBC Compilation','¥È¥é¥Ã¥¯¥ê¥¹¥È¡¢»²²Ã¤·¤Æ¤ë¥¢¡¼¥Æ¥£¥¹¥È¤¬ÃΤꤿ¤¤¤Ç¤¹¡£\r\n¤É¤Ê¤¿¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (62,'e3d01743ce','19th street!','¤³¤ì¤Ã¤Æ¿·Éè¤Î¤³¤È¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤è¤Í¡©\r\nC-Style¥×¥ì¥¼¥ó¥Ä¤Î¤ä¤Ä¤Ç¤·¤ç¤¦¤«¡©\r\n[url]http://www.amazon.co.jp/exec/obidos/ASIN/B00000AEGY/ghouse03-22/250-2559859-9301853[/url]\r\n\r\n¤³¤ì¤Ï¥·¥ê¡¼¥º2ºîÌܤǤ¹¤¬¡¢°ìºîÌܤÏIce T/Colors¤ò¤Ä¤«¤Ã¤¿Daz¤ÎBustaz¤¬Æþ¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¡£\r\n¤½¤ì¤Î¤³¤È¤Ç¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (63,'9e0d1a7064','ʸ»ú²½¤±','¾¯¤·Ä´¤Ù¤Æ¤ß¤Þ¤¹!\r\n¤ª»þ´Ö¤¯¤À¤µ¤¤! :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (64,'f47eb36413','Re: ¤³¤³¤­¤Æ¤Ï¤¸¤á¤Æ¤Ç¤¹¡£','[quote:f47eb36413=\"N DOGG\"]¥ä¥ó¥°¥Þ¡¼¥À¡¼¥¹¥¯¥ï¥Ã¥É¤Î¥»¥«¥ó¥É¤Ï¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤¹¤«¤Í¡¼¡£HMV¤È¤«¤Þ¤ÀÆþ²Ù¤·¤Æ¤Ê¤¤¤ß¤¿¤¤¤À¤·¡£Ê¹¤¯¤È¤³¤í¤Ë¤è¤ë¤È¤Þ¤ÀÀµµ¬ÈÎÇä¤Ï¤É¤¦¤«¤Ê¤ó¤Æ¡£Á᤯¤­¤­¤Æ¡¼¤Ê¡¼¡ª : :lol:[/quote:f47eb36413]\r\n\r\nBMR¤Ë¤â¥ì¥Ó¥å¡¼¤Î¤Ã¤Æ¤Þ¤·¤¿¤·¡¢¤â¤¦¤¹¤°¤Ç¤·¤ç¤¦¤Í!\r\n¥¸¥ã¥±¤¬Èó¾ï¤ËÈù̯¤Ê¤â¤Î¤Ç¤·¤¿¤¬¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (65,'4053a879fd','Re: ʸ»ú²½¤±','¤¹¤ß¤Þ¤»¤ó¡¢¤ª¼ê¿ô¤Ê¤é½ÐÍè¤ë¤À¤±PC¤«¤é½ñ¤­¹þ¤à¤è¤¦¤Ë¤·¤Þ¤¹¤Î¤Ç¡¦¡¦¡¦\r\n\r\n\r\n ¤È¤³¤í¤ÇHI-C¤Î¥¢¥ë¥Ð¥à¤ÎȯÇäÆü¤Ç¤¹¤¬¡¢DJ-QUIK.NET¤Î¥Õ¥©¡¼¥é¥à¤ß¤Æ¤â\r\n¥Ï¥Ã¥­¥ê¤·¤¿¤³¤È¤Ïʬ¤«¤ê¤Þ¤»¤ó¤Í¡£¤É¤¦¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¡£ :?\r\n ¤Ê¤¼¤«ebay¤Ë½ÐÉʤµ¤ì¤Æ¤ë¤è¤¦¤Ç¤¹¤¬¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (66,'a19d7b5e43','','ºòÆüÇã¤Ã¤¿CUSTOM LOWRIDING¤ËºÜ¤Ã¤Æ¤¤¤¿¤Î¤Ç\r\nÀµµ¬ÈÎÇ䤹¤ë¤ó¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¤Í¡£¼«Ê¬¤â¤Þ¤ÀÇ㤪¤¦¤«\r\n̤äƤ¤¤Þ¤¹¤¬¡¢Â¿Ê¬Ç㤤¤Þ¤¹¤Í¡£º£²ó¤Î¤ÏMELLOW¤Ê¤Î¤è¤ê¤Ï\r\nGANGSTA¡¡RAP¤¬Â¿¤¤¤é¤·¤¤¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (67,'581d2295ce','Re: 19th street!','[quote:581d2295ce]¤³¤ì¤Ï¥·¥ê¡¼¥º2ºîÌܤǤ¹¤¬¡¢°ìºîÌܤÏIce T/Colors¤ò¤Ä¤«¤Ã¤¿Daz¤ÎBustaz¤¬Æþ¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¡£\r\n¤½¤ì¤Î¤³¤È¤Ç¤¹¤« :?:[/quote:581d2295ce]\r\n\r\n¤½¤ì¤Ç¤¹!\r\nºÇ¶ácd-r¤ÇÄ°¤¤¤¿¤â¤Î¤Ç¤ï¤«¤é¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¡£\r\n¥¢¥Þ¥¾¥ó¤Ç¤Ï¥¢¡¼¥Æ¥£¥¹¥È̾¤¬¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\nº£AMG¤ÇÄ´¤Ù¤Æ¤ß¤¿¤é¤ª¤â¤¤¤Ã¤­¤êºÜ¤Ã¤Æ¤Þ¤·¤¿¡£¤¹¤ß¤Þ¤»¤ó¡¦¡¦¡¦¡£\r\n\r\n¤³¤Î¥³¥ó¥Ô¤¤¤¤¤Ç¤¹¤Í :) \r\nCROOKED I¤Î¥³¥¢Áؤ«¤é¤Î°Û¾ï¤Êɾ²Á¤Î¹â¤µ¤ò¤¢¤Þ¤êÍý²ò¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢\r\n¤À¤ó¤À¤ó¤ï¤«¤Ã¤Æ¤­¤¿¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£Disfunktional Family¤ËÆþ¤Ã¤Æ¤ë\r\nStill Tha Row¤È¤«¤âÎɤ¯¤Ê¤¤¤Ç¤¹¤« :?: ÀµÅýŪ¤Ê¤«¤Ã¤³Îɤµ¤¬¤¢¤ê¤Þ¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (68,'cd0bf733ab','Re: ʸ»ú²½¤±','[quote:cd0bf733ab=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]¤¹¤ß¤Þ¤»¤ó¡¢¤ª¼ê¿ô¤Ê¤é½ÐÍè¤ë¤À¤±PC¤«¤é½ñ¤­¹þ¤à¤è¤¦¤Ë¤·¤Þ¤¹¤Î¤Ç¡¦¡¦¡¦\r\n\r\n\r\n ¤È¤³¤í¤ÇHI-C¤Î¥¢¥ë¥Ð¥à¤ÎȯÇäÆü¤Ç¤¹¤¬¡¢DJ-QUIK.NET¤Î¥Õ¥©¡¼¥é¥à¤ß¤Æ¤â\r\n¥Ï¥Ã¥­¥ê¤·¤¿¤³¤È¤Ïʬ¤«¤ê¤Þ¤»¤ó¤Í¡£¤É¤¦¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¡£ :?\r\n ¤Ê¤¼¤«ebay¤Ë½ÐÉʤµ¤ì¤Æ¤ë¤è¤¦¤Ç¤¹¤¬¡¦¡¦¡¦[/quote:cd0bf733ab]\r\n\r\nMAC¤«¤éIE¤À¤ÈÆþÎÏ»þ¤Ëʸ»ú²½¤±¤·¡¢Á÷¿®¤¹¤ë¤È¤­¤Á¤ó¤Èɽ¼¨¤µ¤ì¤ë¤È¤¤¤¦¸½¾Ý¤¬µ¯¤³¤ë¤³¤È¤¬¤¢¤ë¤½¤¦¤Ç¤¹¡£\r\n¤³¤ì¤«¤éÂбþ¤·¤è¤¦¤È»×¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢¥Í¥¹¥±¤À¤ÈÌäÂ꤬¤Ê¤¤¤è¤¦¤Ç¤¹¡£\r\nÂбþ¤¬½ª¤ï¤ë¤Þ¤Ç¥Í¥¹¥±¤ò»È¤Ã¤Æ¤¤¤¿¤À¤¯¤«¡¢PC¤«¤é¤Î¥Ý¥¹¥È¤Ç¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£\r\n\r\nHi-C¤Ï¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡¦¡¦¡¦ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (69,'c0aa619dbd','CISCO MAIL ORDER¤Ë¤Ä¤¤¤Æ','½é¤á¤Þ¤·¤Æ¡¢G-HOUSE03¤µ¤ó\r\n\r\nÆÍÁ³¤Ê¤ó¤Ç¤¹¤¬¼Â¤Ïº¤¤Ã¤¿»ö¤¬¤¢¤ê¤Þ¤·¤Æ¡¢\r\nº£ÆüCISCO¤«¤éTRIPLE C¤ÎCD¤¬ÆϤ¤¤¿¤ó¤Ç¤¹¤¬¡¢\r\n³«Éõ¤·¤Æ¤ë¾å¤Ë¥±¡¼¥¹¤¬³ä¤ì¤Æ¤Æ¡¢¤À¤¤¤Ö½ý¤ó¤Ç¤¤¤ë¾õÂÖ¤Îʪ¤ò\r\n¥Ó¥Ë¡¼¥ë¤Î¥×¥Á¥×¥Á¤Ë¤¯¤ë¤ó¤ÇÁ÷¤Ã¤ÆÍ褿¤ó¤Ç¤¹¤è :cry: \r\n\r\n¼Â¤Ï°ÊÁ°¤â¤½¤ó¤Ê¤³¤È¤¬¤¢¤Ã¤Æ¡¢¤½¤ì°Ê¸å¥ª¡¼¥À¡¼¤ÎÈ÷¹ÍÍó¤Ë\r\nÃí°Õ½ñ¤­¤·¤¿¤ê¤·¤Æ¤¿¤ó¤Ç¤¹¤±¤É¡¢¤Þ¤¿Æ±¤¸Ìܤ˹ç¤ï¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿\r\n\r\n¤É¤¦¤«¤Ò¤È¤ÄG-HOUSE03¤µ¤ó¤«¤é¥­¥Ä¤¯¸À¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤ì¤Þ¤»¤ó¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (70,'5cb47e813c','Re: CISCO MAIL ORDER¤Ë¤Ä¤¤¤Æ','[quote:5cb47e813c=\"G-BEGGINER\"]½é¤á¤Þ¤·¤Æ¡¢G-HOUSE03¤µ¤ó\r\n\r\nÆÍÁ³¤Ê¤ó¤Ç¤¹¤¬¼Â¤Ïº¤¤Ã¤¿»ö¤¬¤¢¤ê¤Þ¤·¤Æ¡¢\r\nº£ÆüCISCO¤«¤éTRIPLE C¤ÎCD¤¬ÆϤ¤¤¿¤ó¤Ç¤¹¤¬¡¢\r\n³«Éõ¤·¤Æ¤ë¾å¤Ë¥±¡¼¥¹¤¬³ä¤ì¤Æ¤Æ¡¢¤À¤¤¤Ö½ý¤ó¤Ç¤¤¤ë¾õÂÖ¤Îʪ¤ò\r\n¥Ó¥Ë¡¼¥ë¤Î¥×¥Á¥×¥Á¤Ë¤¯¤ë¤ó¤ÇÁ÷¤Ã¤ÆÍ褿¤ó¤Ç¤¹¤è :cry: \r\n\r\n¼Â¤Ï°ÊÁ°¤â¤½¤ó¤Ê¤³¤È¤¬¤¢¤Ã¤Æ¡¢¤½¤ì°Ê¸å¥ª¡¼¥À¡¼¤ÎÈ÷¹ÍÍó¤Ë\r\nÃí°Õ½ñ¤­¤·¤¿¤ê¤·¤Æ¤¿¤ó¤Ç¤¹¤±¤É¡¢¤Þ¤¿Æ±¤¸Ìܤ˹ç¤ï¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿\r\n\r\n¤É¤¦¤«¤Ò¤È¤ÄG-HOUSE03¤µ¤ó¤«¤é¥­¥Ä¤¯¸À¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤ì¤Þ¤»¤ó¤«¡©[/quote:5cb47e813c]\r\n\r\n¤³¤ó¤Ë¤Á¤Ï¡£\r\nÄˤó¤Ç¤ë¾õÂ֤Τâ¤Î¤Ç¤¹¤«¡¦¡¦¡¦\r\nÄÌÈΤϤ½¤ÎÊÕ¤¬¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤¢¤ëÄøÅ٤ϳи礷¤Ê¤¯¤Æ¤Ï¤Ê¤é¤Ê¤¤Éôʬ¤â¤¢¤ë¤È»×¤¤¤Þ¤¹¤è¡£\r\n»ä¤â¤¤¤í¤ó¤Ê¤È¤³¤Ç¤¤¤í¤¤¤í¤ÈÄˤ¤Ìܤˤ¢¤Ã¤Æ¤Þ¤¹¡£\r\nľÀÜCISCO¤µ¤ó¤ËÌ䤤¹ç¤ï¤»¤Æ¤ß¤ë¤Î¤¬¤¤¤¤¤È»×¤¤¤Þ¤¹¡£\r\n\r\n»ä¤Ï¤½¤Î¤è¤¦¤Ê¤³¤È¤ò¤­¤Ä¤¯¤¤¤¨¤ë¤è¤¦¤Ê¿Èʬ¤Î¿Í´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤·¡¢\r\n¤½¤Î¤è¤¦¤Ê¤³¤È¤òÍê¤Þ¤ì¤Æ¤âº¤¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (71,'91d35fbc3b','Re: CISCO MAIL ORDER¤Ë¤Ä¤¤¤Æ','[quote:91d35fbc3b=\"G-HOUSE03\"]¤½¤Î¤è¤¦¤Ê¤³¤È¤òÍê¤Þ¤ì¤Æ¤âº¤¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹ :?[/quote:91d35fbc3b]\r\n\r\n¤¹¤¤¤Þ¤»¤ó¤´ÌÂÏǤ«¤±¤Þ¤·¤¿\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (72,'dc7984d796','Z-RO¡ÜDAZ','Z-RO¤Î¿·ºî¤Ï¤Ê¤ó¤«DAZ¤¬¤±¤Ã¤³¤¦Íí¤ó¤Ç¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£Ã¯¤«Ê¹¤¤¤¿¿Í¤¤¤Þ¤¹¤«¡£ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (73,'d00b8a6c5b','','Îɤ«¤Ã¤¿¤Ç¤¹¤è :) \r\n\r\n¥ì¥ô¥å¡¼¤ß¤¿¤¤¤Ê¤Î½ñ¤¤¤¿¤ó¤Ç¸«¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤\r\nhttp://messages.yahoo.co.jp/bbs?.mm=MU&action=m&board=1834588&tid=5a2a4ca4fa4ada4bfrap9a5a4ada5aaa5ca55a5s&sid=1834588&mid=568'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (74,'eeab388fa7','¥ì¥Ó¥å¡¼Í­Æñ¤¦¤´¤¶¤¤¤Þ¤¹¡ª','Áᮥì¥Ó¥å¡¼Í­Æñ¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n\r\n¤Þ¤À¼«Ê¬¤Ï¥²¥Ã¥È¤·¤Æ¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢³Ú¤·¤ß¤Ç¤¹¡£DAZ¥×¥í¥Ç¥å¡¼¥¹¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©¤Á¤ç¤Ã¤È´üÂÔ¤·¤Æ¤¿¤Î¤Ç¤¹¤¬ :( \r\n\r\n¼«Ê¬¤ÏG-MAABÊÒ³ä¤ì¤ÎDOUGIE-D¤Î¿·É襲¥Ã¥È¤·¤Þ¤·¤¿¡£¤È¤¤¤Ã¤Æ¤âSLAB¤ß¤¿¤¤¤Ê¥Õ¥ê¡¼¥¹¥¿¥¤¥ë½¸¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1012,'f16ff10b9a','Re: Bay Luv @ Bridje! with G-HOUSE03','¤­¤Æ¤¯¤ì¤¿Êý¡¹¡¢ËÜÅö¤Ë¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿ :signthanks: \r\n³Ú¤·¤ó¤Ç¤¤¤¿¤À¤±¤¿¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¤Þ¤¿¡¢Í·¤Ó¤ËÍè¤Æ¤¯¤À¤µ¤¤¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1013,'6b43d8e25c','ǯËö¤Þ¤È¤áÇ㤤','[quote:6b43d8e25c=\"g-stringz\"]UPPIN!!\r\n¤ó¡¼¤ä¤Ã¤Ñ¤êº£Ç¯¤âECAY UNO¤Ç¤·¤¿¡£¤¢¤È¤ÏBABY BUBB - No Time 4 Play¤È¤«Ž¥Ž¥Ž¥¸Ä¿ÍŪ¤Ê¹¥¤ß¤¬¥â¥í¤Ë½Ð¤Æ¤Þ¤¹¡£[/quote:6b43d8e25c]\r\n\r\nEcayUnoÇã¤Ã¤Æ¤Ê¤¤¤ó¤ÇÇã¤Ã¤Æ¤ß¤Þ¤¹¡ª\r\nº£½µÆ¬¤ËÇ㤤ƨ¤·¤Æ¤¿ESG¤äXZIBIT¡¢DOMINO¡¢Lil C¤Ê¤É¤òÅ»¤áÇ㤤¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤ÇɾȽ¤Î¤¤¤¤¤³¤ÎÊÕ¤«¤é¤¢¤¿¤ê¤¬½Ð¤½¤¦¤Ê´¶¤¸¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (77,'7350b80824','¥¤¥Ù¥ó¥È¹ðÃδꤤ¤Þ¤¹','Íè¤ë£±£²·î£°£µÆü¡¡Ï»ËÜÌÚVERTU¡¡SHKA(Ï»ËÜÌÚ7-15-30B1¡¢B2PYLON¡Ë¤Ë¤Æ\r\nJ.G.P(JAPANE£ç¡Ç£úPARTY¡Ë¤È¤æ¤¦\r\nÆüËܤΣç¤Î¥¤¥Ù¥ó¥È¤¬¤¢¤ê¤Þ¤¹¡£\r\n¼ç¤Ê½Ð±é¼Ô\r\nBigRon¡¡S.S.G¡¡DJ¡¡MOTOakaW.C.CBigBoss¡¡and¡¡J-GREN\r\n¾¤Ë¤âSPECIAL¤ÊÈô¤Ó¹þ¤ß¤Î¥é¥¤¥Ö¤ä¡¢ÅÔÆâ¶áÊդdzèÆ°¤¹¤ë¥³¥¢¤Ê½Ð±é¤¬Â¿¿ô\r\n¸«¤Æ³Î¤«¤á¤ë¤Ù¤·\r\n°ø¤ß¤Ë¡¡½÷¡¡¥Õ¥ê¡¼¡ª¡ª¡ª¡¡¡¡¤¼¤Ò¤¼¤Ò¤¼¤Ò¡¡°ì¤Ä¾å¤Ë'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (78,'be8f18e613','','DAZ¤Î¥×¥í¥Ç¥å¡¼¥¹¤Ï̵¤«¤Ã¤¿¤Ç¤¹¤±¤É\r\nHAPPY P.¡¡¤¬£±¶Ê¤ä¤Ã¤Æ¤Æ¡¢¤³¤ì¤¬¤Þ¤¿¥¤¥¤ :D \r\n¤¢¤ÈËܿͤ¬£±¶Ê¡¢¤³¤ì¤â¤Ê¤«¤Ê¤«¤Ç¤·¤¿\r\n\r\nDOUGIE-D½Ð¤Þ¤·¤¿¤«¡¢TRAE¤ß¤¿¤¤¤ËήÄ̤¬Îɤ±¤ì¤Ð¤¤¤¤¤Ç¤¹¤±¤É¡¢\r\n¤Ê¤ó¤«Æþ¼êº¤Æñ¤½¤¦¤Ç¤¹¤Í¡¢¤Þ¤¿¥ì¥ô¥å¡¼´üÂÔ¤·¤Æ¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (79,'17cd19ef32','','Happy pÀ½ºî¡¢¤½¤¦¤¤¤¨¤ÐLIFE¤Ç¤â¤ä¤Ã¤Æ¤Þ¤·¤¿¤Í¡£¤¢¤¢¤¤¤¦´¶¤¸¤À¤È¼«Ê¬¤ÏÂç¹¥¤­¤Ç¤¹¡£concentration camp·Ï¤ÎÊý¤¬¤â¤Ã¤È¹¥¤­¤«¤â :) ¡Ê¤¢¤ó¤Þ¤ê»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤±¤É :cry: ¡Ë\r\n\r\nDOUGIE-D°ì±þ¥ì¥Ó¥å¡¼¤ËºÜ¤»¤Æ¤ª¤­¤Þ¤·¤¿¡£¤È¤ê¤¢¤¨¤º¤â¤¦¾¯¤·Ê¹¤­¹þ¤ó¤Ç¤«¤é¾¤Î¤â½ñ¤­¤Þ¤¹¡£\r\n\r\n¤¢¤ÈÁᮥ¹¥ì°ã¤¤¤Ç¤¹¤¬¡¢DIRTY¤³¤ì¤ÏÎɤ«¤Ã¤¿¤Ç¤¹¡£¤¢¤Î¥Ô¥ó¥¯¤Î¿å¶Ì¥Ñ¥ó¥Ä¤È΢¤Î´À¤À¤¯¥Ó¡¼¥ÈÂǤÁ¹þ¤ß¤Î¿Þ¤Ç¤Á¤ç¤Ã¤È¤Ò¤­¤Þ¤·¤¿¤¬¡¢£´¶ÊÌܤ«¤é¤¢¤È¤Ï¥Ð¥¦¥ó¥¹¤â°¥½¥¤âÁ´Á³¤¤¤±¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (80,'82c8f114ac','³°¥¿¥ì¤Ê¤é¤Ð郎¸«¤¿¤¤¡©','Á°²óWCº£²óSPICE1¤½¤Î¼¡³§¤Ï郎¸«¤¿¤¤¤Ç¤¹¤«¡©\r\nËͤϤޤ¿DOVE¤ÈTWINS¤¬À¸¤Ç¸«¤¿¤¤¤Ç¤¹¡£\r\n³§¤¬¸«¤Æ¤ß¤¿¤¤¥¢¡¼¥Æ¥£¥¹¥È¤â¤·¤¯¤Ï¥°¥ë¡¼¥×¤Ïï¤Ç¤¹¤«¡©\r\nBONE¤â¤ä¤Ð¤¤¤·,SNOOP¤Ï£²£±£³¤Ç¸«¤¿¤¤¤·¥·¥å¥¬¡¼¥Õ¥ê¡¼¤â¤ä¤Ð¤¤,,,'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (81,'cc116f91e6','','¥ª¥ì¤Ï¤â¤·¤Ç¤­¤ë¤È¤·¤¿¤é¥¢¥Ã¥×¥¤¥ó¥¹¥â¡¼¥¯¥Ä¥¢¡¼¤ß¤¿¤¤¤ÊDREÀª¥ª¡¼¥ë¥¹¥¿¡¼¤ÎLIVE¸«¤¿¤¤¤Ç¤¹¤Í¡£ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (83,'0bc2dba273','¤ä¤Ã¤Ñ¤êÃ˽Á¤¼¤ó¤«¤£¤Î¤Ã','£Ç¤µ¤ó¡¢¤ª¤Ò¤µ¤·¤Ö¤ê¥Ç¥¹\r\n\r\n»ä¤Ï¡¢Daz¤Î¥é¥¤¥Ö¤¬¸«¤¿¤¤¤Ç¤¹¤Í¤§¡ª¡ªÇ¯Æâ¤ËÍè¤ë¡Á¤Ê¤ó¤Æ¤Ê¤Ã¤Æ¤¿¤Î¤Ë¤£\r\n·ë¶É¤â¤¦Êë¤ì¤Ã¤¹¤è¤¥¡£¡£¡£\r\n¤Ç¤â¤ä¤Ã¤Ñ¤ê¡¢¿§¤ó¤Ê¿Í¤¬¤É¤«¤Ã¤Æ¤¯¤ë¤Î¤¬¤½¤é¤¡¡¼¤ä¤Ã¤Ñ¡¢¤ª¤¤¤·¤¯¤Æ\r\n´Ñ¤¿¤¤¤Ç¤¹¤è¤Í¡ª¡ªUp in Smoke¥Ä¥¢¡¼¤Ê¤ó¤Æ¡¡¤¹¤´¤¹¤®¤Ç¤¹¤Ã¾Ð\r\nʸ¶ç¤Î¤Ä¤±¤è¤¦¤¬¤Ê¤¤¤Ç¤¹¤è¤Í¤Ã¤Ã¤Ã\r\n\r\n¤½¤ì¤Ï¤½¤¦¤È¡¢Kurupt&Roscoe¡¡Íè¤Þ¤¹¤è¤Í¡ª¡ª\r\n´ØÅì¤ÎÊý¤ÎÆüÄø¤¬¤è¤¯¤ï¤«¤ó¤Ê¤¤¥±¥É¡¡¹Ô¤¯µ¤¤Þ¤ó¤Þ¤ó¤Ç¤Ã¤¹¤Ã¤Ã\r\n\r\nº£ÅÙ¤ÎSpice1¤â¡¡¹Ô¤³¤¦¤«¤Ê¡¼¡¼¡ª¤Ê¤ó¤Æ¤Ã¤Ã\r\n½÷À­ÌµÎÁ¤Ê¤ó¤Æ¡¡¤ª¤¤¤·¤¹¤®¤Ç¤¹¤è¤Í¡ª¡ª¥Û¥ó¥È¤Ç¤¹¤è¤Í¤§¡ª¡©Çú'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (84,'6098e65672','¤ä¤Ã¤Ñ¤êÃ˽Á½Ð¤·¤Þ¤¯¤ê¤Î¤Ã!','¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹!\r\nDazÍè¤Ê¤¤¤Ç¤¹¤Í¡£\r\n»ÄÇ°¤Ç¤¹¤¬¤½¤Î¤«¤ï¤ê¤ËRoscoe¡õKurupt¤Ç¤¹¤Í!\r\nUp In Smoke Tour Japan¤Ê¤ó¤Æ¤¹¤´¤¤¤Ç¤¹¤Í¡£\r\nÁ´Éô¹Ô¤­¤Þ¤¹ :lol: \r\n\r\nSpice1¤ÏÆüÍËÆü¤Ê¤ó¤Ç¤¹¤è¤Í¡£\r\n¤¦¡Á¤ó̵Íý¤·¤Æ¤â¹Ô¤­¤¿¤¤!\r\n\r\n¤Ä¤®¤ÏWarren G¡¢Dj Quik¡¢S.C.C.¤â¤ß¤¿¤¤¤Ê :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (85,'c6f6a652f5','£²£°£°£³Ç¯¥Ù¥¹¥È£±£°!','[b:c6f6a652f5]¤µ¤¢¡¢[/b:c6f6a652f5]¤½¤í¤½¤í¤½¤ó¤Êµ¨Àá¤Ç¤¹¤Í¡£\r\n»ä¤Ï¤Þ¤À·è¤á¤«¤Í¤Æ¤Þ¤¹¤¬¡¢¥Ù¥¹¥È£±£°¤Þ¤Ç¹Ô¤«¤º¤È¤âÀ§È󶵤¨¤Æ¤¯¤À¤µ¤¤!\r\n\r\nWESTSIDE CONNECTION¤¬¤Ç¤ë¤Þ¤Ç¤Ï¤­¤á¤ì¤Ê¤¤¡¦¡¦¡¦ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (86,'5fc4fd6221','Re: 19th street!','[quote:5fc4fd6221=\"g-stringz\"]\r\n¤³¤Î¥³¥ó¥Ô¤¤¤¤¤Ç¤¹¤Í :) \r\nCROOKED I¤Î¥³¥¢Áؤ«¤é¤Î°Û¾ï¤Êɾ²Á¤Î¹â¤µ¤ò¤¢¤Þ¤êÍý²ò¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢\r\n¤À¤ó¤À¤ó¤ï¤«¤Ã¤Æ¤­¤¿¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£Disfunktional Family¤ËÆþ¤Ã¤Æ¤ë\r\nStill Tha Row¤È¤«¤âÎɤ¯¤Ê¤¤¤Ç¤¹¤« :?: ÀµÅýŪ¤Ê¤«¤Ã¤³Îɤµ¤¬¤¢¤ê¤Þ¤¹¤Í¡£[/quote:5fc4fd6221]\r\n\r\n¤¤¤¤¤Ç¤¹¤è¤Í :D \r\n»ä¤â¹¥¤­¤Ê¥³¥ó¥Ô¤Ç¤¹¡£\r\n£Ã£ò£ï£ï£ë£å£ä £É¤¬»²²Ã¤·¤Æ¤¤¤ë¥³¥ó¥Ô¤È¤¤¤¨¤Ð£Ë£õ£ò£õ£ð£ô¤Î\"Back On Smash\"¤¬¼ýÏ¿¤µ¤ì¤Æ¤¤¤ë\"Escape from Deathrow\"¤â̾ºî¥³¥ó¥Ô¤À¤È»×¤¤¤Þ¤¹¡£\r\n»ä¤â\"£Ó£ô£é£ì£ì £Ô£è£å £Ò£ï£÷\"¤â¥«¥Ã¥³¥¤¥¤¤È»×¤¤¤Þ¤¹¤è!\r\n·ë¶É¥¢¥ë¥Ð¥à¤Ï¤Ç¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¤§¡¦¡¦¡¦ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (187,'d92fcc5acc','¤Ê¤ë¤Û¤É','[quote:d92fcc5acc=\"g-stringz\"]¥Ö¥é¥Ã¥¯¤È¥Ö¥é¥¦¥ó¤Î¶¥±é¤ÏξÊý¤Î¥Þ¡¼¥±¥Ã¥È¤Ë¥¢¥Ô¡¼¥ë¤¹¤ë¤¿¤á¡¢¤Ã¤Æ¤Î¤âÂ礭¤¤¤È»×¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬\r\n¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤« :signquestion: \r\n\r\n²»³ÚŪ¤ÊÉôʬ¤Ç¤Ï\r\n\r\n¡¦¥Ù¥¿¤Ê¥µ¥ó¥×¥ê¥ó¥°(¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Þ¤ó¤Þ»È¤¤)¤¬¹¥¤Þ¤ì¤Æ¤¤¤Ê¤¤orË°¤­¤é¤ì¤Æ¤¤¤ë¡£\r\n¡¦¥é¥Ã¥×¤¬²¼¼ê¤Ê¿Í¤¬Â¿¤¤¤È»×¤ï¤ì¤Æ¤¤¤ë\r\n\r\n¤³¤Î2¤Ä¤¬¥Ý¥¤¥ó¥È¤«¤È»×¤¤¤Þ¤¹¡£\r\nËͤϥé¥Ã¥×¤Î¾å¼ê²¼¼ê¤òȽÃǽÐÍè¤ë¤Û¤É±Ñ¸ìÎϤ¬¤¢¤ê¤Þ¤»¤ó¤·¡¢µ»½Ñ¤Î¤ß¤¬¥é¥Ã¥Ñ¡¼¤ÎÍ¥Îô·è¤á¤ë¤È¤Ï»×¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬\r\nÀµÄ¾¡¢ÌµÌ¾¥Á¥«¡¼¥Î¥é¥Ã¥Ñ¡¼¤Ï¥Ñ¥ó¥ÁÉÔ­¤À¤Ã¤¿¤ê¥ª¥Õ¥Ó¡¼¥È¤À¤Ã¤¿¤ê¤¹¤ë¤³¤È¤¬Â¿¤¤¤è¤¦¤Ë´¶¤¸¤Þ¤¹¡Ä¡£\r\n[/quote:d92fcc5acc]\r\n\r\nLatin·Ï¤Î¿Íã¤È¤«Çò¿Í¤â¤ß¤ó¤Ê¡Ö¥é¥Ã¥×¤È¸À¤¨¤Ð¹õ¿Í¡×¤À¤È¹Í¤¨¤Æ¤ë¤È»×¤¦¤ó¤Ç¤¹¡£\r\n¤½¤¦¤¤¤Ã¤¿Éôʬ¤Ç¤ÏBlack¤¬Brown¤Î»Ô¾ì¤ò°Õ¼±¤·¤Æ¤ë¤È¤Ï»×¤¨¤Ê¤¤¥«¥Ê¤Ã¤Æ»×¤¦¤ó¤Ç¤¹¡£\r\n¤Ê¤Î¤ÇChicano Rapper㤬Black¤Ëǧ¤á¤é¤ì¤Æ¤­¤¿¿Þ¼°¤Ê¤Î¤«¤Ê¤¡¡¢¤È¡£\r\n\r\n»Ö¼¤±¤óÛ©¤¯¡¢¡Ö¥Ù¥¿¤Ê¥Í¥¿¤Ï¤ä¤êÊý¤Ë¤è¤Ã¤Æ¤ÏºÇÄã¤Ë¥Ø¥¿¤À¤±¤É¡¢¹ª¤¯¤ä¤ì¤ÐºÇ¹â¤Ë¥Ï¥Þ¤ë¡×¤È±¾¤¦¤Î¤òʹ¤¤¤Æ¡¢Rap¤Ë¤âÅö¤Æ¤Ï¤Þ¤ë¤Ê¤¡¤Ã¤Æ»×¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n³Î¤«¤ËChicano¤Ï¥Ù¥¿¤Ê¥ª¡¼¥ë¥Ç¥£¡¼¥º¤È¤«¤ä¤ê¤¹¤®¤Ç¤¹¤Í :?¡¡\r\nÄ°¤¯¿Í¤Ë¤è¤Ã¤Æ¤ÏFamiliaʪ¤Î´ö¤Ä¤«¤Ï¥ï¥ó¥Ñ¥¿¡¼¥ó¤Ë¼õ¤±¼è¤é¤ì¤Æ¤·¤Þ¤¤¤½¤¦¤Ç¤¹¤·¡£ËͤϹ¥¤­¤Ê¤ó¤Ç¤¹¤¬ :) \r\n¤Ç¤â¿ôÂǤÁ¤ã¤Ê¤Î¤«¡¢¿´ÆÀ¤Æ¤­¤¿¤Î¤«Capone-E¤ß¤¿¤¤¤Ê»ö¤â¤¢¤ë¤«¤éÉî¤ì¤Ê¤¤¤Ã¤¹¤Í¡£W.S Cartel¤Ê¤ó¤«¤ÏÏÀ³°¤Ç¤¹¤¬¡Ä¡£\r\nRap¤Î¤ß¤Î¹Ã²µ¤ÏÆñ¤·¤¤¤Ç¤¹¤Í¡£¸ì³Ø¤ÎÊɤâ¤Ç¤¹¤¬¡£¤ä¤Ï¤ê¤½¤³¤Ï·Ð¸³¤Ç¤¹¤«¤Í¡£\r\nÆüËܤǤϹù⤤À¼¤¬¶ì¼ê¤Ã¤Æ¿Í¤¬¤¿¤Þ¤Ë¤¤¤ë¤ß¤¿¤¤¤Ç¤¹¤¬¡¢Easy-E¤Ê¤ó¤«¤â¹â¤¤¤·¡¢Down¤Ê¤ó¤«¤ÏÈà¤Î±Æ¶Á¤ò¼õ¤±¤Æ¤ë¤é¤·¤¤¤ó¤Ç¤¹¤¬¡£\r\n̵̾¤Ê¿Í¤Ï¡¢Îɤ¯¸À¤¨¤Ð¿·¤·¤¤²»¤òÌϺ÷¤·¤Æ¤ë¤Ã¤Æ¸À¤¨¤ë¤Î¤«¤â¡£¸·¤·¤¯¸À¤¨¤ÐÂçÄñ¤ÏÁǿͤËÌÓ¤¬À¸¤¨¤¿¡¢¤È¤«¡£\r\n»ñ¶âÉÔ­¤ÊÌ̤⤢¤ë¤Î¤«¤È»×¤¤¤Þ¤¹¤¬¡¢g-stringz¤µ¤ó¤ÈƱ¤¸¸«²ò¤Ç¤¹¤Í¡£\r\nLawgik¤Ê¤ó¤«¤Ï¼«¼ç¥ì¡¼¥Ù¥ëΩ¤Á¾å¤²¤Æ´èÄ¥¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡Ä¡£\r\n\r\n±Ñ¸ì¿È¤ËÉÕ¤±¤¿¤¤¤Ç¤¹¤Í¤§¤§¤§¤§¤§¤§ :cry:¡¡µ®½Å¤Ê¤´°Õ¸«thx¤Ç¤·¤¿¡²|¡±|¡û'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (89,'8ded44f0c5','¤¹¤ß¤Þ¤»¤ó¡£','Á°¤Î£Â£Â£Ó¤Ë¤â½ñ¤¤¤¿¤Î¤Ç¤¹¤¬¡¢£Ó£Î£Ï£Ï£Ð£Ä£Ï£Ç£Ç¤Î¥¦¥§¥ë¥«¥à¥È¥¥¡¼¥À¥Á¥ã¡¼¥Á£Ö£ï£ì¡¥£²¤Î¡¢£Ç£Á£Î£Ç£Ó£Ô£Á¡¡£Ó£È£É£Ô¤È¡¢£×£È£Á¡Ç£Ó¡¡£Ù£Ï£Õ£Ò¡¡£Æ£Á£Î£Ô£Á£Ó£Ù¤Ï¤â¤È¤Ïï¤Î¶Ê¤Ç¤·¤ç¤¦?\r\n¥³¡¼¥ë¥¶¥¢¥ó¥Ó¥å¥é¥ó¥¹¤Ï¥Ð¥¹¥¿¥é¥¤¥à¥¹¤Î¶Ê¤À¤ÈȽÌÀ¤·¤¿¤ó¤Ç¤¹¤¬¡¢¾å¤Î£²¤Ä¤¬¤ï¤«¤ê¤Þ¤»¤ó¡£¤É¤Ê¤¿¤«¤è¤í¤·¤±¤ì¤Ð¤ª¶µ¤¨¤¯¤À¤µ¤¤¡£\r\n\r\nWALK-ALLHIPHOP SITE-[url]http://www.sound.jp/hiphop_nanndemo/[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (90,'9e050591e8','','¤â¤¦¤Ç¤Æ¤Þ¤·¤¿¤è¡ª¥·¥¹¥³¤Î¥Ú¡¼¥¸¤Ë¤Ç¤Æ¤Þ¤·¤¿¡ª :shock:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (93,'abb514fc52','ËÜÆü¤«¤éÅÐÏ¿¤·¤Þ¤·¤¿¡£','¥¤¥«¤·¤¿G-RAP¤Ë¤Ï¡¢¥¤¥«¤ì¤¿¥¸¥ã¥±¤¬¤è¤¯»÷¹ç¤¦¡¥¡¥¡¥\r\n¥¤¥±¤Æ¤ëÌîϺ¤Ë¤Ï¡¢¥¤¥±¥¤¥±¤Ê½÷É¿¤¬¤è¤¯»÷¹ç¤¦¡¥¡¥¡¥\r\n¤¢¤ÎHIP-HOP¥¸¥ã¥±¤Î¥À¥µ¤µ¤ÎÃæ¤ÎÈþ³Ø¤¬¶ÌÍð¤Î¤Ç¤¹¡¥¡¥¡¥\r\n\r\n¤â¤¦ÏÃÂê¤Ï²¿¤Ç¤â¥¢¥ê¤Ç¾ðÊó¸ò´¹¤·¤Þ¤·¤ç¤¦¡£\r\n¤ß¤Ê¤µ¤ó¡¢¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (94,'22f9f70421','G-House03¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ¡ª','¿·»²¼Ô¤Ç¤¹¤¬¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£¤³¤ó¤ÊForumÂԤäƤޤ·¤¿!¤Ã¤Æ´¶¤¸¤Ç¤¹¡£ÁÏÀߤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£Ë¿U.S.site¤ÎForum¤ß¤¿¤¤¤ËÀ¹¤ê¾å¤¬¤Ã¤Æ¤¤¤±¤¿¤é¤¤¤¤¤Ç¤¹¤Í :D \r\n\r\n¤È¤ê¤¢¤¨¤º¿·Éè¤À¤È¡¢\r\n[list:22f9f70421]\r\n[*:22f9f70421]Mr.Capone-e \"[i:22f9f70421]Dadicated 2 the Oldies[/i:22f9f70421]\"\r\n[*:22f9f70421]Lil Menace \"The Bad Guy\"\r\n[*:22f9f70421]Mr.Sancho \"From The Street of Cali\"\r\n[*:22f9f70421]Lil Rob \"The Album\"\r\n[/list:u:22f9f70421]\r\nʹ¤­¤ä¤¹¤µ¤«¤é¥Ù¥¿¤À¤È¤«»×¤ï¤ì¾¡¤Á¤«¤È»×¤¤¤Þ¤¹¤¬¡¢¤ä¤Ã¤Ñ¥¤¥¤¤â¤ó¤Ï¥¤¥¤¤Ç¤¹¤Í :wink: \r\nº£Ç¯¤ÏChicano Rap¤À¤±¤È¤Ã¤Æ¤âµ¤¤Ë¤Ê¤ë¿·Éè¤äºÆȯ¤Ê¤É¤â¿¤¯¡¢Á´¤ÆCheck¤·ÀÚ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢¤½¤ó¤ÊÃæŪ¤ò¹Ê¤Ã¤ÆÇã¤Ã¤¿»®¤ËÅö¤¿¤ê¤¬Â¿¤«¤Ã¤¿¤Ã¤Æ´¶¤¸¤Ç¤¹¤Í :idea: \r\nº£¤ÏǯÌÀ¤±ReleaseͽÄê¤ÎLil rob¤äNB Ridaz¤Ë´üÂÔ¤·¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (95,'b4badc9fa9','¤ä¤Ã¤Ñ¤ê½÷½Á½Ð¤µ¤»¤Þ¤¯¤ê¤Î¤Ã','SUGA FREE¤¬¸«¤¿¤¤¤Ç¤¹¡ª\r\n¤Ç¤­¤ì¤ÐQUIK°ìÇɤߤó¤Ê¤È°ì½ï¤Ë¡¦¡¦\r\n\r\nKURUPT, ROSCOE¹Ô¤­¤¿¤«¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢Í½Ä꤬¤¢¤ë¤Î¤Ç̵Íý¤Ç¤·¤¿ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (96,'c64da6bb9d','Re: G-House03¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ¡ª','¤³¤Á¤é¤³¤½¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹!\r\n¤³¤ÎFORUM¤Ë¤·¤Æ¤«¤é½ñ¤­¹þ¤ß¤¬¤á¤Ã¤­¤ê¸º¤ê¤Þ¤·¤¿ :( \r\n\r\n¤¢¤Þ¤êÆüËܤǤϤʤ¸¤ß¤¬¤Ê¤¤¤Ç¤¹¤«¤é¤·¤«¤¿¤¬¤Ê¤¤¤Ç¤¹¤Í¡¦¡¦¡¦ :wink: \r\n¤¸¤ç¤¸¤ç¤ËÀ¹¤ê¾å¤²¤Æ¤¤¤­¤¿¤¤¤È»×¤Ã¤Æ¤¤¤Þ¤¹¤Î¤Ç¤³¤ì¤«¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\nCapone-e¤Ï»ä¤â¥Ù¥¹¥È10¤Ë¤ÏÆþ¤ë¤«¤Ê¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\nSancho¤â¤¤¤¤¤Ç¤¹¤Í¤§¡Á :D \r\n\r\n»ä¤âǯÌÀ¤±¤ÎNB Ridaz¤Ï´üÂÔÂç¤Ç¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (97,'45e161ec2b','»²²Ã¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!','»²²Ã¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¤³¤ì¤«¤é¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (98,'96cef7350b','¤ä¤Ã¤Ñ¤ê¶ÚÆùÍÙ¤ê¤Þ¤¯¤ê¤Î¤Ã','¤Á¤ç¤¯¤Á¤ç¤¯ÍèÆü¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤±¤É\r\nBoo-Yaa¤ÎBrake dance¤ò»à¤Ì¤Þ¤Ç¤ËÀ¸¤Ç°ìÅ٤ϸ«¤Æ¤ß¤¿¤¤¤Ç¤¹ :shock:\r\n \r\n¤¢¤ÈÍè¤Ê¤µ¤½¤¦¤Ê¥È¥³¤Ç¡¢Hi power°ìÇɤȤ« 8) Old Town Mafia°ì²È¤È¤« 8) ¥ä¥Ð¤½¡¼¡£\r\nµÕ¤Ë¤·¤Ã¤È¤êNB Ridaz¤ÈUp stairs¤ÎÃç´Ö¤¿¤Á¤ËTalk Box¤ÈŽÏŽ²ŽÅŽ½Ž²ŽµŽÝ¤ÇÊñ¤ß¤³¤ó¤Ç¤â¤é¤¤¤¿¤¤¤Ç¤¹ :lol: \r\n\r\nXzibit n Ras Kass¤¬²û¤«¤·¤£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (99,'2fe6293a80','Re: ¤¹¤ß¤Þ¤»¤ó¡£','¤½¤ì¤È´ÉÍý¿Í¤µ¤ó¤Ë¼ÁÌä¤Ê¤Î¤Ç¤¹¤¬¡¢¼«Ê¬¤Î¥Ñ¥½¤ÎÃæ¤Ë¤¢¤ë²»³Ú¤ò¥Í¥Ã¥È¾å¤Çή¤¹¤Ë¤Ï¤É¤¦¤¹¤ì¤Ð¤è¤¤¤Î¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (100,'d7bdacfee6','','¥µ¥ó¥Á¥ç¤Î£²ndÈó¾ï¤Ë¤è¤µ¤½¤¦¤Ç¤¹¤Í¡£\r\n\r\n[img:d7bdacfee6]http://www.sound.jp/hiphop_nanndemo/saisyo.files/inndekkusu.GIF[/img:d7bdacfee6]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (101,'d8e5b5b191','RBX','RBX¤Î¿·ºî¤Ã¤ÆBOUT¤ÇÇä¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¤è¤Í¡©¤Ê¤ó¤«¿·ºî¤Ï°ì·î¤Ã¤Æ½ñ¤¤¤Æ¤¢¤Ã¤¿¤ó¤Ç°ã¤¦¿·ºî¤¬¤Ç¤ë¤ó¤Ç¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (102,'283d800896','Fingazz meets LPG.','[quote:283d800896=\"AK\"]¥µ¥ó¥Á¥ç¤Î£²ndÈó¾ï¤Ë¤è¤µ¤½¤¦¤Ç¤¹¤Í¡£[/quote:283d800896]\r\n1st¤È¤ÏÊ·°Ïµ¤¤¬ÊѤï¤Ã¤Æ¤ÆFingazz¤¬sancho¤ÎÌ¥ÎϤò°ú¤­½Ð¤¹¤¤¤¤»Å»ö¤·¤Æ¤Þ¤¹¡£ \r\nVideo¤â¸«¤é¤ì¤Þ¤¹¤· :D \r\nFingazz¤ÎŽºŽÝŽËŽß\"Under The Streetlight\"¤Ë¤âÆþ¤Ã¤Æ¤Þ¤¹¤±¤É¡¢\r\nThese Days¤ËSancho¤Îrap¤¬²Ã¤ï¤Ã¤¿¶Ê¤È¤«¡¢Video¤Ë¤â¤Ê¤Ã¤Æ¤ëË´¤¯¤Ê¤Ã¤¿Èà½÷¤ËÊû¤²¤¿¶Ê¤È¤«²Âºî¤¾¤í¤¤¤Ç¤¹¡£\r\n[img:283d800896]http://www.pocosperolocos.fm/images/photos/fingazz.jpg[/img:283d800896]\r\nMotha fuckin\' geniuss Fingazz!!\r\nDown¤Îsolo¤Ê¤ÉºÇ¶áÈà¤Î³èÌö¤¬ÌÜΩ¤Á¤Þ¤¹¤Í¡£¹¥¤­¤Êartist¤Î°ì¿Í¤Ç¤¹¡£\r\n\r\n¤ß¤Ê¤µ¤ó¿˻¤Ê»ÕÁö¤Ç¤¹¤·¡¢¤¤¤¤»®Â¿¿ô¤¢¤Ã¤ÆBestµó¤²¤Ë¤¯¤¤¤«¤È»×¤¤¤Þ¤¹¤¬\r\n¿ôË示¤Ä¤Ç¤â½ñ¤¤¤ÆÀ¹¤ê¾å¤¬¤ê¤Þ¤·¤ç :wink:\r\n¤½¡¼¤¤¤¨¤ÐHI-C¤âBest¤Ëµó¤²¤ëͽÄê¤À¤Ã¤¿¤Î¤Ë¡Ä :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (103,'81ad743ac5','ECAY UNO','ECAY UNO ¡ØMental Scars¡Ù¤ò°ìÈÖ¤ËÁª¤Ó¤¿¤¤¤Ç¤¹¡£\r\n¥¢¥ó¥À¡¼¥°¥é¥¦¥ó¥É¤ÎÊý¤âÎɤ«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\nMental Scars¤Ï¡¢ÇÛµë¤Ä¤±¤¿¤À¤±¤¢¤Ã¤Æ\r\nÆ¥ê¥Õ¥©¥ë¥Ë¥¢¤ÈËÌ¥«¥ê¥Õ¥©¥ë¥Ë¥¢¡ÊVALLEYÊýÌÌ)¤Î\r\nÎɤ¤¤È¤³¤í¤¬¾å¼ê¤¯¥Ö¥ì¥ó¥É¤µ¤ì¤Æ¤¤¤¿¤È»×¤¤¤Þ¤¹¡£\r\n¥ô¥©¡¼¥«¥ë¤ÎÏ¿²»¥ì¥ô¥§¥ë¤¬¤ä¤ä¤Ç¤«¤¤¤Î¤¬ÆñÅÀ¤Ç¤¹¤¬¡¦¡¦¡¦\r\n\r\n¤½¤Î¼¡¤ËMACKVILLIN¡ØDickies-N-Chuck Taylors¡Ù¤Ç¤¹¤«¤Í\r\n\r\n¤È¤Ë¤«¤¯ECAY UNO¤¬Ç®¤«¤Ã¤¿¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (104,'0cde31f6b0','¤³¤ì¤â¤è¤«¤Ã¤¿¤Ê¤¡¡¦¡¦¡¦','\"Under the Street Light\"¤Ã¤Æ2000ǯ¤°¤é¤¤¤Ç¤·¤¿¤è¤Í¡©\r\nÅö»þ»ä¤Ï¥Á¥«¥Î¤ò·É±ó¤·¤Æ¤Þ¤·¤Æ¡¢Fingazz¤¬Ã¯¤«¤â¤ï¤«¤é¤º¡¢\r\nRoscoe¤äKurupt²»¸»¤Î¤¿¤á¤ËÇã¤Ã¤¿¤Î¤ò¤ª¤Ü¤¨¤Æ¤¤¤Þ¤¹¡£\r\n¤¢¤ì¤Ï³Î¤«¤Ë̾ÈפǤ¹¤Í!\r\n¤¢¤È¤Çʹ¤­¤Ê¤ª¤·¤Æ¤ß¤Þ¤¹ :D \r\n\r\nº£Ç¯¤ò¿¶¤êÊÖ¤ë¤È¡¦¡¦¡¦\r\nBig Moe¤â¤Þ¤¢¤Þ¤¢¤À¤Ã¤¿¤·¡¢Pocos Pero Locos¤ÎThe Show¤ÎÊý¤â¤è¤«¤Ã¤¿¤Ê¤¡¡£\r\nZAPP­º¤â¤¢¤ê¤«¤Ê¡¦¡¦¡¦\r\nParis¤â¤«¤Ã¤³¤è¤«¤Ã¤¿¤·¡¦¡¦¡¦\r\n¤Þ¤ÀÄ°¤­¤­¤ì¤Æ¤¤¤Ê¤¤º£Ç¯»®¤¬¤¤¤Ã¤Ñ¤¤¤¢¤ê¤Þ¤¹¤Î¤Ç¤Þ¤À»þ´Ö¤ò¤¯¤À¤µ¤¤ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (105,'883386b2b1','Re: RBX','[quote:883386b2b1=\"N DOGG\"]RBX¤Î¿·ºî¤Ã¤ÆBOUT¤ÇÇä¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¤è¤Í¡©¤Ê¤ó¤«¿·ºî¤Ï°ì·î¤Ã¤Æ½ñ¤¤¤Æ¤¢¤Ã¤¿¤ó¤Ç°ã¤¦¿·ºî¤¬¤Ç¤ë¤ó¤Ç¤¹¤« :?:[/quote:883386b2b1]\r\n\r\nËÜÅö¤Ç¤¹¤Í¡£\r\n¤½¤¦¤¤¤¨¤Ð»ä¤âBOUT¤µ¤ó¤ÇÇä¤Ã¤Æ¤ë¤Î¤ß¤Æ¤Þ¤·¤¿ :D \r\n¤½¤Î¤³¤È¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (106,'b75ea09f4a','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','[quote:b75ea09f4a=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]IE¤Ç¤¹¡£±ÜÍ÷¤Ï½ÐÍè¤ë¤ó¤Ç¤¹¤±¤É¡¢½ñ¤­¹þ¤ßÍó¤Î£²¥Ð¥¤¥Èʸ»ú¤¬¤¹¤Ù¤Æ²½¤±¤Æ¤·¤Þ¤¦¤ó¤Ç¤¹¤è¡£[/quote:b75ea09f4a]\r\n\r\n¥¹¥¿¥¤¥ë¥·¡¼¥È¤¬ÌäÂê¤Î¤è¤¦¤Ç¤¹¡£\r\n½¤Àµ¤·¤Þ¤·¤¿¤¬¤¤¤«¤¬¤Ç¤¹¤«¡©\r\n»ä¤Ï£Í£Á£Ã´Ä¶­¤¬¤Ê¤¤¤Î¤ÇÆ°ºî³Îǧ¤Ç¤­¤Ê¤¤¤ó¤Ç¤¹¡£\r\n\r\n·ë²ÌÊó¹ð¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :!: \r\n\r\n :arrow: Hot»Ð¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (107,'c7964576d7','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','¤À¤á¤Ç¤¹¡¦¡¦¡¦\r\n¡²|¡±|¡û'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (108,'80018a04d3','619!','g-stringz¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ :D \r\nECAY UNO¤âMACKVILLIN¤âSan Diego»º¤Ç¤·¤¿¤è¤Í¡£\r\n\'03¸åȾ¤Ï619¤¬Ç®¤¤ÍͤǤ¹¤Í!\r\nξÊý¶¦wish listÆþ¤ê¤·¤Æ¤ë¤ó¤Ç¤¹¤¬¤Þ¤Àcheck½ÐÍè¤Æ¤Þ¤»¤ó :cry: \r\nÁ°¼Ô¤ÏDVDÉÕ¤­¡¢¸å¼Ô¤ÏŽ¼ŽÞŽ¬Ž¹¤Ë°ú¤«¤ì¤Æ¤Þ¤¹¡£\r\ng-stringz¤µ¤ó¤Î¹âɾ²Á¤òÆɤó¤Çwish list¾å°Ì¤ËŽ×ŽÝŽ¸Ž±Ž¯ŽÌŽß¤Ç¤¹¡£ÍèǯÊÕ¤ê¤Ë¤Ï¤Ã¡ª\r\nº£¸å¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m\r\n\r\n03¤µ¤ó¤É¤¦¤â¤Ç¤¹¡£\r\n¤¢¤ì¤ÏTalk Box¹¥¤­¤Ë¤ÏºÇ¹â¤Ç¤¹¤Í!\r\n¼«Ê¬¤â¼ê¤Ë¤·¤¿Åö»þ¤ÏŽÁŽ¶ŽÉ¤À¤È¤«°Õ¼±¤»¤º(ÃΤ餺)¡¢Èबͭ̾¤Ë¤Ê¤Ã¤¿¤­¤Ã¤«¤±¤ÎI lvu cali¤ä¡¢\r\nMr.Shadow¤Î\"Pit~\"¤òÄ°¤¤¤Æ¹¥¤­¤Ë¤Ê¤êÇ㤤¤Þ¤·¤¿¡£\r\n¤Ý¤³¤Ú¤íRadio¤Ý¤¯¤Æ¥¤¥¤¤Ç¤¹¤Í¡£¤¢¤ìÄ°¤¤¤ÆKnightowl¤ÎÎɤµ¤Ëµ¤¤Å¤«¤µ¤ì¤Þ¤·¤¿¡£\r\n¥¤¥ó¥¿¥Ó¥å¡¼¤Ç¡¢Khool Aid¤ÎºÂ¤êÊý¤ËDown¤¬¤Á¤ç¤Ã¤ÈŽ²Ž×Ž¯¤È¤·¤Æ¤ëÍͤʡš£\r\n\r\nDVD¤È¤«Ž´ŽÝŽÊŽÝŽ½Â¿¤«¤Ã¤¿¤Ç¤¹¤Í¡£Íèǯ¤âÁý¤¨¤½¤¦¤Ç¤¹¤Í :idea: \r\nDVDÉÕ¤­¤È¸À¤¨¤ÐBoo-yaa¤â¤¤¤¤´¶¤¸¤Ç¤·¤¿¡£¤Þ¤ÀÄ°¤­¹þ¤ó¤Ç¤Þ¤»¤ó¤¬¡¢Bangin\'¤Ç¤¹ 8) Ž×Ž½ŽÄ¤ÏŽÒŽÛŽ³Ž¡\r\n\r\n¼«Ê¬¤â¤Þ¤È¤á¤­¤ì¤Æ¤Ê¤¤¤ó¤Ç¥¤¥¤Êª¤¢¤Ã¤¿¤é¤Þ¤¿½ñ¤­¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (109,'7e7ac32614','low profile','@EsE DrEaMeR¤µ¤ó\r\n\r\n¤Ï¤¸¤á¤Þ¤·¤Æ¡ª¤³¤Á¤é¤³¤½¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m¡£\r\n¥Á¥«¡¼¥Î¤Î¤³¤È¤¤¤í¤¤¤í ¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n¥µ¥ó¥Ç¥£¥¨¥´Ç®¤¤¤Ç¤¹¤Í!¡ØDickies-N-Chuck Taylors¡Ù¤Ï\r\nMR.SHADOW¤¬¤¹¤´¤¯¤«¤Ã¤³¤¤¤¤¥ô¥¡¡¼¥¹Ä󶡤·¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¢\r\nµ¡²ñ¤¬¤¢¤Ã¤¿¤é¥Á¥§¥­¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¤Í¡£\r\n\r\nMR.SANCHO¤Ï¤³¤Î´Ö¥¿¥ï¡¼¤Ç»îÄ°¤·¤¿¤é¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£\r\nÁá¸ý¤Ê¥é¥Ã¥×¤¬¹¥¤­¤Ê¤â¤Î¤Ç¡ÄCALIFA THUGS¤Î¥¢¥ë¥Ð¥à¤Ï¥Ä¥Ü¤Ç¤·¤¿¡£\r\n\r\n¤¢¤È¼ÁÌä¤Ç¤¹¡£MR.SHADOW¤Ã¤ÆÁ°¤Þ¤ÇROYAL T¤ÈÃç°­¤«¤Ã¤¿¤Èµ­²±¤·¤Æ¤¤¤ë¤ó¤Ç¤¹¤¬\r\n¤¤¤Ä¤Î´Ö¤Ë¤«Ãçľ¤ê¤·¤¿¤ó¤Ç¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (110,'b0e191226c','µíÆù','¼«Ê¬¤Ï¸¬Â½¤È¤«¤¸¤ã¤Ê¤¯ÌµÃΤǡ¢¤Þ¤·¤Æ¤äg-stringz¤µ¤óÄø¤ÎÃ챤ò»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¡¢¤³¤Á¤é¤³¤½¿§¡¹¶µ¤ï¤Ã¤Æ¤¤¤­¤¿¤¤¤Ç¤¹!\r\n¼«Ê¬¤Î²ò¤ëÈϰϤʤ饬¥·¥¬¥·Åú¤¨¤Þ¤¹!\r\n\r\n :shock: Feat.Shadow¤Ã¤Æ»ö¤Ç¾° ¹ØÇã°ÕÍߤ¬¡Ä¡£Shadow¤ÎÀ¼¹¥¤­¤Ê¤ó¤Ç¡£\r\n\r\nÁá¸ý¤È¤¤¤¨¤ÐLil Cuete¤â¤Ê¤«¤Ê¤«Áᤤ¤Ç¤¹¤è¤Í¡£\r\nŽ´ŽÝŽÊŽÝŽ½Video¤ÇÈäϪ¤·¤Æ¤ëFree style¤¬Áá¸ý¤À¤·Ž²Ž¶ŽÂŽ²¤·¡¢¤«¤Ã¤³¤è¤«¤Ã¤¿°õ¾Ý¤¬¤¢¤ê¤Þ¤¹ 8) \r\nÁá¸ýsanchoºÇ¶á1stºÆȯ¤·¤Þ¤·¤¿¤è¤Í¡©¤¿¤·¤«Á°¤è¤ê°Â¤«¤Ã¤¿¥«¥Ê¡£2nd¤È¿§¤Ï°ã¤¨¤ÉÁá¸ý¤Ç¤¹¡£\r\n\r\nBeef¤ÎÏäϤ¦¤È¤¤¤ó¤Ç¤¹¤¬¡¢Shadow¤ÈRoyal T¤Ï²ò¾Ã¤·¤¿ÍͤǤ¹¤Í¡£LowPro¤«¤éAlbum½Ð¤Þ¤·¤¿¤«¤é¤Í¡£Lil one¤È¤Î¥ä¥Ä¤È¤«¡£\r\n¤Ç¤âº£¤ÏSilentGiant¤Ë¤¤¤ë¤ó¤Ç¤¹¤è¤Í¡£¿§¤ó¤Ê¥È¥³¤«¤éAlbum½Ð¤·¤Þ¤¹¤Í¡£\r\nShadow¤Ï¡¢¶¦¤ËRoyal T¤òDiss¤Ã¤¿Æ±¤¸Barrio¤ÎKightowl¤È¤â°ì»þ¤Ï¸±°­¤À¤Ã¤¿¤ß¤¿¤¤¤Ç¤¹¤·¡¢Ž¸ŽÞŽÁŽ¬Ž¸ŽÞŽÁŽ¬¤Ç¤¹ :? \r\nLil Rob¤¬LowProÎ¥¤ì¤¿¤Î¤âBeef¤¬¸¶°ø¤Ê¤Î¤«¤Ê?? \r\n±Ñ¸ì¤¬²ò¤ì¤Ð¾Ü¤·¤¯²ò¤ë¤ó¤Ç¤¹¤¬ :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (111,'48cdadfc45','KnocTurnal - The Way I Am f/Snoop Video','KnocTurnal - [url=http://promo.elektra.com/knocturnal/metafiles/thewayiam_full.ram]The Way I Am[/url] f/Snoop.\r\nÆó¿Í¤Ï¥·¥ë¥¨¥Ã¥È¤¬»÷¤Æ¤Þ¤¹¤Í¡£\r\nLA confidential¤ÎSlip Capone¤Î»®¤Ï¤¤¤Ä¤Ë¤Ê¤Ã¤¿¤éÄ°¤±¤ë¤ó¤À¤í¤¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (112,'45620fd629','HI-C¥¢¥ë¥Ð¥àȯÇäÆü','DJ QUIK¥Õ¥¡¥ó¥µ¥¤¥È¤Î¥Õ¥©¡¼¥é¥à¤Ë¤è¤ë¤È¡¢HI-C¤Î¥¢¥ë¥Ð¥à¤ÏÍèǯ¤Î1/6¤ËRAP-A-ROT¤«¤éȯÇ䤵¤ì¤ë¤è¤¦¤Ç¤¹¡£:lol:\r\n ȯÇäÀ褬ÊѤï¤ë¤³¤È¤«¤éÄê²Á9.99¥É¥ë¤È¤¤¤¦Ç˳ÊÃͤâÊѹ¹¤µ¤ì¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (113,'792c622990','BEST OF THE SOUTH 2003','[color=blue:792c622990]º£Ç¯¤ÎÆîÉô¥·¡¼¥óÁí³ç¤Ç¤¹¡ª[/color:792c622990]\r\n¥Ù¥¹¥È£±£°Êý¼°¤Ç¤¹¤¬¡¢Ê̤˥٥¹¥È£±£°¤Ç¤Ê¤¯¤Æ¤âº£Ç¯¥ê¥ê¡¼¥¹¤µ¤ì¤¿Ãæ¤Ç¡¢¤³¤ì¤¬¤è¤«¤Ã¤¿¡ª¡¢¤¢¤ì¤Ï¤Ò¤É¤¤¡ª¤È¤«²¿ÅÀ¤Ç¤â¤«¤Þ¤ï¤Ê¤¤¤Î¤Ç¡¢¤¬¤ó¤¬¤ó¤ª´ê¤¤¤·¤Þ¤¹¡ª¡ª¥Ù¥¹¥È¥¢¥ë¥Ð¥à¡¢¥Ù¥¹¥È¥½¥ó¥°Åù¤òÆþ¤ì¤Æ¤¤¤¿¤À¤±¤ë¤ÈºÇ¹â¤Ç¤¹¡£¤½¤ì¤Ç¤Ï¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (114,'ad3c418d03','','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¥Ó¡¼¥Õ¤Ï²ò¾Ã¤·¤¿¤ó¤Ç¤¹¤« :o \r\n¤¿¤·¤«¤Ë¤¢¤ÎÊդϷö²Þ¤¬Â¿¤¯¤Æ¿Í´Ö´Ø·¸¤°¤Á¤ã¤°¤Á¤ã¤Ç¤¹¤Í¡£\r\nSHADOW¤â¤É¤³¤Ë½ê°¤·¤Æ¤ë¤«ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡¦¡¦¡¦¡£\r\n\r\nLIL CUETE¤ÏÄ°¤¤¤¿¤³¤È¤¬¤Ê¤¤¤Ç¤¹¡£\r\n¤³¤³1ǯ¤¯¤é¤¤¥Á¥«¡¼¥Î¤ÏÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¡¢¤Û¤ó¤È¤Ë²¿¤â¤ï¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤è :oops: \r\n¤¬¤ó¤¬¤óÀå´¬¤¤¤Æ¤ë¤ä¤Ä¤òÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£\r\n¤¢¤È¥Ù¥¬¥¹¤ÎCLIKA 1¤Î¥¢¥ë¥Ð¥à¤ÏÀäÂÐÇ㤪¤¦¤È»×¤Ã¤Æ¤¤¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (115,'dcf3c774d3','','KNOCTURNAL¥¤¥±¤á¤ó¤Ç¤¹¤Í~ \r\n¥¹¥Æ¥£¡¼¥Ö¥ó¡¦¥»¥¬¡¼¥ë¤ß¤¿¤¤¤Ê°áÁõ¤â»÷¹ç¤Ã¤Æ¤Þ¤¹¤Í¡£\r\n¸Ä¿ÍŪ¤Ë¤Ï¥·¥¿¡¼¥ë¤Î½÷¤¬¹¥¤­¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (116,'d0a6ce89a1','my best','[u:d0a6ce89a1]¥¢¥ë¥Ð¥à[/u:d0a6ce89a1]:\r\nDIRTY¡¢TRAE¡¢MR.SCHE¡¢FRAYSER BOY¡¢THREE 6 MAFIA\r\nLUDACRIS¡¢OUTKAST¡¢SNUBNOZE¡¢ICE WATER SLAUGHTER¡¢LIL TONY\r\n\r\n[u:d0a6ce89a1]¥È¥é¥Ã¥¯[/u:d0a6ce89a1]:\r\nLUDACRIS f/LIL FLIP Screwed Up\r\nTHREE 6 MAFIA Bin Laden\r\nK-RINO The One\r\nLIL\' O f/Z-RO It Can\'t Rain Forever\r\nSLEEPY THE EXTRAORDINAIRE Pussy Patrol(¼Â¼Áµîǯ)\r\nDAVID BANNER f/KAMIKAZE Still Pimpin\r\nDIRTY f/SILK & MR BLUE Lose Control\r\nKOOPSTA KNICCA Bout To Loose My Mind\r\nKOOPSTA KNICCA Porno Movie 2\r\nKOOPSTA KNICCA Nuthin Like That\r\n\r\n[u:d0a6ce89a1]¥é¥Ã¥Ñ¡¼[/u:d0a6ce89a1]:\r\nTRAE¡¢K-RINO¡¢T-ROCK\r\n\r\n˺¤ì¤Æ¤ë¤Î¤â¤¢¤ë¤È»×¤¤¤Þ¤¹¤¬¡¢¼«Ê¬¤Ê¤ê¤ËÁª¤ó¤Ç¤ß¤Þ¤·¤¿¡£¤¹¤´¤¤ÊФäƤޤ¹¡Ä¡£\r\nKOOPSTA¤ÏÇã¤Ã¤¿¤Ð¤«¤ê¤Ê¤Î¤Ç¡¢¥È¥é¥Ã¥¯¤Ë3¤ÄÆþ¤Ã¤Æ¤Þ¤¹ :wink: \r\n¥Þ¥¤¥Ê¡¼¤Ê¤Î¤ÏÍèǯ°Ê¹ß¤Ë¤Á¤Ó¤Á¤Ó·¡¤ê¤¿¤¤¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (117,'f91341655f','my best','g-stringz¤µ¤ó¡¢Áᮤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\nkoop¤ÏºÇ½é¤ª¾Ð¤¤´¶³Ð¤Çʹ¤¤¤Æ¤Þ¤·¤¿¤¬¡¢¤º¤Ö¤º¤Ö¤Èʹ¤¤¤Æ¤­¤Þ¤¹¤Í¡£\r\n¥Û¥é¡¼¤È¥µ¥¦¥¹Ì¾¥È¥é¥Ã¥¯¤ÎξÅá»È¤¤¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¡£\r\nMR.SCHE¥Á¥§¥Ã¥¯¤·¤Æ¤Þ¤»¤ó¤Ç¤·¤¿¡£Áá®\r\n\r\n¤Ç¤Ï¼«Ê¬¤â¤½¤í¤½¤í¡£¡£¡£¤â¤¦¾¯¤·¤¿¤Ã¤¿¤éÊѤ¨¤Þ¤¹ :) \r\n\r\n¥Ù¥¹¥È¥¢¥ë¥Ð¥à\r\nT-bo, firecrackerÇúÃÝÌîϯ¡ª\r\nlil wyte, doubt me now¥Û¥ï¥¤¥È¥È¥é¥Ã¥·¥å¡ª¡Ê¼ºÎ餷¤Þ¤·¤¿¡Ë\r\nfrayserboy, gone on that bay¡Ê£¶£¶£¶UGK¡Ë\r\n666, da unbreakables¡¡¡Ê¤·¤ã¤Ã¤¿¤Õ¤¡¤Ã¤«¡¼ :oops: ¡Ë\r\nmike jones& magno,1ST ROUND DRAFT PICKS¡Ê¥Æ¥­¥µ¥¹¤ÎÃæ¤Ç¤âÆÈÆáË\r\nmemphis untouchables ¡Êº£¤Ï¤½¤ì¤Û¤É¤Ç¤â¡£¥ê¥ê¡¼¥¹»þ¤Ëʹ¤­¤Þ¤¯¤Ã¤Æ¤Þ¤·¤¿¡£Îɤ¤¥È¥é¥Ã¥¯Â¿¤·¡Ë \r\ntrae, losing composure¡¡¡Ê´üÂÔÄ̤ê¡Ë\r\nmax minelli, max pain ¤Þ¤¿¤Ïim all i got¡Êhappy p¡Ë\r\nbig tymers, big money heavyweight(¤µ¤¹¤¬¤Î´°À®ÅÙ)\r\n\r\nÈù̯¤Ê¥¢¥ë¥Ð¥à½Ð¤·¤¹¤®¤Ç¾Þ\r\nskinny pimp¡¡¡Êbad guys¤Ã¤Æ¤â¤¦¤Ç¤Æ¤Þ¤¹¤«¡©¤Ç¤Æ¤¿¤éº£Ç¯¤À¤±¤Ç5Ë硪¡©¡Ë\r\n\r\n¥Ù¥¹¥È¥ß¥Ã¥¯¥¹CD\r\nugk, some mo trill azz mixez\r\nslab\r\n\r\n¥Ù¥¹¥È¤ª¤Þ¤±DVD\r\nyo gotti, life ¥á¥ó¥Õ¥£¥¹¤Î°Å¹õÉô¤¬¸«¤ì¤Þ¤¹¡ª\r\n\r\n¥Ù¥¹¥È°ìȯ²°¡Ê¤Îͽ´¶¡Ë\r\nbone crusher\r\n\r\n¥Ù¥¹¥È¥½¥ó¥°¤ÏËô¼¡¤Îµ¡²ñ¤Ë¡£¡£\r\nº£Ç¯Ãæ¤Ë¥Û¥ó¥È¤Ë¤Ç¤ë¤Î¤«Èù̯¤Ç¤¹¤¬¡¢al-d, twisted black¤â´üÂԤǤ¹¡ª \r\n\r\n³§ÍÍÅêɼ¤É¤ó¤É¤ó¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (118,'065e21bf0b','','¤Þ¤ÀÄ°¤±¤Æ¤Ê¤¤¤â¤Î¤¬Â¿¤¤¤ó¤ÇBEST¤ÏÁª¤Ù¤Ê¤¤¤Ç¤¹¤¬¡¢\r\nM.C. MACK / MACKNIFICENT\r\n¤«¤Ê¤êÇ®¤¤¤Ç¤¹¡¢¼«Ê¬Åª¤ËTENNESSEE»º¤Ç¤Ïº£Ç¯°ì¤«¤Ê\r\n¤«¤Ê¤êŤ¤´ÖCD¥Á¥§¥ó¥¸¥ã¡¼¤ËµïºÂ¤Ã¤Æ¤Þ¤·¤¿\r\n¤Þ¤¿¤Þ¤È¤Þ¤Ã¤¿¤éBEST¾å¤²¤µ¤»¤Æ²¼¤µ¤¤ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (119,'09b84adc47','ÄÉ¿­','¤¢¡¢²¶¤âg-stringz¤µ¤ó¤Î¸«¤ÆMR.SCHEÃíʸ¤·¤Á¤ã¤¤¤Þ¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (120,'6ccc5c25a0','2003 Best!','¤É¤¦¤â¡ª¤³¤Á¤é¤Ç½é¥«¥­¥³¤Îricky¤Ç¤¹ :roll: \r\n\r\nÁᮤǤ¹¤¬¡¢º£Ç¯¤Î¥Ù¥¹¥È¥¢¥ë¥Ð¥à¤Ï...\r\nYoungbloodz/Drankin Patnaz (DAMN¤Î¥Ó¥Ç¥ª¤Ë½Ð¤Æ¤¯¤ë½÷¤Î»Ò¤¬²¿µ¤¤Ë¹¥¤­)\r\nThree 6 Mafia/Unbreakables (°ì»þÎ¥¤ì¤Ä¤Ä¤â¤ä¤Ã¤Ñ¤êÃæÆǼԤǤ·¤¿¡£¤·¤ã¤¿¤Õ¤¡¤«¡¼¡ª)\r\nScarface/Balls & My Word (Áþ¤á¤Ê¤¤¥Ù¥Æ¥é¥ó)\r\nK-Rino/10 Year Run (¤³¤ì¤òÄ°¤¤¤ÆÃΤê¤Þ¤·¤¿¡£Scarface·Ï¥Ù¥Æ¥é¥ó)\r\nNappy Roots/Wooden Leather (Ìþ¤··Ï)\r\nSnubnoze/Digital Gravel (»Â¿·¤Ê´¶¤¸¤¬¹¥¤­¡ª)\r\nFrayser Boy/Gone On That Bay (Bun B)\r\nLudacris/Chicken & Beer (Lil Flip¤¬Îɤ«¤Ã¤¿¡ª)\r\nKavious/Empty Shelves (¥­¥ã¥Ó¥¢¡©)\r\nKoopsta Knicca/Underground Muzic (Ball&MJG¥Í¥¿¤¬Îɤ«¤Ã¤¿¡ª¹¥Êª¤Ï¥Ô¥¶)\r\nSouth Coast Coalition/Third World 2 (¥³¥ó¥Æ¥¹¥È¤ÇÌ㤤¤Þ¤·¤¿¡Ê¾Ð¡Ë´üÂÔ¤·¤Æ¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤±¤É·ë¹½Îɤ«¤Ã¤¿¡ª)\r\n\r\n¤È¡¢£±£±Ëç¤Ë¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¤±¤É¡¢¤³¤ó¤Ê´¶¤¸¤Ç¤¹¡ªÁ°È¾Bone Crusher¤¬¤«¤Ê¤êÇ®¤«¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢¸ü¤¹¤®¤ÆÈè¤ì¤Á¤ã¤¤¤Þ¤·¤¿¡Ê¾Ð\r\nº£Ç¯¤ÏYoungBloodz¤¬²¿µ¤¤Ë¹¥¤­¤Ç¡¢ºÇ¶á¤Ë¤Ê¤Ã¤Æ¤ä¤Ã¤È1st¤òÇã¤Ã¤Æ¤ß¤¿¤ó¤Ç¤¹¤±¤É¡¢¤³¤ì¤¬¤«¤Ê¤êÎɤ¯¤Æ¥Ï¥Þ¤Ã¤Æ¤Þ¤¹¡£\r\n¤¢¤È¤Ï¤³¤ì¤«¤é½Ð¤ëDavid Banner,Twisted Black¤ËÃíÌܤǤ¹¤Í :wink: \r\n¤È¤ê¤¢¤¨¤ºº£²ó¤Ï¥¢¥ë¥Ð¥à¤À¤±¤Ë¤·¤Þ¤¹¡£Â¾¤Î¥Ù¥¹¥È¤È¤«¤â¤³¤ì¤«¤é¹Í¤¨¤Æ¡¢¤Þ¤¿½ñ¤­¹þ¤ß¤Þ¤¹¤Í¡ª¡¡¤Ç¤Ï :mrgreen:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (121,'2906005046','¤É¤³¤Î¿Í¤Ê¤ó¤Ç¤·¤ç¤¦¡©','¤¿¤·¤«¤Ë¥·¥ë¥¨¥Ã¥È¤ÏSnoop¥Ã¤Ý¥¤¤Ç¤¹¤Í¡£\r\n\r\nµ×¡¹¤ÎÂç·¿¿·¿Í¤À¤Ã¤¿¤ó¤Ç¤¹¤è¤Í¡©\r\n¡¦¡¦¡¦¤¿¤·¤«¡£\r\n\r\nDre¤È¤Î¥³¥Í¥¯¥·¥ç¥ó¤â¤Þ¤À»Ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (122,'d2f0eeb45c','¤¤¤ä¤¡¡Á','¤ªÆóÊý¤µ¤¹¤¬¤Ç¤¹¤Í :shock: \r\n¤Þ¤Ã¤¿¤¯¤ï¤«¤ê¤Þ¤»¤ó :D \r\n\r\n¥Á¥«¥Î¤â·ë¹½¤É¤í¤É¤í¤·¤Æ¤ë¤ó¤Ç¤¹¤Í¡£\r\nMack10¤ÈSlow Pain¤âBeef¤·¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤·¤Í¡£\r\n\r\n¤½¤ì¤Ë¤·¤Æ¤âºÆȯ¤¬Â¿¤«¤Ã¤¿¤Ç¤¹¤Í¡£¤³¤È¤·¤Ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (123,'7782e52bae','','2 Mista g-stringz\r\n¤½¤¦¤À¤Ã¤¿¤ó¤Ç¤¹¤«¡£\r\n´¬¤­Àå¤Ê¤éAll Spanish¤Îʪ¤Ê¤ó¤«¤É¤¦¤Ç¤·¤ç¤¦¡¢Kinto Sol¤È¤«Akwid¤ÎNew¤È¤«¡£\r\n¤·¤«¤·Clicka OneÁÀ¤Ã¤Æ¤ë¤È¤Ï´ã¤ÎÉÕ¤±½ê¤¬¤µ¤¹¤¬¤Ç¤¹¤Í :D \r\n\r\n2 Mista G-House 03\r\n03¤µ¤óÄø¤ÎÊý¤Ë¤µ¤¹¤¬¤È¸À¤ï¤ì¤ë¤Èº¤¤ê¤Þ¤¹ :oops: :? :cry: \r\nMack10¤ÈSlow Pain²¿¤¬¤¢¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡©¡¡Mack¤Ï¤½¤ÎÁ°¤ËSnoop¤È¤ÎBeef¤ÏÊÒÉÕ¤¤¤¿¤ó¤Ç¤¹¤«¤Í¡£\r\n\r\nºÆȯ»®¤ÏŽµŽØŽÁŽÞŽÅŽÙ¤è¤ê°Â¤¤Êª¤Ð¤Ã¤«¤ê¤Ç¤¹¤Í¡£\r\n ¤Ê¤ó¤«Êƹñ¤ÎCD¶¨²ñ¤ß¤¿¤¤¤Î¤¬Boot¤äDown loadÂкö¤ÇÁ´ÂÎŪ¤ËÃͲ¼¤²¤·¤¿¤ß¤¿¤¤¤Ç¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (124,'a74465f9d8','Re: BEST OF THE SOUTH 2003','1david banner\r\n2young bloods\r\n3choppa\r\n4liljon&east side boys\r\n5yingyang\r\n6ludacris\r\n¤Ç¤¹¤«¤Í¤§\r\n[img:a74465f9d8]http://image.www.rakuten.co.jp/americanpie/img1007457456.jpeg[/img:a74465f9d8][/quote]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (125,'bdb50e00fa','gangsta mix¤Û¤·¤¤¤Ç¤¹¡ª','gangsta mix¤ÎCryBaby¤Û¤·¤¤¤Î¤Ç¤¹¤¬¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (126,'73e615f858','Guerilla Maab','½é¤á¤Þ¤·¤Æ¡£Guerilla Maab¤Î1st¤ò¹ØÆþ¤·¤¿¤Î¤Ç¤¹¤¬¡¢Z-RO¤Î1stƱÍͺÆȯ¤µ¤ì¤¿¤Î¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (127,'3cb874bb36','¥¹¥ì°ã¤¤¤Ç¤¹¤¬¡¦¡¦¡¦','»ä¤Î¤È¤³¤í¤Ë¤âºß¸Ë¤Ï¤Ê¤¤¤ó¤Ç¤¹¤è :? \r\nHMV¤Ë·ë¹½Æþ¤ì¤¿¤Î¤Ç¤É¤³¤«¤Ë¤¢¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£\r\nÃæÅÓȾü¤Ê²óÅú¤Ç¤¹¤ß¤Þ¤»¤ó :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (128,'b40f38583b','','[quote:b40f38583b=\"EsE DrEaMeR\"]2 Mista g-stringz\r\n03¤µ¤óÄø¤ÎÊý¤Ë¤µ¤¹¤¬¤È¸À¤ï¤ì¤ë¤Èº¤¤ê¤Þ¤¹ :oops: :? :cry: \r\nMack10¤ÈSlow Pain²¿¤¬¤¢¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡©¡¡Mack¤Ï¤½¤ÎÁ°¤ËSnoop¤È¤ÎBeef¤ÏÊÒÉÕ¤¤¤¿¤ó¤Ç¤¹¤«¤Í¡£\r\n[/quote:b40f38583b]\r\n\r\n¤È¤ó¤Ç¤â¤Ê¤¤¡£\r\n»ä¤Ïʹ¤¯¤â¤Î¤¬ÊФäƤë¤Î¤Ç¤ß¤Ê¤µ¤Þ¤Î¤ª¸ÀÍÕ¤ÏÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹¡£\r\nº£Ç¯¤Þ¤Ç¥Á¥«¥Î¤âÄ°¤«¤º·ù¤¤¤Ç¤·¤¿¤· :D \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¤ª¤·¤¨¤Æ¤¯¤À¤µ¤¤ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (129,'399f169951','g-maab rise','funksta¤µ¤ó¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\n1st¤ÏºÆȯ¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£¼«Ê¬¤Î¤âºÆȯÈפǤ¹¤¬µîǯ¤Îº£º¢¥²¥Ã¥È¤·¤¿¤Î¤Ç¡¢¤½¤Îº¢¡¢¤â¤·¤¯¤Ï¤½¤ì°ÊÁ°¤Ë½Ð¤¿¤è¤¦¤Ç¤¹¡£\r\n¤³¤Á¤é¤Î¥¢¥ë¥Ð¥à¤â¤¤¤¤¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (130,'1a14cd6d6a','mc mack','L-B-B¤µ¤ó¡¢\r\n666¥Õ¥¡¥ó¤È¤·¤Æ¤ÏÃѤº¤«¤·¤¤¤Î¤Ç¤¹¤¬¡¢MC MACK¤Þ¤À¥²¥Ã¥È¤·¤Æ¤Þ¤»¤ó¡£\r\nÎɤ¤¤Ç¤¹¤«¡ª¡ª¤Ç¤Ï¤³¤Á¤é¤âÁá® :) \r\n\r\nricky¤µ¤ó¡¢¤É¤¦¤â¤Ç¤¹¡ª\r\nKavious/Empty ShelvesÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£¤É¤ó¤Ê´¶¤¸¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¥²¥¹¥È¤µ¤ó¡¢\r\nÅêɼͭÆñ¤¦¤´¤¶¤¤¤Þ¤¹¡£damn!¤Î¤»¤¤¤«youngbloodzÈôÌö¤Îǯ¤Ç¤·¤¿¤Í¡ª¡ª\r\nchoppa :D ¼«Ê¬¤âº£Ç¯¤Î½é½Ü¤Ï¤¢¤ì¤À¤±¤â¤ê¤¢¤¬¤Ã¤¿¤Î¤Ë¡£¡£¡£¥Î¡¼¥ê¥ßΥæ¡©\r\n\r\n³§Íͤɤ·¤É¤·Åêɼ¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹¡ª\r\n¤³¤ó¤Ê¤¤¤¤»®¤¢¤Ã¤¿¤¾¡ª¤È¤«¡¢¤³¤Î¶Ê¤µ¤¤¤³¡¼¡ª¤Ê¤É¤Ê¤É\r\n¤è¤í¤·¤¯¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (131,'6b4b99f5f3','Kavious','goku¤µ¤ó\r\n¤É¤¦¤â¡ª\r\nKavious¤ÏMemphis½Ð¿È¤Î¿·¿Í¤Î¤è¤¦¤Ç¤¹¡£Tech N9ne¤«¤é¥«¥ê¥¹¥ÞÀ­¤òÈ´¤­¼è¤Ã¤¿¤è¤¦¤Ê¿Í¤Ç¤¹¤±¤É¡¢¥¢¥ë¥Ð¥àÄ̤·¤Æ´°À®ÅÙ¤¬¹â¤¤¤Ç¤¹¡ª\r\n¸ø¼°¥Ú¡¼¥¸¤Ç¥µ¥ó¥×¥ëÅù¤¬¥Á¥§¥Ã¥¯¤Ç¤­¤Þ¤¹¤è¢­\r\n[url=http://www.nuclear-records.com/]Official Homepage[/url]\r\n\r\n¤È¤³¤í¤Ç¡¢goku¤µ¤ó¤Î̾Á°¤Î²¼¤Î¼Ì¿¿¤¬Áí³çºý»Ò¤Î¥«¥Ð¡¼¤Ç¤¹¤«¡©¤¤¤¤¥«¥ó¥¸¤Ç¤¹¤Í¡ª\r\n666 vs 999¤È¤«³Ú¤·¤½¤¦¤Ç¤¹:lol:¡¡¤â¤¦´°À®¤·¤Æ¤ë¤ó¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (132,'9102a2e363','±£¤·¶Ì¡©','[quote:9102a2e363=\"goku\"]L-B-B¤µ¤ó¡¢\r\n666¥Õ¥¡¥ó¤È¤·¤Æ¤ÏÃѤº¤«¤·¤¤¤Î¤Ç¤¹¤¬¡¢MC MACK¤Þ¤À¥²¥Ã¥È¤·¤Æ¤Þ¤»¤ó¡£\r\nÎɤ¤¤Ç¤¹¤«¡ª¡ª¤Ç¤Ï¤³¤Á¤é¤âÁá® :) [/quote:9102a2e363]\r\n\r\n¥¹¥¤¥Þ¥»¥ó±£¤·¤Æ¤¤¤¿Ìõ¤Ç¤Ï̵¤¤¤ó¤Ç¤¹¤±¤É¡¢\r\nDULAA / TIME\r\n¤ò½ñ¤¤¤Æ¤Þ¤»¤ó¤Ç¤·¤¿ :wink: \r\nMR.SHUE¤¬¿ô¶Ê»²²Ã¤·¤Æ¤¤¤Æ¡¢¥á¥í¡¼¶Ê¿ÌܤÇMC MACK¤è¤ê¹¥¤­¤Ç¤¹\r\n¤³¤Á¤é¤ÏMY BEST 5¤ËÆþ¤ë¤È»×¤¤¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (133,'5c1996d555','Re: BEST OF THE SOUTH 2003','¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£\r\nº£Ç¯¤Î¥¢¥ë¥Ð¥à¤Ã¤Æ¡¢¤Û¤È¤ó¤ÉÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¥¡¥¡¥\r\nºÇ¶á¤è¤¯Ä°¤¤¤Æ¤ë¤Î¤¬¡¢Ole-E / If The Streets Could Talk ¤Ç¤¹¡£\r\nField Mob¤Î¥¢¥ë¥Ð¥à¤Ç¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ë¿Í¤Î¥½¥í¡¦¥¢¥ë¥Ð¥à¤Ç¤¹¡£\r\n¤Û¤È¤ó¤É¤Î¶Ê¤Ç²Î¤¤¤Þ¤¯¤ê¤À¤·¡¢¤É¤³¤È¤Ê¤¯¥Ö¥ë¡¼¥¸¡¼¤À¤·¡¥¡¥¡¥\r\n»ä¤Ï¾¡¼ê¤Ë¥µ¥¶¥ó¡¦¥½¥¦¥ë¡¦¥Ð¥¦¥ó¥¹¤Ã¤Æ¸Æ¤ó¤Ç¤Þ¤¹¡£ :D \r\n¥¢¥ë¥Ð¥Ë¡¼·³ÃÄ¡¢Éî¤ì¤ó¤Ç¤¹¡£ :twisted:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (134,'3aedf78224','Re: ±£¤·¶Ì¡©','[quote:3aedf78224=\"L-B-B\"] \r\nMR.SHUE¤¬¿ô¶Ê»²²Ã¤·¤Æ¤¤¤Æ¡¢[/quote:3aedf78224]\r\n\r\nMR.SCHE¤Î´Ö°ã¤¤¤Ç¤¹\r\n¥·¥å¡¼¤¸¤ã¤Ê¤¯¤Æ¥¹¥­¡¼¤Ç¤¹¤Í :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (135,'5aec25f9e4','','[quote:5aec25f9e4=\"G-HOUSE03\"]\r\n¤È¤ó¤Ç¤â¤Ê¤¤¡£\r\n»ä¤Ïʹ¤¯¤â¤Î¤¬ÊФäƤë¤Î¤Ç¤ß¤Ê¤µ¤Þ¤Î¤ª¸ÀÍÕ¤ÏÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹¡£\r\nº£Ç¯¤Þ¤Ç¥Á¥«¥Î¤âÄ°¤«¤º·ù¤¤¤Ç¤·¤¿¤· :D \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¤ª¤·¤¨¤Æ¤¯¤À¤µ¤¤ :D[/quote:5aec25f9e4]\r\n\r\n¤½¤¦¤Ç¤¹¤«¡£\r\n¤Ç¤â¼«Ê¬¤¬¤³¤¦¤æ¤¦Ï䬽ÐÍè¤ëÍͤˤʤ륭¥Ã¥«¥±¤òÍ¿¤¨¤Æ¤¯¤ì¤¿¤Î¤ÏArtistã¤Ï¤â¤Á¤í¤ó¤Ç¤¹¤¬¡¢\r\nG-House03Ž»ŽÝ¤ò»Ï¤á¡¢Hot CandyŽ»ŽÝŽ¤BSDŽ»ŽÝŽ¤Bad AzzŽ»ŽÝŽ¤TyŽ»ŽÝŽ¤LBC-GŽ»ŽÝ㤬¤³¤¦¤¤¤Ã¤¿¾ì½ê¤òÍ¿¤¨¤Æ¤¯¤ì¤¿¤«¤é¤À¤È´¶¼Õ¤·¤Æ¤¤¤Þ¤¹ :D \r\n¤Ê¤Î¤Çº£¸å¤â±Æ¤Ê¤¬¤é¶¨ÎϤµ¤»¤Æĺ¤¯¤Ä¤â¤ê¤Ç½ñ¤¤¤Æ¤¤¤­¤Þ¤¹¡ª\r\n\r\nÏÃÂê¤òÌᤷ¤Þ¤¹¡£\r\n½ç°Ì¤ò¤Ä¤±¤ë¤Î¤Ï¶ì¼ê¤Ê¤Î¤Ç¡¢º£Ç¯¼ê¤ËÆþ¤ì¤¿¸µ¹¢¼ê»®¤Ç¤¹¡£\r\n¡¦Sean T - Str8 from the streets \r\n¡¦Sean T - Pimp Lyrics & Dollar Signs\r\n¡¦Hi-C - Swangin\' \r\n¡¦WC and The Madd Circle - Ain\'t A Dome Thang Changed\r\n¡¦MC Magic - Don\'t Worry\r\n¡¦V.A. - Legal Dope\r\n¡¦Lil Chill - Ain\'t no luv lost\r\nSean T¤Î1st¤ÏÄê²Á¤Ç¤·¤¿¤¬¤½¤ì°Ê³°¤ÏÃæ¸Å²Á³Ê¤Ç¥²¥È¤Ã¤Æ¤ä¤ê¤Þ¤·¤¿ 8) \r\nÃæ¤Ç¤âLil Chill¤ÏÈó¤ÎÂǤÁ½ê̵¤·¤ÇºÇ¹â¤Ç¤¹¡ª¤Þ¤µ¤ËCPT Anthem¤Ç¤¹¤Í¡£NWA¤ä¤éQuik¤ä¤éComptom¤Ã¤Æ¥¹¥´¥¤¤Ç¤¹¤Í¡£\r\nº£Lil chill¤Î¤¤¤ëHoodlum Records¤Î¥³¥ó¥ÔWESTPRESENTINÄ°¤¤¤Æ¤ë¤ó¤Ç¤¹¤¬¹õ¹¥¤­¤Ë¤âÃã¹¥¤­¤Ë¤â¤ªÁ¦¤á¤Ç¤¹¢ö\r\nÀ©ºî¿Ø¤ÏEse Daz,Murry Brumfield,Knightowl,Mr.Lil One...\r\n»²²ÃArtists¤ÏKnightowl,Bee-upone,Lil Chill & Shaft Gangsta Clic,Spanish Fly,Mack10,Brown Pride,CLS,Mr.Lil One.etc\r\nProduce by Murry Brumfield¤Î¶Ê¤Ï¤É¤ì¤âºÇ¹â¤Ç¤¹ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (136,'ebef034a36','gangsta mix¤Û¤·¤¤¤Ç¤¹¡ª','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª£È£Í£Ö¤Ë¤«¤¿¤Ã¤Ñ¤·¤«¤éÅÅÏä·¤Þ¤¹¡ª :twisted:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (137,'1be3780afa','Best Album 2003','¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹¡£C.K¤Ç¤¹¡£\r\nº£Ç¯¤Î¥Ù¥¹¥È¤Ç¤¹¡£\r\n\r\n1. Frayser Boy \"Gone On That Bay\"\r\n2. Frayser Boy \"Gone On That Bay\"\r\n3. Frayser Boy \"Gone On That Bay\"\r\n4. Frayser Boy \"Gone On That Bay\"\r\n5. Frayser Boy \"Gone On That Bay\"\r\n\r\n°Ê¾å¤Ç¤´¤¶¤¤¤Þ¤¹(¾Ð)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (138,'f85b792e15','¤¶¤Ã¤¯¤¶¤¯','³§Íͤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª\r\n\r\nricky¤µ¤ó¡¢\r\n¥­¥ã¥ô¥£¥¢¥¹¤Ê¤ó¤À¤«Ç®¤½¤¦¤Ç¤¹¤Í¡ªÁᮥÁ¥§¥Ã¥¯¤Ç¤¹¡ª£±£°¥É¥ë¤À¤· :) \r\n\r\n¥Þ¥¬¥¸¥ó¤Îɽ»æºî¤Ã¤ÆŽ¤Ã¤Æ¤ß¤Þ¤·¤¿¤¬¡¢µ¤¤ËÆþ¤é¤Ê¤¤¤Î¤Ç\r\nºî¤êľ¤·¤Þ¤¹ :D ¥Û¥ó¥È¤Ï£¶£¶£¶´ØÏ¢¤Î²èÁü¤ò»È¤¤¤¿¤«¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢\r\n¿·¤·¤¤²èÁü¤Ç¤Ê¤«¤Ê¤«ÌÌÇò¤½¤¦¤Ê¤Î¸«¤Ä¤±¤ì¤Ê¤¯¤Æº¤¤Ã¤Æ¤Þ¤¹¡£\r\n\r\nL-B-B¤µ¤ó¡¢\r\nmr. sche¤Ï¥ß¥¹¥¿¡¼¥·¥§¡¼¤À¤È»×¤Ã¤Æ¤Þ¤·¤¿ :oops: \r\n¥¸¥ç¡¼¥¸¥¢»º¤Î¥Þ¥¤¥Ê¡¼¤â¤Î¤¢¤ó¤Þ¤ê¥Á¥§¥Ã¥¯¤·¤Æ¤Ê¤«¤Ã¤¿¤Î¤Ç¡¢\r\niap¤ÎÄÌÈÎ¥µ¥¤¥È¤Ç¥·¥§¡¼¤È¤«¥á¥ó¥Õ¥£¥¹¤â¤Î¤â´Þ¤á¤¤¤Ã¤Ñ¤¤Çã¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤½¤ì¤Ë¤·¤Æ¤â¤É¤ó¤É¤óÃΤé¤Ê¤¤¥¢¥ë¥Ð¥à¶µ¤¨¤Æ¤¤¤¿¤À¤¤¤Æ ´¶Æ°¤Ç¤¹ :D \r\nǯËö¤Þ¤Ç¤Ë¤Þ¤À¤Þ¤Àµ¤¤Ë¤Ê¤ê¤Ê¤¬¤é¤âÇã¤ï¤Ê¤«¤Ã¤¿¤â¤Î¤É¤ó¤É¤óÇ㤪¤¦¤È»×¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n¤È¤óÂÀ¤µ¤ó¡¢\r\n¤É¤¦¤â¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£µ¤¤Ë¤Ê¤Ã¤¿¤Î¤ÇÁá®ole-eÇã¤ï¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£\r\nʹ¤¤¤Æ¤â¤Ê¤¤¤Î¤Ë¤È¤óÂÀ¤µ¤ó¤Î¸ÀÍÕ¤«¤é¾¡¼ê¤ËÁÛÁü¤·¤Æ¡¢¼«Ê¬¤Î¥Ä¥Ü¤Ë¤Ï¤Þ¤ê¤Þ¤·¤¿ :D \r\n\r\nC.K.¤µ¤ó¡¢\r\nË»¤·¤½¤¦¤Ç¤¹¤Í¡£¤³¤Î°ìËç¤Ë¿Ô¤­¤ë¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©¤µ¤¹¤¬Ê¹¤­¹þ¤ó¤Ç¤Þ¤¹¤Í¡£\r\n\r\n¾¤Î³§Íͤâ¤É¤·¤É¤·¤É¤¦¤¾¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (139,'e12cdaf631','¤É¤Á¤é¤â¡¦¡¦¡¦','¹Ã²µ¤Ä¤±Æñ¤¤¤Ç¤¹¤è¤Í :) \r\nGuerilla Maab¤Î1st¤ÏºÇ¶áºÆȯ¤µ¤ì¤¿¤Î¤«¤È»×¤Ã¤Æ¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (140,'c3bc0eacef','mempho','SCHEME¤òû½Ì¤·¤ÆSCHE¤Ë¤Ê¤Ã¤¿¤é¤·¤¤¤Ç¤¹¡ª\r\n¡ØLowlife Or Nolife¡Ù¤Ï¡¢¥á¥ó¥Õ¥£¥¹UG¤Î´ðËÜ»ÑÀª¤òÊݤÁ¤Ê¤¬¤é¤â¡¢\r\n¥Ó¡¼¥È¤¬¤è¤ê¥Ï¥¤¥Õ¥¡¥¤¤«¤Ä¥Ð¥é¥¨¥Æ¥£¤ËÉÙ¤ó¤Ç¤¤¤Æ¡¢½ÐÍè¤ÎÎɤµ¤Ë¶Ã¤­¤Þ¤·¤¿¡ª\r\nͽÁ۰ʾå¤Ë¥¢¥Ã¥Ñ¡¼¤Ê¤Î¤¬Â¿¤á¤Ç¤·¤¿¤¬¡Ä¡¢AL KAPONE¤È¤Î¥¢¥ë¥Ð¥à¤¬³Ú¤·¤ß¤Ç¤¹¡ª\r\n\r\n¢­CD¤Ë¤âÉÕ¤¤¤Æ¤¯¤ëIMMORTAL LOWLIFE¤Î¥Ó¥Ç¥ª¤Ç¤¹¡£\r\n[url=http://www.iap-tv.com/videos/gstrings.mpeg][img:c3bc0eacef]http://www.members.aol.com/mrsche27/sharon.jpg[/img:c3bc0eacef][/url]\r\n·Ú¤¯18¶Ø¤«¤â¡Ä :mrgreen: ¤³¤ì¤ÈSKINNY PIMP¤Î¶Ê¤«¤é̾Á°¤¤¤¿¤À¤­¤Þ¤·¤¿¡£\r\n\r\n¡¡L.B.B.¤µ¤ó¡£¤Ï¤¸¤á¤Þ¤·¤Æ¡ª\r\nËͤâMC MACK¡¢DULAA̤¥Á¥§¥Ã¥¯¤Ç¤¹¡£KAMIKAZE¤Ï¤ä¤Ï¤êÅÁÅý¤ò¼é¤Ã¤Æ¤¤¤ë¤«¤ó¤¸¤Ç¤·¤ç¤¦¤«¡©\r\nξÊý¥²¥Ã¥È¤·¤Ê¤±¤ì¤Ð¡Ä :!: \r\n¤¢¤È¥á¥ó¥Õ¥£¥¹¤Ç¤ÏKING JC¤âµ¤¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (141,'d9069033de','³¤±¤Æ¤¹¤ß¤Þ¤»¤ó','¡Á¤³¤Î´Ö¤Î³¤­¡Á\r\n\r\n[u:d9069033de]¥Ù¥¹¥È¡¦¥ê¥¤¥·¥å¡¼[/u:d9069033de]:\r\nZ-RO Look What You Did To Me\r\nC-LOC\r\nCONCENTRATION CAMP\r\n\r\n[u:d9069033de]¥Ù¥¹¥È¡¦¥ª¥Ö¡¦¥¶¡¦¥Ù¥¹¥È[/u:d9069033de]:\r\nSCARFACE Greatest Hits (Chopped Up By WATTS-SWISHAHOUSE¤¬GOOD¤Ç¤¹¡ª¡Ë\r\nK-RINO Ten Year Run\r\nGHETTO MAFIA Greatest Hits (Çã¤Ã¤Æ¤Þ¤»¤ó¤¬¡Ä)\r\n\r\n¥Ù¥¹¥È¥½¥ó¥°¤Ï²¼¤ÎÊýºï¤Ã¤Æ¤³¤ÎÊÕ¤âÆþ¤ì¤¿¤¤¤Ç¤¹¡£\r\nT.I. f/8BALL,MJG,& BUN B Bezzle\r\nTRAE f/RUSSEL LEE Still On Da Southside\r\nDIRTY f/PASTOR TROY C\'Mon'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (142,'2c07f4118b','spanish','¥¹¥Ú¥¤¥ó¸ì¥ª¥ó¥ê¡¼¤Î¥é¥Ã¥×¤Ï¤Û¤È¤ó¤ÉÄ°¤¤¤¿¤³¤È¤¬¤Ê¤¤¤Î¤Ç¥Á¥ã¥ì¥ó¥¸¤·¤Æ¤ß¤¿¤¤¤Ç¤¹¤Í :) \r\n\r\nAKWID¤Ï¹¥¤­¤Ç¤¹¡ª¥¤¡¼¥¹¥È¥³¡¼¥¹¥È¤¬¹¥¤­¤Ê¿Í¤Ë¤â¼õ¤±¤½¤¦¤Ê¥é¥Ã¥×¤À¤È»×¤¤¤Þ¤·¤¿¡ª\r\n¥Ë¥å¡¼¥¢¥ë¥Ð¥à¤ÏÁ´Éô¥¹¥Ñ¸ì¤Ê¤ó¤Ç¤¹¤« :shock: \r\n\r\n¤½¤ì¤ÈKINTO SOL¤Ã¤ÆLOS MARIJUANOS¡Ê¥¹¥Ú¥ëÈù̯¡Ë´Ø·¸¤Ç¤¹¤è¤Í¡©ÃæÀ¾Éô¤Î¡£\r\n¤¢¤ó¤Ê¤È¤³¤í¤Ë¤â¥é¥Æ¥ó¥é¥Ã¥Ñ¡¼¤¬¤¤¤ë¤ó¤À¤Ê¡Á¤È»×¤Ã¤¿µ­²±¤¬¤¢¤ê¤Þ¤¹¡£\r\n\r\nCLIKA1¤ÏDOOMSDAY¤Î¥³¥ó¥Ô¤Ë»²²Ã¤·¤Æ¤¤¤ë¤Î¤Ç¶½Ì£¤¬¤¢¤ë¤ó¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (143,'9b612877b2','Re: mempho','[quote:9b612877b2=\"g-stringz\"]\r\n¡¡L.B.B.¤µ¤ó¡£¤Ï¤¸¤á¤Þ¤·¤Æ¡ª\r\nËͤâMC MACK¡¢DULAA̤¥Á¥§¥Ã¥¯¤Ç¤¹¡£KAMIKAZE¤Ï¤ä¤Ï¤êÅÁÅý¤ò¼é¤Ã¤Æ¤¤¤ë¤«¤ó¤¸¤Ç¤·¤ç¤¦¤«¡©\r\nξÊý¥²¥Ã¥È¤·¤Ê¤±¤ì¤Ð¡Ä :!: \r\n¤¢¤È¥á¥ó¥Õ¥£¥¹¤Ç¤ÏKING JC¤âµ¤¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£[/quote:9b612877b2]\r\ng-stringz¤µ¤ó½é¤á¤Þ¤·¤Æ\r\nMR.SCHE¤Î¾ðÊóTHANX¤Ç¤¹¡¢³Ú¤·¤ß¤ËÂԤäƤޤ¹\r\nMC.MACK¤ÏKAMIKAZIE TIMEZ UP¤Ë¶á¤¤¤È»×¤¤¤Þ¤¹¡¢Àª¤¤¤Ï¤ä¤äÍî¤Á¤ë¤«¤â¤·¤ì¤Ê¤¤¤±¤É¡¢Âå¤ï¤ê¤Ë¥á¥í¡¼¶Ê¤¬Îɤ«¤Ã¤¿¤ê¤·¤Æ¤Þ¤¹\r\nKING JC¤Ï»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤Í¡¢¤Æ¤æ¤¦¤«Ì¾Á°½é¤á¤Æʹ¤­¤Þ¤·¤¿\r\n\r\nMEMPHIS¤â¤Î¤Ç¤Ï̵¤¤¤ó¤Ç¤¹¤¬¡¢LIL KEKE¤Î¿·ÉèÄ°¤­¤Þ¤·¤¿¡©\r\nÍ¥¾¡³ÎÄꡪ :shock: ¤Æ´¶¤¸¤Ê¤ó¤Ç¤¹¤¬¡¥¡¥¡¥'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (144,'c174399181','¤³¤Á¤é¤â ³¤±¤Æ¤¹¤ß¤Þ¤»¤ó','[quote:c174399181=\"g-stringz\"]¥Ù¥¹¥È¥½¥ó¥°¤Ï¡¥¡¥¡¥\r\nT.I. f/8BALL,MJG,& BUN B Bezzle\r\nTRAE f/RUSSEL LEE Still On Da Southside\r\nDIRTY f/PASTOR TROY C\'Mon[/quote:c174399181]\r\n¼«Ê¬¤â¹¥¤­¤Ê¶Ê¤Ð¤«¤ê¤Ç¤¹¤Í\r\n¤¢¤È¡¢\r\nC-NOTE feat. J-REAL / RIGHT OR WRONG\r\nDULAA / TAXI\r\n¤Ê¤ó¤«¤âÆþ¤ì¤¿¤¤¤Ç¤¹ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (145,'1ccfcc1018','Re: gangsta mix¤Û¤·¤¤¤Ç¤¹¡ª','[quote:1ccfcc1018=\"keita\"]¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª£È£Í£Ö¤Ë¤«¤¿¤Ã¤Ñ¤·¤«¤éÅÅÏä·¤Þ¤¹¡ª :twisted:[/quote:1ccfcc1018]\r\n\r\n¤ß¤Ä¤«¤ê¤Þ¤·¤¿¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (146,'05109a722d','Gangsta Mix! 2004¡¦¡¦¡¦','[url]http://www.hmv.co.jp/news/newsDetail.asp?newsnum=312120049&category=1&genre=300&style=0&pagenum=2[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (147,'429ccb8af9','ºÇ¶á»þ´Ö¤¬¤Ê¤¯¤ÆŽ¥Ž¥Ž¥¥ì¥¹ÃÙ¤ì¤Æ¤Þ¤¹!','[quote:429ccb8af9=\"EsE DrEaMeR\"]\r\n¤½¤¦¤Ç¤¹¤«¡£\r\n¤Ç¤â¼«Ê¬¤¬¤³¤¦¤æ¤¦Ï䬽ÐÍè¤ëÍͤˤʤ륭¥Ã¥«¥±¤òÍ¿¤¨¤Æ¤¯¤ì¤¿¤Î¤ÏArtistã¤Ï¤â¤Á¤í¤ó¤Ç¤¹¤¬¡¢\r\nG-House03Ž»ŽÝ¤ò»Ï¤á¡¢Hot CandyŽ»ŽÝŽ¤BSDŽ»ŽÝŽ¤Bad AzzŽ»ŽÝŽ¤TyŽ»ŽÝŽ¤LBC-GŽ»ŽÝ㤬¤³¤¦¤¤¤Ã¤¿¾ì½ê¤òÍ¿¤¨¤Æ¤¯¤ì¤¿¤«¤é¤À¤È´¶¼Õ¤·¤Æ¤¤¤Þ¤¹ :D \r\n¤Ê¤Î¤Çº£¸å¤â±Æ¤Ê¤¬¤é¶¨ÎϤµ¤»¤Æĺ¤¯¤Ä¤â¤ê¤Ç½ñ¤¤¤Æ¤¤¤­¤Þ¤¹¡ª\r\n[/quote:429ccb8af9]\r\n\r\n»ä¤â¤ß¤Ê¤µ¤ó¤Î¤ª¤«¤²¤Ç¤¹ :D \r\nº£¸å¤È¤â¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£\r\n\r\n¤µ¤Æ¹¢¼ê»®»³À¹¤ê¤Ç¤¹¤Í¡£\r\nLegal Dope¤Ï»ä¤âõ¤·¤Æ¤Þ¤¹¡£\r\n12±¥¤Ê¤é¤â¤Ã¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢¤Ê¤«¤Ê¤«¡¦¡¦¡¦\r\n»ä¤Îº£Ç¯¤Î°ì²¡¤·¥²¥Ã¥È»®¤Ï¡¢Battlecat¤Ç¤¹¤Í¡£\r\n¥×¥í¥â¤Ê¤ó¤Ç¤¹¤±¤ÉºÇ¹â¤Ç¤¹¡£\r\nº£Ç¯¤Î»®¤¸¤ã¤Ê¤¯¤Æ¤¹¤ß¤Þ¤»¤ó :cry: \r\n\r\nWSC¤ÏÈù̯¤À¤Ã¤¿¤ÊŽ¥Ž¥Ž¥:lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (148,'2422146772','LIL KEKE','Í¥¾¡³ÎÄê¤Ç¤¹¤«:shock: \r\n¼¡¡¹¤È¥¢¥ë¥Ð¥à½Ð¤·¤Æ¤¯¤ë¤Î¤ÇÁ´Á³µ¤¤Ëα¤á¤Æ¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n³Î¤«Pimpin Pen¤ÎÂè3ÃƤ¬Æþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤è¤Í¡©\r\nÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹!\r\n\r\n¶Ê¡¢¶¦´¶¤·¤Æ¤¤¤¿¤À¤±¤Æ¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\nC-NOTE¤Î¤â¤¤¤¤¤Ç¤¹¤Í¡ªJ-REAL¤Ë¤Ï¤Þ¤¿¥¢¥ë¥Ð¥à½Ð¤·¤ÆÍߤ·¤¤¤È»×¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n¤½¤ì¤È¡¢KING JC¤ÏPlayalistic¤È¤¤¤¦¥ì¡¼¥Ù¥ë¤òΨ¤¤¤ëÇò¿Í¥é¥Ã¥Ñ¡¼¤Ç¤¹¡£\r\nDJ TRICK¤È2¿Íʤ֤ȡ¢¤È¤Æ¤â¥é¥Ã¥×¤Ë·È¤ï¤ë¿Í¤¿¤Á¤Ë¤Ï¸«¤¨¤Þ¤»¤ó¤¬¡¦¡¦¡¦ :mrgreen:\r\n[url=http://www.geocities.com/downsouthkingz/Playalistic_history.html]\r\nPlayalistic¤ÎÎò»Ë[/url]¡¡¤Ç¤¹¡£\r\n¤â¤·¤è¤í¤·¤±¤ì¤Ð¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (149,'efffeba8dd','Re: LIL KEKE','[quote:efffeba8dd=\"g-stringz\"]Í¥¾¡³ÎÄê¤Ç¤¹¤«:shock: \r\n¼¡¡¹¤È¥¢¥ë¥Ð¥à½Ð¤·¤Æ¤¯¤ë¤Î¤ÇÁ´Á³µ¤¤Ëα¤á¤Æ¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n³Î¤«Pimpin Pen¤ÎÂè3ÃƤ¬Æþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤è¤Í¡©\r\nÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹![/quote:efffeba8dd]\r\n¡ÖLIL KEKE / CHANGIN\' LANES¡×\r\nPIMP THE PEN ­·Æþ¤Ã¤Æ¤Þ¤¹¤è\r\n¤½¤Î¼¡¤ÎDO YOU WANNA RIDE PT.2¤¬¤«¤Ê¤ê¥¤¥¤¤Ç¤¹\r\nBILLY COCK²Î¤¤¤Þ¤¯¤ê¤Ç¤¹ :) \r\nÁ´ÂΤËÄ°¤­¤ä¤¹¤¤´¶¤¸¤Ç¥Þ¥Ë¥¢¸þ¤±¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢¤ä¤Ï¤ê¥¤¥¤¤È»×¤¤¤Þ¤¹\r\n\r\n¤¢¤ÈKING JC¤ÎÆɤߤޤ·¤¿¡¢Âç¥Ù¥Æ¥é¥ó¤Ê¤ó¤Ç¤¹¤Í\r\n¥Þ¡¼¥À¡¼¥É¥Ã¥°»ï¤Ë4²ó¤âÆý¸¤µ¤ì¤Æ¤¿¤È¤Ï :o ÉÔÊÙ¶¯¤ÇÃѤº¤«¤·¤¤¤Ç¤¹\r\n¤Ç¤Ï¸Ô¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (150,'3fdaafdf72','SUC','BILLY COOK²Î¤¤¤Þ¤¯¤ê :!: \r\n¤È¤¤¤¦¤³¤È¤Ï¥Æ¥£¥Ô¥«¥ë¤ÊSUC¥µ¥¦¥ó¥É¤Ç¤¹¤Í! :D \r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (151,'92d390dac2','San Diego Rapper','¥µ¥ó¥Ç¥£¥¨¥´¥é¥Ã¥Ñ¡¼¤ÎÀëÅÁ¤Ç¤¹¡£\r\nÆüËܤˤϥµ¥ó¥Ç¥£¥¨¥´¤Î¥¢¡¼¥Æ¥£¥¹¥È¤Î¤è¤¦¤Ê\r\n¥Õ¥¡¥Ã¥·¥ç¥ó¤ò¹¥¤ó¤Ç¤¤¤ë¿Í¤¬¤Þ¤À¿¤¤»×¤¦¤Î¤Ç¡Ä\r\n\r\n[url]http://www.fortressdvd.com/mitchy.rm[/url]\r\n\r\n¢¬MITCHY SLICK - Trigeration Station¤ÎVid ¡Ê95kb/s¤Ç¤¹¤¬¡Ä\r\n\r\n[url]http://www.ghettoworld.com/LilCS.mov[/url]\r\n\r\n¢¬LIL C.S.¤Î¥³¥Þ¡¼¥·¥ã¥ë ¡Êmov¤Ç¤¹¤¬¡Ä\r\n\r\n[img:92d390dac2]http://www.raptalk.net/bb/attachment.php?s=&postid=239786.jpg[/img:92d390dac2]\r\n\r\n¢¬MACKVILLIN\r\n\r\n[img:92d390dac2]http://www.unfilteredmanagement.com/riverbottoment/content_multimedia/cover_art/keep_it_clean.jpg[/img:92d390dac2]\r\n\r\n¢¬¤³¤ì¤«¤é½Ð¤ëͽÄê¤ÎLIL ONE¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (152,'d914c9299c','gangsta mixÇä¤êÀÚ¤ì','Âç¤Ã¤­¤¤Å¹¤Ë¤±¤Ã¤³¤¦ÅÅÏä·¤¿¤ó¤Ç¤¹¤±¤É¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿... :wink: \r\n¤¤¤Ã¤«¤¤CryBabyʹ¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (153,'3125a1248e','Re: gangsta mixÇä¤êÀÚ¤ì','[quote:3125a1248e=\"keita\"]Âç¤Ã¤­¤¤Å¹¤Ë¤±¤Ã¤³¤¦ÅÅÏä·¤¿¤ó¤Ç¤¹¤±¤É¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿... :wink: \r\n¤¤¤Ã¤«¤¤CryBabyʹ¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£[/quote:3125a1248e]\r\n\r\n¤¢¤é¤é¡¦¡¦¡¦¤¶¤ó¤Í¤ó¤Ç¤¹¡£ :cry: \r\n»ä¤Î¼ê¸µ¤Ë¤â»Ä¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤µ¤é¤Ë»ÄÇ°¤Ç¤¹¡£\r\n\r\nHMV¤âÃÓÂÞŹ¤È¤«¤Ï¤ª¤¤¤Æ¤ë¤Î¸«¤¿¤³¤È¤Ê¤¤¤Ç¤¹¤«¤é¤Í¡¼ :twisted:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (154,'d6c74642b7','Re: HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý','[quote:d6c74642b7=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]¤À¤á¤Ç¤¹¡¦¡¦¡¦\r\n¡²|¡±|¡û[/quote:d6c74642b7]\r\n\r\n¤¢¤é¤é¡¦¡¦¡¦\r\n¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¡£\r\n¤â¤¦¾¯¤·Ä´¤Ù¤Æ¤ß¤Þ¤¹¤Í¡£\r\n\r\nHi-C¤Ï¤Þ¤ÀUS Amazon¤À¤È$9.99¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¤Í¡£\r\n¥ê¥ê¡¼¥¹¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (155,'cf233d1aea','G-HOUSE03¤Ë¹×¸¥¤·¤Þ¤·¤¿¡ª','¤½¤Î¤«¤ï¤ê¤Ëº£½Ð¤Æ¤¤¤ë£²Ëç¤ò£Ç£Å£Ô£Ó¤·¤Þ¤·¤¿ :lol: \r\n¤Ü¤Á¤Ü¤Á¤ä¤Ã¤Æ¤¤¤­¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (156,'772cea7d07','LP¤Ê¤é','¤³¤ÎÁ°100±ß¤ÇÇä¤Ã¤Æ¤Þ¤·¤¿¡£\r\n¤Ê¤Î¤Ç¤«¤¤¤Þ¤·¤¿ :D \r\n°ìÈ̻Ծì¤À¤È¤½¤Î¤¯¤é¤¤¤ÎÃÍÃʤǤ·¤ç¤¦¤«¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (157,'a9bd504f0e','DPG Crip-Mas Update!','Wasssssuuup Gangstaz!\r\n\r\nWe just dropped a huuuge holiday update for all you fans out there! \r\n\r\n10 Reason to check out www.DPGRecordz.com right now!\r\n\r\n01. The Watcher 3 MP3 Download\r\n02. Daz Dillinger Dust Em Off MP3 Download\r\n03. Daz Dillinger DPGC 4 LIFE 2004 MP3 Download\r\n04. Update on Tha Twinz Album...dropping this Summer!?\r\n05. DPG Artists Added and Dropped\r\n06. Daz working with Nelly?\r\n07. Pre-orders for upcoming Lil C-Style and RBX Releases. \r\n08. No Nate Dogg on the So So Def Project?\r\n09. Lil Half Dead Arrested !?!?\r\n10. Rappers E-White and Lil Flossy posting at DPG Gangstaville\r\n\r\nDo yourself a favor and check out www.DPGRecordz.com. You can\'t go wrong. With \r\ntons of audio to download and huge forum to discuss topics in you\'ll forget \r\ntheres life outside Gangstaville!\r\n\r\nLink To Gangstaville: www.dpgrecordz.com/gangstaville/\r\n\r\nPreorder the new Lil C-Style album by clicking the link below! You can check \r\nout an MP3 of his single at www.dpgrecordz.com.\r\nhttp://www.cduniverse.com/productinfo.asp?style=MUSIC&pid=6656997&cart=169065226&frm=lk_DPGRECORDZ\r\n\r\nPreorder the new RBX album by clicking the link below! \r\nhttp://www.cduniverse.com/productinfo.asp?style=MUSIC&pid=6657007&cart=169065226&frm=lk_DPGRECORDZ\r\nThe following link is for a review on the RBX album..check it out!\r\nhttp://dpgrecordz.com/gangstaville/showthread.php?s=f931673387665ac8665856b310669f3d&threadid=43964\r\n\r\nLastly, I want to wish everyone a Merry Crip-Mas! Have a safe holiday!\r\n\r\nDaz Dilli.\r\n\r\nFor the latest info on the DPG and Daz Dillinger keep it locked at \r\nDPGRecordz.com. Always keeping it OMGU!\r\n\r\n-----\r\nLil C Style and RBX albums In Stores January 29, 2004!\r\nTha Row Killa Movie In Stores Now!\r\nFredwreck\'s Greatest Hits Coming Soon! www.fredwreck.com\r\n-----'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (158,'ce91c1c608','ole-e!!','¤È¤óÂÀ¤µ¤ó¡¢\r\nOLE-E¥²¥Ã¥È¤·¤Þ¤·¤¿¡£²Î¤â¤¹¤´¤¤¤Ç¤¹¤±¤É¡¢¥×¥í¥Ç¥å¡¼¥µ¡¼¤È¤·¤Æ¤âÀ¨ÏӤǤ¹¤Í¡ª¤Ä¤¤¤Ç¤ËFIELD MOB¤â°ú¤ÃÄ¥¤ê½Ð¤·¤Æ¤­¤Æ¤Þ¤È¤á¤Æ¥ì¥Ó¥å¡¼¤Ë¤Î¤Ã¤±¤Á¤ã¤¤¤Þ¤·¤¿¡£¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡ª¡ª[url]http://www.geocities.co.jp/MusicStar-Keyboard/8487/index2.html[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (159,'c4d602debb','YMS !','¤³¤ó¤Ê¤Î¸«¤Ä¤±¤Þ¤·¤¿¤è :shock: \r\nhttp://www.cisco-records.co.jp/cgi/item_detail.php?qId=45784'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (160,'84bec3bb82','Re: G-HOUSE03¤Ë¹×¸¥¤·¤Þ¤·¤¿¡ª','[quote:84bec3bb82=\"keita\"]¤½¤Î¤«¤ï¤ê¤Ëº£½Ð¤Æ¤¤¤ë£²Ëç¤ò£Ç£Å£Ô£Ó¤·¤Þ¤·¤¿ :lol: \r\n¤Ü¤Á¤Ü¤Á¤ä¤Ã¤Æ¤¤¤­¤Þ¤¹¡£[/quote:84bec3bb82]\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :D \r\n¼¡¤âÇ㤤ƨ¤·¸·¶Ø¤Ç¤¹¤è¡£\r\n¤Ê¤ó¤»¥«¥¹¥¿¥à¥í¡¼¥é¥¤¥Ç¥£¥ó¥°¤Ç¤ª¤Ê¤¸¤ß¤Î\r\n̸Åç¥ì¥ó»á¤È¤Î¥³¥é¥Ü¥ì¡¼¥·¥ç¥ó¤Ç¤¹¡£\r\n\r\n1·î¾å½Ü¤°¤é¤¤¤«¤Ê¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (161,'fc8b2f42dd','¤Ê¤ó¤È!','¥µ¥¤¥ó¤Ä¤­¤Ç¤¹¤«!\r\nÆâÍƤϤȤ⤫¤¯¡¢Íߤ·¤¤¤Ç¤¹¤Í¡£\r\n¥²¥Ã¥È¤Ë¤Ï¤·¤ê¤Þ¤¹ :D \r\n\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (162,'846a46abf5','FORUM¤Î»È¤¤Êý','ñ½ã¤Ë½ñ¤­¹þ¤àÊýË¡¤Ï¢­\r\n[url]http://bm.g-house.info/phpBB2/faq.php#14[/url]\r\n¡ö¥²¥¹¥È¡Ê¥æ¡¼¥¶¡¼ÅÐϿ̵¤·¡Ë¤Ç¤â½ñ¤­¹þ¤á¤Þ¤¹¡£\r\n\r\n¾Ü¤·¤¤»È¤¤Êý¤Ï¾å¤Î¥á¥Ë¥å¡¼¥Ð¡¼¤ÎFAQ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£\r\n\r\n¤Þ¤¿¡¢ÇäÇãÅù¤Î½ñ¤­¹þ¤ß¤Ï¤´±óθ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (163,'5edef6d210','Lifestyle - Bigg Snoop Dogg\'s Lil Brother','Lifestyle Crew - Liquid Cocaine\r\n\r\nhttp://www.amazon.com/exec/obidos/ASIN/B0000U5GDQ/qid%3D1072443729/sr%3D11-1/ref%3Dsr%5F11%5F1/102-8925642-7554567\r\n\r\n¤³¤ì¤¢¤Þ¤êÏÃÂê¤Ë¤Ê¤é¤Ê¤«¤Ã¤¿¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n[u:5edef6d210]Äɵ­[/u:5edef6d210]\r\n\r\nFt. SNOOP¤ÏSDTK¤ËÆþ¤Ã¤Æ¤ë¶Ê¤Ç¤¹¤Í¡£¤Á¤ç¤Ã¤È¥¤¥Þ¥¤¥Á¤Ê¤ä¤Ä¡Ä'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (164,'f67e3e403d','Re: ole-e!!','[quote:f67e3e403d=\"goku\"]¤È¤óÂÀ¤µ¤ó¡¢\r\nOLE-E¥²¥Ã¥È¤·¤Þ¤·¤¿¡£²Î¤â¤¹¤´¤¤¤Ç¤¹¤±¤É¡¢¥×¥í¥Ç¥å¡¼¥µ¡¼¤È¤·¤Æ¤âÀ¨ÏӤǤ¹¤Í¡ª¤Ä¤¤¤Ç¤ËFIELD MOB¤â°ú¤ÃÄ¥¤ê½Ð¤·¤Æ¤­¤Æ¤Þ¤È¤á¤Æ¥ì¥Ó¥å¡¼¤Ë¤Î¤Ã¤±¤Á¤ã¤¤¤Þ¤·¤¿¡£¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡ª¡ª[url]http://www.geocities.co.jp/MusicStar-Keyboard/8487/index2.html[/url][/quote:f67e3e403d]\r\n\r\nÊÖ¿®ÃÙ¤ì¤Æ¥¹¥¤¥Þ¥»¥ó¡£ :( \r\nÁᮥì¥Ó¥å¡¼ÇÒ¸«¤·¤Þ¤·¤¿¡£\r\nɾ²Á¤â¡ð¡ß4.5¤ò¤¤¤¿¤À¤­¤Þ¤·¤Æ¡¢¥ª¥¹¥¹¥á¤·¤¿¤«¤¤¤¬¤¢¤Ã¤¿¤È¤¤¤¦¥â¥ó¤Ç¤¹¡£\r\n¤½¤ì¤Ë¤·¤Æ¤â¡¢¤¢¤ó¤Ê¤Ë²Î¤¨¤ë¤È¤Ï¡¥¡¥¡¥\r\n»ä¤âºÇ½é¤ËÄ°¤¤¤¿¤È¤­¤Ï¡¢¤³¤¤¤Ä¥¹¥²¥§¤Ê¤¡¤Ã¤Æ»×¤¤¤Þ¤·¤¿¤è¡£º£Ç¯¤ÎÂç·êÈפ«¡©¤Ã¤Æ¡£\r\n¤Ç¡¢º£¤³¤ì¤ò½ñ¤­¤Ê¤¬¤é¡¢º£ÆüÆϤ¤¤¿SONNY SPOON¤ÎNEW¥¢¥ë¥Ð¥àÄ°¤¤¤Æ¤ë¤ó¤Ç¤¹¤¬\r\n¤³¤Á¤é¤â¡¢Vo.Íí¤ß¤Î¶Ê¤¬Â¿¤¯¤Æ¤µ¤êµ¤¤Ê¤¯¥¤¥¤´¶¤¸¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡£\r\n¤Ä¤¤¤Ç¤Ë¡¢¥È¥Û¥Û¤Ê¥¸¥ã¥±¤Ë¤â¥ä¥é¤ì¤Á¤ã¤¤¤Þ¤·¤¿¡£ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (165,'f27d23e0dd','g-stringz¤µ¤ó','Æ°²è¤´¤Á¤½¤¦¤µ¤Þ¤Ç¤·¤¿¡£\r\nÍèǯ¤â619¤«¤é´ã¤¬Î¥¤»¤Þ¤»¤ó¤Í¡£\r\n\r\nºÇ¶áÃΤ俤ó¤Ç¤¹¤¬Jayo Felony¤âSan Diego¤À¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\n\r\n¤½¤ì¤Ë¤·¤Æ¤âLil One¤ÏCD½Ð¤·¤¹¤®¤Ç¤¹¤Í¡£\r\n[url=http://www.unfilteredmanagement.com/riverbottoment/content_multimedia/video/boogieman.ram][img:f27d23e0dd]http://www.unfilteredmanagement.com/riverbottoment/content_multimedia/video/boogie_man.gif[/img:f27d23e0dd][/url]Lil One feat. Chag G - Boogie man \r\n\r\nÄãͽ»»¤Ê¤Ê¡Á¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (166,'4e3fd6be18','',':shock: ¼¡²ó¤ÏB.A.»á¤È¤Î¥À¥Ö¥ë¥Í¡¼¥à¤Ç¤¹¤«!\r\nÁª¶Ê¥µ¥¤¥³¡¼¤Ã¤¹¤Í¡¢¼Ö¾ïÃ󻮤ËÍߤ·¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (167,'7521c67a0e','¥µ¥¦¥¹¤Ë¤Þ¤±¤ë¤Ê!','º£Ç¯¤â¤¢¤È¤ï¤º¤«¤Ç¤¹¡£\r\n¥µ¥¦¥¹¤ÏÀ¹¤ê¾å¤Ã¤Æ¤Þ¤¹¤¬¡¢¤³¤Á¤é¤âÉ餱¤º¤Ë¹Ô¤­¤Þ¤·¤ç¤¦ :D \r\n\r\n¤â¤·¤«¤·¤¿¤é2003ǯ°Ê³°¤âº®¤¸¤Ã¤Æ¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤±¤É\r\n¡¦Zapp / ZappVI\r\n¡¦King T / Thy Kingdom Come\r\n¡¦Pocos Pero Locos / The Show\r\n¡¦Mr.Capone-e / Dedicated 2 The Oldies\r\n¡¦Big Moe / Moe Life\r\n¡¦Mack10 / Ghetto Gutter & Gangsta\r\n¡¦PlayBoy W. / Tha Cold Part\r\n¡¦Jonny U / O.G.Love\r\n¡¦Paris / Sonic Jihad\r\n¡¦Baby Bash / Tha Smokin\' Nephew\r\n\r\n¤È¡¦¡¦¡¦¤È¤ê¤¢¤¨¤º¤³¤ó¤Ê¤«¤ó¤¸¤Ç¤·¤ç¤¦¤«¡£\r\n¤ß¤Ê¤µ¤ó¤Î¥Ù¥¹¥È»®¡¢¤Þ¤À¤Þ¤À¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (168,'fc712366b9','LIL ONE¤Î¥Ó¥Ç¥ª','Äãͽ»»¤ÎVIDEO¹¥¤­¤Ç¤¹¡£¶Ê¤âÎɤ¤¤Ç¤¹¤Í¡ª\r\n¤³¤Î¶Ê郎¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ë¤«¤ï¤«¤ê¤Þ¤¹¤«¡©\r\n\r\nCHAG G¤Î´é¤Ï¤¸¤á¤Æ¸«¤Þ¤·¤¿¡£\r\nÍèǯ¤Ë¤ÏAlbum¤¬½Ð¤½¤¦¤Ê¤Î¤Ç¤Ò¤½¤«¤Ë³Ú¤·¤ß¤Ë¤·¤Æ¤¤¤Þ¤¹¡£\r\n(¤¿¤·¤«¥²¥¹¥È¤¬¤½¤½¤é¤ì¤ëÌ̻ҤÀ¤Ã¤¿¤Ï¤º¡¦¡¦¡Ë\r\n\r\nJAYO¤Ï¥µ¥ó¥Ç¥£¥¨¥´¤Ç¤¹¤Í¡£\r\n¤Ç¤â¤¢¤Þ¤êÃϸµ¤òÂç»ö¤Ë¤·¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢Îɤ¯»×¤ï¤ì¤Æ¤Ê¤«¤Ã¤¿¤ê¤¹¤ë¤ß¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (169,'88e1f7ee79','¤½¤¦¤¤¤¨¤Ð¡¦¡¦¡¦','¤Þ¤Ã¤¿¤¯ÏÃÂê¤Ë¤Ê¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤Í¡£\r\n»ä¤â̤ݤǤ¹¡£\r\n\r\nSnoop¤Î½¾·»Äï¤È¤¤¤Ã¤Æ¤¦¤ê¤À¤·¤Æ¤¿Creep Dogg¤È¤ä¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¤Í¡£\r\nFakin\'DaFunk¤Ç¤·¤¿¤Ã¤±¡¢¤½¤Î¥µ¥ó¥È¥é¡£\r\nRBX¤Î¶Ê¤¬¤«¤Ã¤³¤è¤«¤Ã¤¿¤Ç¤¹¤è¤Í :D \r\n\r\nÏÃÂê¤Ë¤Ê¤é¤Ê¤¤ÄøÅ٤Τâ¤Î¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¡¦¡¦¡¦¤­¤Ã¤È :cry: \r\n\r\n¤ª¤â¤Á¤Î¤«¤¿¡¢¾ðÊó¥â¥È¥à!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (170,'dc55f12ee3','','ÃÙ¤¯¤Ê¤ê¤Þ¤·¤¿¤¬¡¢¤ä¤Ã¤È¤³¤µ¥Ù¥¹¥È¥¢¥ë¥Ð¥à·è¤á¤Þ¤·¤¿\r\n\r\n­¡KAZY-D / CHAMPAGNE WISHES KAVIAR DREAMS\r\n­¢LIL\' KEKE / CHANGIN\' LANES\r\n­£MONEY BLACK / 4 DA MONEY\r\n­¤BIG TYMERS / BIG MONEY HEAVY WEIGHT\r\n­¥MR. SCHE / LOWLIFE OR NOLIFE\r\n­¦DULAA / TIME\r\n­§DIRTY / LOVE US OR HATE US\r\n­¨TRAE / LOSING COMPOSURE\r\n­©1 DA BOY / DOWN SOUTH TEXAN\r\n­ª5TH WARD WEEBIE / DA UNEXPECTED\r\n­ªU.N.L.V. / KEEP IT GUTTA\r\n­ªBABY BASH / THA SMOKIN\' NEPHEW\r\n\r\n¡Ê12Ëç¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡Ë :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (171,'8e2328010b','','¤³¤Á¤é¤Ç¤Ï¡¢½é¤á¤Þ¤·¤Æ¤Ç¤¹\r\n¡ÊSOUTH¤ÎÊý¤Ë¤Ï²¿ÅÙ¤«½Ð¸½¤·¤Æ¤Þ¤¹¡Ë\r\nWEST COAST¤Î¥Ù¥¹¥È¥¢¥ë¥Ð¥à¤òÁª¤ó¤Ç¤ß¤Þ¤·¤¿\r\n\r\n­¡STEADY MOBBIN / ESPIONAGE\r\n­¢BUENO / CHANGE THE GAME\r\n­£KING T / THY KINGDOM COME\r\n­¤ASSASSIN / HITMAN 4 HIRE\r\n­¥MR. SANCHO / FROM THE STREETS OF CALI\r\n­¦THE DELINQUENTS / TOWN BUSINESS PART ­µ\r\n\r\n²¿¸Î¤«£¶Ëç¤Ë¤Ê¤ê¤Þ¤·¤¿ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (172,'861a14c24d','¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡ª','µ×¡¹¤Î½ñ¤­¹þ¤ß¤Ç¤¹¡£ÆäËË»¤·¤«¤Ã¤¿Ìõ¤Ç¤â¤Ê¤¤¤ó¤Ç¤¹¤¬¤³¤ÎBBS¤Ë¤Ê¤Ã¤Æ¤«¤é½ñ¤­¹þ¤ßÊý¤¬¤è¤¯¤ï¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡Ê¾Ð\r\n¤È¤³¤í¤Çº£Ç¯¤â¤Û¤ó¤È¤ËG¤ÏÀ¹¤ê¾å¤¬¤ê¤Þ¤·¤¿¤Í¡¼¡ª\r\nG-House¤µ¤ó¤ÎMix CD¤â¤É¤ó¤É¤óÀ¹¤ê¾å¤¬¤Ã¤Æ¤Þ¤¹¤Í¡¼¡ª\r\nGangsta Mix 2004ÁêÅö¹¢¼ê¤Ç¤¹¡ª¤¬...\r\n¤È¤Ë¤«¤¯¤³¤³È¾Ç¯¤Û¤ÉºâÉÛ¤¬ÈáÌĤ¢¤²¤Æ¤ÆºÆȯ¥é¥Ã¥·¥å¤À¤È¤¤¤¦¤Î¤Ë¤í¤¯¤Ë¿·Éè¤âÇ㤨¤Ê¤¤¾õÂ֤Ǥ¹ :cry: \r\nºÇ¶á¤Û¤ó¤È¤Ë¿·Éèʹ¤±¤Æ¤Þ¤»¤ó...¤À¤¤¤Ö¼è¤ê»Ä¤µ¤ì¤Æ¤Þ¤¹¤è :cry: \r\n¤È¤ê¤¢¤¨¤ºGangsta Mix 2004¤ÎÊý¤Ï¼ýÆþ¤¢¤ê¼¡Âè¨Ç㤤¤µ¤»¤Æ¤â¤é¤¤¤Þ¤¹¡Ê¾Ð\r\n¤½¤·¤Æº£Ç¯¤â¤ªÈè¤ìÍͤǤ·¤¿¡£\r\nMix CD¤ËHP¤Î¹¹¿·¤ËCDȯ·¡¤Ë¤È¤ªË»¤·¤¤¤È»×¤¤¤Þ¤¹¤¬¡¢Íèǯ¤â¤¬¤ó¤Ð¤Ã¤Æ¤¯¤À¤µ¤¤¡ª\r\n¤½¤ì¤Ç¤Ï\"Îɤ¤¤ªÇ¯\"¤ò¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (173,'6f9184b725','¤³¤Á¤é¤â·èÄê¤Ç¤¹','ǯËö¤Þ¤È¤áÇ㤤¤·¤¿¤ä¤Ä¤â¤¤¤ì¤¿¥Ù¥¹¥È¤Ç¤¹¡£º£Ê¹¤¤¤Æ¤ë¤Î¤ËÊÒ´ó¤Ã¤Á¤ã¤Ã¤¿¤«¤â :oops: \r\n\r\nTHREE 6 MAFIA¡¼¡¡DA UNBREAKABLES¡Ê³Ú¤·¤á¤Þ¤¹¡Ë\r\nFRAYSERBOY¡¼GONE ON DAT BAY¡¡¡Ê¤¤¤Á¤Ð¤óHYPNOTIZE¤Ã¤Ý¤¤¡Ë\r\nBIG TYMERS¡¼BIG MONEY HEAVYWEIGHT¡Ê¤µ¤¹¤¬¤Î½ÐÍè¡¢²¼¼ê¤Ê¥¢¥ë¥Ð¥à¤Ïʹ¤±¤Ê¤¯¤Ê¤ê¤Þ¤¹¡Ë\r\nMIKE JONES & MAGNO¡¼£±ST ROUND DRAFT PICK\r\nT-BO¡¼¡¡FIRECRACKER\r\nTRAE¡¼LOSING COMPOSURE\r\nOLE-E¡¼IF STREET COULD TALK\r\nDEEP SOUTH&T-ROCK¡¼ATL BADBOYS¡ÊCD¤Ë¤Ï£²£°£°£²Ç¯¤È¤¢¤ê¤Þ¤¹¤¬¡©¤ï¤«¤ê¤Þ¤»¤ó¡¢¤«¤Ê¤ê²á·ã¡Ë\r\nDAVID BANNER¡¼MTA2¡§BAPTIZED IN DIRTY WATER\r\nTWISTED BLACK¡¼LATE BLOOMER¡ÊONE GUD CIDE¤Î²»¤È¤ÏÁ´Á³ÊÌʪ¤Ë¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¤±¤É¡Ë¡¡¡¡\r\n\r\nDAVID BANNER¤«¤Ê¤ê¹¥É¾¤Î¤è¤¦¤Ç¤¹¤¬¡¢¼«Ê¬¤â£±ST¤ò·Ú¤¯Ä¶¤¨¤Á¤ã¤Ã¤Æ¤ë¤è¤¦¤Ê¤­¤¬¤·¤Æ¡¢¤Ê¤ó¤À¤«¤â¤¦°ì¿Íι¤È¸À¤¦´¶¤¸¤Ç¤¹ :D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (174,'5f421d5a40','','­¡THREE 6 MAFIA / DA UNBREAKABLES(SCREWED&CHOPPED)\r\n¥Ï¥Þ¥ê¤Þ¤¯¤ê¤Ç¤¹¡£\r\n­¢THREE 6 MAFIA / DA UNBREAKABLES\r\nÅöÁ³¡¢¥ª¥ê¥¸¥Ê¥ë¤â¥¤¥¤\r\n­£TRAE / LOSING COMPOSURE\r\nBILLY COOK¤Ë¤Ï¤¬¤Ã¤«¤ê¤·¤¿¤±¤ì¤É¡¢¤³¤Á¤é¤ÏÎɤ¤¤Ç¤¹¡£\r\n­¤FRAYSER BOY / GONE ON THAT BAY\r\n­¥CHOPPA / STRAIGHT FROM THE N.O.\r\nNO LIMIT¡¢¤³¤Î¸å¤¬Â³¤«¤Ê¤¤¡£\r\n­¦YO GOTTI / LIFE\r\n­§CRIMINAL MANNE / NEIGHBORHOOD DOPE MANNE\r\n­¨HOT BOYS / LET \'EM BURN\r\nCASH MONEY¤Ï¤³¤Î¥¹¥¿¥¤¥ë¤¬°ìÈÖ\r\n­©BIG MOE / MOE LIFE...\r\n­ªGANGSTA BLACK&SKINNY PIMP / THE MAYOR AND THE PIMP'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (175,'7841a4747c','¶à²ì¿·Ç¯¡ª','ÌÀ¤±¤Þ¤·¤Æ¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\nºòǯ¤ÏG-HOUSE03¤µ¤ó¤Ë¤â¾¯¤·¤Ç¤¹¤¬¡¢¤ª²ñ¤¤¤Ç¤­¤Æ¸÷±É¤Ç¤·¤¿¡ª¡ª¤Þ¤¿µ¡²ñ¤¬¤¢¤ê¤Þ¤·¤¿¤é¤ª²ñ¤¤¤·¤¿¤¤¤Ç¤¹ :thumbleft: \r\n¤½¤·¤Æ¡¢ÆüËܺǶ¯¤Î¥³¥³¤â¡¢¥É¥ó¥É¥ó¾å¤êµÍ¤á¤Æ¤Þ¤¹¤Í¢ö¼«Ê¬¤âG-HUSE03¤µ¤óÌܻؤ·¤Æ´èÄ¥¤ê¤Þ¤¹¡ª\r\n¤½¤ì¤Ç¤Ï¡¢º£Ç¯¤â¤É¤¦¤¾µ¹¤·¤¯¤ª´ê¤¤Ãפ·¤Þ¤¹ ¡ª :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (176,'6e5176c701','YMB¤µ¤ó»Ï¤á¤Þ¤·¤Æ','¤ß¤Ê¤µ¤óÌÀ¤±¤Þ¤·¤Æ¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹ :angel: \r\nG-House03¤µ¤ó¡õ¤ß¤Ê¤µ¤óº£Ç¯¤â¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£\r\n\r\n¤ß¤Ê¤µ¤ó¤É¤ó¤Êǯ±Û¤·¤Ç¤·¤¿¤«¡©\r\n¼«Ê¬¤Ï¿·Ç¯¤òͧ¿Í¤Î¥ê¥ó¥«¡¼¥ó¤ÎÃæ¤Ç·Þ¤¨¤Þ¤·¤¿¡£·Ú¤¯Hopping¤·¤¿¤ê¤·¤Æ :tongue9: \r\nCorona¤òÆݤó¤Ç¤ß¤¿¤ê¡¢»¶¡¹Í·¤Ó¤Þ¤·¤¿¡£µó¶ç¼ã´³¶â·ç¤Ç¤¹¤¬\r\n :big5: \r\n\r\n¤Æ¤æ¤¦¤«SmiliesÁý¤¨¤Þ¤·¤¿¤Í :shock: \r\n¤¢¡¢²ÃÆ£Â뤵¤ó¤ª¤Ï¤è¤¦¤´¤¶¤¤¤Þ¤¹\r\n 0X\r\n\r\n¤â¤¦´ö¤Ä¿²¤ë¤ÈNBR¡õLil Rob·»¤ä¤ó¤Î»®½Ð¤Þ¤¹¤Í¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (177,'a9b010f44f','¤¢¤±¤ª¤á','[quote:a9b010f44f=\"g-stringz\"]Äãͽ»»¤ÎVIDEO¹¥¤­¤Ç¤¹¡£¶Ê¤âÎɤ¤¤Ç¤¹¤Í¡ª\r\n¤³¤Î¶Ê郎¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ë¤«¤ï¤«¤ê¤Þ¤¹¤«¡©\r\n\r\nCHAG G¤Î´é¤Ï¤¸¤á¤Æ¸«¤Þ¤·¤¿¡£\r\nÍèǯ¤Ë¤ÏAlbum¤¬½Ð¤½¤¦¤Ê¤Î¤Ç¤Ò¤½¤«¤Ë³Ú¤·¤ß¤Ë¤·¤Æ¤¤¤Þ¤¹¡£\r\n(¤¿¤·¤«¥²¥¹¥È¤¬¤½¤½¤é¤ì¤ëÌ̻ҤÀ¤Ã¤¿¤Ï¤º¡¦¡¦¡Ë\r\n\r\nJAYO¤Ï¥µ¥ó¥Ç¥£¥¨¥´¤Ç¤¹¤Í¡£\r\n¤Ç¤â¤¢¤Þ¤êÃϸµ¤òÂç»ö¤Ë¤·¤Æ¤¤¤Ê¤¤¤Î¤Ç¡¢Îɤ¯»×¤ï¤ì¤Æ¤Ê¤«¤Ã¤¿¤ê¤¹¤ë¤ß¤¿¤¤¤Ç¤¹¡£[/quote:a9b010f44f]\r\n\r\n¤³¤È¤è¤í¥Ç¥¹¤Ã!!\r\n¥×¥í¥Ç¥å¡¼¥µ¡¼¤ï¤«¤ó¤Ê¤¤¤Ç¤¹¡¢¤´¤á¤ó¤Ê¤µ¤¤¡£ChanG¤Ç¤¹¤«¤Í¡©\r\nChanG´éÇòÅɤꥫ¥Ã¥Ô¥«¥Ô¤Ç¤¹¤¬ :lol: \r\nAlbum¤ÏË¿U.S. site¤¬¤è¤¯¾ðÊóή¤·¤Æ¤Þ¤¹¤Í :idea: Ì̻ҤÏLBCÊÕ¤ê¤Ç¤·¤¿¤Ã¤±¤«¡©¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (178,'a829761aef','Re: YMB¤µ¤ó»Ï¤á¤Þ¤·¤Æ','¤¢¤±¤Þ¤·¤Æ¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nºòǯ¤ÏËÜÅö¤Ë¤ß¤Ê¤µ¤Þ¤Ë¤ªÀ¤ÏäˤʤꡢÈôÌö¤Îǯ¤È¤Ê¤ê¤Þ¤·¤¿¡£\r\n\r\nº£Ç¯¤â¤µ¤é¤ËÈôÌö¤Ç¤­¤ë¤è¤¦¿§¡¹¤Ê¤³¤È¤ò¤¿¤¯¤é¤ó¤Ç¤¤¤­¤Þ¤¹ :wolverinex: \r\n\r\n[quote:a829761aef=\"EsE DrEaMeR\"]¤Æ¤æ¤¦¤«SmiliesÁý¤¨¤Þ¤·¤¿¤Í :shock: \r\n¤¢¡¢²ÃÆ£Â뤵¤ó¤ª¤Ï¤è¤¦¤´¤¶¤¤¤Þ¤¹\r\n 0X\r\n[/quote:a829761aef]\r\n\r\n¤Þ¤¨¤«¤éÁý¤ä¤·¤¿¤«¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢Ç¯»Ï¤Ë¿ì¤Ãʧ¤¤¤Ê¤¬¤é¤ä¤ê¤Þ¤·¤¿ :rr: \r\n\r\nYMB¤µ¤ó!\r\nÅìµþ¤â̾¸Å²°¤Ë¤ÏÉ餱¤Æ¤é¤ì¤Þ¤»¤ó!\r\n¤¬¤ó¤Ð¤Ã¤Æ¤¤¤­¤Þ¤¹! :badairday:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (179,'b14ab71f7b','Re: ¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡ª','¥ì¥¹ÃÙ¤ì¤Þ¤·¤¿!\r\n¤¢¤±¤Þ¤·¤Æ¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nº£Ç¯¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹ :) \r\n\r\n[quote:b14ab71f7b=\"DSC\"]µ×¡¹¤Î½ñ¤­¹þ¤ß¤Ç¤¹¡£ÆäËË»¤·¤«¤Ã¤¿Ìõ¤Ç¤â¤Ê¤¤¤ó¤Ç¤¹¤¬¤³¤ÎBBS¤Ë¤Ê¤Ã¤Æ¤«¤é½ñ¤­¹þ¤ßÊý¤¬¤è¤¯¤ï¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡Ê¾Ð\r\n[/quote:b14ab71f7b]\r\n\r\n¤µ¤Æ¡¢¤³¤ÎFORUM¤Ë¤·¤Æ¤«¤é½ñ¤­¹þ¤ß·ã¸º¤·¤Þ¤·¤¿ :lol: \r\n½ñ¤­¹þ¤ßÊý¤ÏÁ´Á³´Êñ¤Ç¿·¤·¤¤½ñ¤­¹þ¤ß¤Ï¾å¤ÎÊý¤Ë¤¢¤ë¡ÖNew Topic¡×¤Ç\r\nÊÖ¿®¤Ï¡ÖPost Replay¡×¤Ç¡£\r\nWindows¤ÎIE¤Ç¤¢¤ì¤ÐŬÅö¤Ë¥¯¥ê¥Ã¥¯¤Ç¤­¤½¤¦¤Ê¤È¤³¤í¤Ë¥«¡¼¥½¥ë¤ò¤â¤Ã¤Æ¤¯¤È\r\nÀâÌÀ¤¬½Ð¤Þ¤¹¤è :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (180,'ad081d6cfc','Assassin!','[quote:ad081d6cfc=\"L-B-B\"]¤³¤Á¤é¤Ç¤Ï¡¢½é¤á¤Þ¤·¤Æ¤Ç¤¹\r\n¡ÊSOUTH¤ÎÊý¤Ë¤Ï²¿ÅÙ¤«½Ð¸½¤·¤Æ¤Þ¤¹¡Ë\r\n[/quote:ad081d6cfc]\r\n\r\nL-B-B¤µ¤ó¡¢¤³¤ó¤Ë¤Á¤Ï¡£\r\n¥µ¥¦¥¹¤Î¤Û¤¦¤ÏROM¤Ã¤Æ¤Þ¤¹¤ó¤Ç¤ªÌ¾Á°¤ÏÇÒ¸«¤·¤Æ¤¤¤Þ¤¹ :) \r\n\r\nAssasin¤¤¤¤¤ß¤¿¤¤¤Ç¤¹¤Í¡¼\r\nÇ㤤ƨ¤·¤Æ¤ë¤Î¤Çõ¤·¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹ :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (181,'9c25d6e72a','Re:','[quote:9c25d6e72a=\"G-HOUSE03\"]Åìµþ¤â̾¸Å²°¤Ë¤ÏÉ餱¤Æ¤é¤ì¤Þ¤»¤ó!\r\n¤¬¤ó¤Ð¤Ã¤Æ¤¤¤­¤Þ¤¹! :badairday:[/quote:9c25d6e72a]\r\n\r\n¼«Ê¬¤â´ØÅìÀª¤Ê¤Î¤Ç£°£³¤µ¤ó¤Ë¤Ä¤¤¤Æ¤¤¤­¤Þ¤¹¤ç :x'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (182,'0e5e40fcce','Kickin\' it wit Black & Brown G\'z','ºÇ¶á¡¢¸µBrown Intentions¤ÎDOWN¤Î»®¤È¤«Mr.KnightOwl¤ÎThe Ghetto Bird¤Ë¸²Ãø¤Ë¸«¤é¤ì¤ëÆ°¤­¤Ê¤ó¤Ç¤¹¤¬¡¢ŽÁŽ¶ŽÉ¡¡ŽÍŽÞŽÃŽ×Ž°ŽÉ¡¡Ž×Ž¯ŽÊŽßŽ°¤Î»®¤Ë¥Ù¥Æ¥é¥óBlack Rapper¤¬»²²Ã¤·¤Æ¤Þ¤¹¤è¤Í :idea: ¤Á¤ç¤Ã¤ÈÁ°¤À¤ÈDaz¤äKurupt¤¬Mr.Shadow¤È¡¢Capone-E¤ÈBrenton Wood¤È¤«¡£\r\n¤³¤ì¤Ã¤ÆLatin Rap¤¬¿Í¼ï¤È¤«ÃÏ°è¤ÎÊɤò¤Ö¤ÁÈ´¤¤¤ÆǧÃΤµ¤ì¤Æ¤­¤¿¤Ã¤Æ»ö¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nË¿ÊÆ¥Õ¥©¡¼¥é¥à¤Ç¥É¥¤¥Ä¤Î¿Í¤È¤«¤ÈÏ俤ó¤Ç¤¹¤¬¡¢Chicano Rap¤Ã¤Æ¹¥¤­¤Ê¿Í¤ÏÄ°¤¯¤±¤É·ù¤¤¤Ê¿Í¤ÏÁ´Á³¤ß¤¿¤¤¤Ç¤¹¡Ê¤Ê¤Ë¤¬NB Ridaz¤À!¤ß¤¿¤¤¤Ê»ö¸À¤ï¤ì¤Á¤ã¤¤¤Þ¤·¤¿¡Ä¡Ë¡£Íýͳ¤Ï¥Ï¥Ã¥­¥ê²ò¤é¤Ê¤¤¤ó¤Ç¤¹¤¬¡£¤Þ¤·¤Æ¤ä¥Þ¥¤¥Ê¡¼¤ÊBrown G»®¤¤¤Æ¤ë¿Í¤Ã¤Æ¾¯¤Ê¤½¤¦¤Ê¤ó¤Ç¤¹¡£¾¯¤Ê¤¯¤È¤â¤½¤Î¥Õ¥©¡¼¥é¥à¤Ç¤Ï¡£\r\n\r\n°ìÀÎÁ°¤È¤«¤ÏChicano Rap¤Ã¤ÆBlack¤Î´Ö¤Ç¤Ï·É±ó¤µ¤ì¤¿¤ê¤·¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©¡Ê̤¤À¤ËSorce»ï¤ÏEmimem¤òǧ¤á¤Ê¤¤¤·¡Ë\r\nÉáÃʤÎÀ¸³è¤Ç¤ÏÃç¤ÎÎɤ¤´Ø·¸¤«¤È»×¤¦¤ó¤Ç¤¹¤¬¡Ê2pac¤ÎTo Live~¤Î²Î»ì¤È¤«Æɤà¤È¡Ë¡¢RAP¡¡GAME¤È¤Ê¤ë¤È¡¢¤ß¤¿¤¤¤Ê¡£\r\n¤È¤ê¤¢¤¨¤ºGANG±Ç²è¤À¤È·ºÌ³½ê¤Ç¿Í¼ï¤Ëʬ¤«¤ì¤Æ¹ÔÆ°¤·¤Æ¤Þ¤¹¤è¤Í¡£\r\n\r\n;Ã̤Ǥ¹¤¬¡¢ÊÆCBS News¤ËJay-Z¤¬½Ð¤Æ¤¿»þ¤Ë¥­¥ã¥¹¥¿¡¼¤¬¸À¤Ã¤Æ¤¿¤ó¤Ç¤¹¤¬¡¢Êƹñ¤Ë¤ª¤¤¤ÆBlack¤ÎRap¡¡CD¤òÇã¤Ã¤Æ¤¤¤ë¤Î¤ÏÇò¿Í¤¬6³ä¤é¤·¤¤¤Ç¤¹¡£²û»ö¾ð¤â¤¢¤ë¤ó¤À¤È»×¤¤¤Þ¤¹¤¬Black¤ÎÊý¡¹¤ÏË°¤¯¤Þ¤Ç¤â±é¼Ô¦¤Î°Õ¼±¤¬¶¯¤¤¤ó¤Ç¤¹¤«¤Í¡£¤â¤·¤¯¤Ï¼«²æ¤¬¶¯¤¤¤È¤«(¤Ê¤Ë¤²¤Ë¼«²æ¤ÈJigga³Ý¤±¤Æ¤Þ¤¹ :oops: )¡£\r\n\r\nÆüËܤÇÀ¾¤Î²»Ä°¤¤¤Æ¤ë¤À¤±¤À¤È¤³¤¦¤¤¤Ã¤¿»ö¾ð²ò¤é¤Ê¤¤¤·¡¢Æä˹ͤ¨¤º¤ËÎɼÁ»®¤À¤±µá¤á¤Á¤ã¤¤¾¡¤Á¤Ç¤¹¤Í¡£\r\n¤Ç¤â¼«Ê¬¤Ï¸Ä¿ÍŪ¤Ëʸ²½Åª¤ÊÌ̤À¤È¤«¤Ë¿¾¯¤Ê¤ê¤È¤â¿¨¤ì¤¿¤¤¤·¡¢ÃΤꤿ¤¤¤Î¤Ç狼¶µ¤¨¤Æ¥¯¥À¥µ¥¤¡£\r\nµÕ¤ËÆüËܤμã¿Í¤Î´Ö¤Ç¤Ï¡¢Êƹñ¤Î¿Í¼ï¤Ë´Ø¤¹¤ë¸ÇÄê´ÑÇ°¤À¤È¤«¤¬Ëؤɤʤ¤¤·¡¢Rap¤Ï¸µ¡¹²¶¤é¤Îʸ²½¤À!¤È¤«¸À¤¦¿Í¤â¤¤¤Ê¤¤¤ª±¢¤ÇºÇ¶á¤ÎÆüËܤΥޥ¤¥Ê¡¼»®»ö¾ð¤¬¤¢¤ë¤ó¤À¤Ê¤È»×¤¤¤Þ¤·¤¿¡£\r\n\r\nWhat would L.A be without mexicans\r\nBlack love brown pride and no sets again\r\n-----\r\n2 Pac'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (183,'a47f0f71aa','my opinion','¥Ö¥é¥Ã¥¯¤È¥Ö¥é¥¦¥ó¤Î¶¥±é¤ÏξÊý¤Î¥Þ¡¼¥±¥Ã¥È¤Ë¥¢¥Ô¡¼¥ë¤¹¤ë¤¿¤á¡¢¤Ã¤Æ¤Î¤âÂ礭¤¤¤È»×¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬\r\n¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤« :signquestion: \r\n\r\n³Î¤«¤Ë¥Á¥«¡¼¥Î¥é¥Ã¥×¤Ï²»³ÚŪ¤ÊÉôʬ°Ê³°¤Ç·É±ó¤µ¤ì¤Æ¤¤¤ë¤³¤È¤¬Â¿¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡Ä¡£\r\n¥Ö¥é¥Ã¥¯¤Î¿Í¤¬¥Ö¥é¥¦¥ó¥×¥é¥¤¥É¤Ê¤É¤Î¥Æ¡¼¥Þ¤Ë¶¦´¶¤Ç¤­¤Ê¤«¤Ã¤¿¤ê¡Ä¡£\r\n\r\n²»³ÚŪ¤ÊÉôʬ¤Ç¤Ï\r\n\r\n¡¦¥Ù¥¿¤Ê¥µ¥ó¥×¥ê¥ó¥°(¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Þ¤ó¤Þ»È¤¤)¤¬¹¥¤Þ¤ì¤Æ¤¤¤Ê¤¤orË°¤­¤é¤ì¤Æ¤¤¤ë¡£\r\n¡¦¥é¥Ã¥×¤¬²¼¼ê¤Ê¿Í¤¬Â¿¤¤¤È»×¤ï¤ì¤Æ¤¤¤ë\r\n\r\n¤³¤Î2¤Ä¤¬¥Ý¥¤¥ó¥È¤«¤È»×¤¤¤Þ¤¹¡£\r\nËͤϥé¥Ã¥×¤Î¾å¼ê²¼¼ê¤òȽÃǽÐÍè¤ë¤Û¤É±Ñ¸ìÎϤ¬¤¢¤ê¤Þ¤»¤ó¤·¡¢µ»½Ñ¤Î¤ß¤¬¥é¥Ã¥Ñ¡¼¤ÎÍ¥Îô·è¤á¤ë¤È¤Ï»×¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬\r\nÀµÄ¾¡¢ÌµÌ¾¥Á¥«¡¼¥Î¥é¥Ã¥Ñ¡¼¤Ï¥Ñ¥ó¥ÁÉÔ­¤À¤Ã¤¿¤ê¥ª¥Õ¥Ó¡¼¥È¤À¤Ã¤¿¤ê¤¹¤ë¤³¤È¤¬Â¿¤¤¤è¤¦¤Ë´¶¤¸¤Þ¤¹¡Ä¡£\r\n\r\n¤¢¤È¡¢¥É¥¤¥Ä¿Í¤ÏÆä˥´¥ê¥´¥ê·Ï¹¥¤­(NWA¡¢GETO BOYS¤«¤é¤Îή¤ì)¤¬Â¿¤¤¤Ç¤¹¤è¤Í¡£\r\nRAPALOT¤Î¿Íµ¤¤â¤¹¤´¤¤¤Ç¤¹¤·¡£SOUL ASSASSINZ¡¢CYPRESS HILL¡¢PSYCHO REALM¤¢¤¿¤ê¤Ï·ë¹½¿Íµ¤¤¬¤¢¤ë¤ó¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (184,'ec9eff12af','º£¤Î¤È¤³¤íÅê¹Æ¿ô2°Ì¤Ç¤¹¡¦¡¦¡¦','º£Ç¯¤â¤¬¤ó¤¬¤ó½ñ¤­¹þ¤Þ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡£\r\n¤è¤í¤·¤¯¤ª¤Í¤¬¤¤¤·¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (185,'d4198bb591','¤¢¤ÎÇòÅɤê¤Ï°ìÂΡ¦¡¦¡¦¡©','¤É¤¦¤â¡ª¤³¤È¤è¤í¤Ç¤¹¡ª\r\n\r\nCHAG G¤ÏLBC½Ð¿È¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦¡©\r\n³Î¤«¤Ë¤¢¤½¤³¤Î´ÉÍý¿Í¤µ¤ó¤¬¥×¥Ã¥·¥å¤·¤Æ¤Þ¤¹¤Í!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (186,'5b9dd0a8b9','','CREW¤Ç¤Ï¤Ê¤¯¤Æ¥½¥í¤À¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\n3¶Ê»îÄ°¤Ç¤­¤Þ¤·¤¿¤¬¡¢Á´Á³°­¤¯¤Ï¤Ê¤«¤Ã¤¿¤Ç¤¹¡£\r\n\r\nRepresent¤Ê¤ó¤È¤«¤È¤¤¤¦¶ÊPROD. BY WARREN G :?: \r\n¤¬¥È¡¼¥¯¥Ü¥Ã¥¯¥¹Æþ¤ê¤ÎLaidback¤·¤¿¶Ê¤Ç¡¢¤³¤ì¤Ï¹¥¤­¤Ê¿Í¿¤¤¤È»×¤¤¤Þ¤¹¡£\r\n\r\nRBX¤Î¤¢¤Î¶Ê¤¤¤¤¤Ç¤¹¤è¤Í¡ª¤¿¤Þ¤ËÄ°¤¯¤ÈĻȩ¤Ç¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (188,'2b1493cb92','','[quote:2b1493cb92=\"g-stringz\"]\r\n3¶Ê»îÄ°¤Ç¤­¤Þ¤·¤¿¤¬¡¢Á´Á³°­¤¯¤Ï¤Ê¤«¤Ã¤¿¤Ç¤¹¡£\r\n\r\nRBX¤Î¤¢¤Î¶Ê¤¤¤¤¤Ç¤¹¤è¤Í¡ª¤¿¤Þ¤ËÄ°¤¯¤ÈĻȩ¤Ç¤¹ :)[/quote:2b1493cb92]\r\n\r\nhttp://www.soulhoodentertainment.com/ls.html\r\n¤³¤ó¤Ê¤Î¤â¤Î¤¢¤ê¤Þ¤·¤¿¡£\r\n°­¤¯¤Ï¤Ê¤µ¤½¤¦¤Ç¤¹¤Í!\r\n\r\nÄ©Àï¼Ô¤ÎÊó¹ð¤ò¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :bom: \r\n\r\nRBX¤Î¤¢¤Î¶Ê¤Ï¤Û¤ó¤È¤ËĻȩ¤â¤ó¤Ç¤¹¤è¤Í :hothot: \r\n½é¤á¤Æʹ¤¤¤¿¤È¤­¼º¶Ø¤·¤½¤¦¤Ë¤Ê¤Ã¤¿¤Î³Ð¤¨¤Æ¤Þ¤¹ :angel9:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (189,'7db6b19127','3¿Í¤À¤±¤Ç²ó¤·¤Æ¤ë¤è¤¦¤Êµ¤¤¬¡¦¡¦¡¦','[quote:7db6b19127=\"g-stringz\"]º£Ç¯¤â¤¬¤ó¤¬¤ó½ñ¤­¹þ¤Þ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡£\r\n¤è¤í¤·¤¯¤ª¤Í¤¬¤¤¤·¤Þ¤¹ 8)[/quote:7db6b19127] \r\n\r\n¤³¤È¤·¤â¤¤¤í¤¤¤í¤È¤´»ØƳ¤¯¤À¤µ¤¤!\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (190,'819572fcf2','¥Ù¥¿¤Ê¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Ï¶ì¼ê','Daz¤äKurupt¤Î¥Á¥«¡¼¥Î¤È¤ÎÍí¤ß¤ÏFredWreck¤Î±Æ¶Á¤Ç¤Ï¤Ê¤¤¤«¤È\r\n¤Ò¤½¤«¤Ë»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\nDaz¤Ê¤ó¤«¤ÏZ-RO¤È¤â¤ä¤Ã¤Æ¤¿¤ê¤¹¤ë¤ó¤Ç¤È¤ê¤¢¤¨¤º¤ä¤Ã¤È¤±¤ß¤¿¤¤¤Ê´¶¤¸¤Ç¤·¤ç¤¦¤« :signquestion: \r\n¤¢¤È¤ÏFingazz´Ø·¸¤¬¤¢¤ê¤Þ¤¹¤è¤Í¡£\r\n\r\n¤³¤ì¤ÏLA¤Ë¤¤¤Ã¤Æ¤¿Í§Ã£¤«¤éʹ¤¤¤¿ÏäǤ¹¤¬¡¢\r\n¥Á¥«¡¼¥Î³¹¤Ë¤¤¤¯¤È¡ÖFu :birdman: k Snoop!¡×¤Ê¤É¤ÎÍî½ñ¤­¤¬·ë¹½¤¢¤Ã¤Æ¡¢\r\nBlack¤â¤Î¤Ï¤±¤Á¤ç¤ó¤±¤Á¤ç¤ó¤Ë¸À¤ï¤ì¤Æ¤¤¤ë¤È¤Î¤³¤È¤Ç¤¹¡£\r\n»ö¤Î¿¿µ¶¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¤½¤³¤Ë¤â¿Í¼ï¤ÎÊɤ¬¤¢¤ê¤½¤¦¤Ç¤¹ :? \r\n\r\n[quote:819572fcf2=\"EsE DrEaMeR\"]\r\nRap¤Î¤ß¤Î¹Ã²µ¤ÏÆñ¤·¤¤¤Ç¤¹¤Í¡£¸ì³Ø¤ÎÊɤâ¤Ç¤¹¤¬¡£¤ä¤Ï¤ê¤½¤³¤Ï·Ð¸³¤Ç¤¹¤«¤Í¡£\r\nÆüËܤǤϹù⤤À¼¤¬¶ì¼ê¤Ã¤Æ¿Í¤¬¤¿¤Þ¤Ë¤¤¤ë¤ß¤¿¤¤¤Ç¤¹¤¬¡¢Easy-E¤Ê¤ó¤«¤â¹â¤¤¤·¡¢Down¤Ê¤ó¤«¤ÏÈà¤Î±Æ¶Á¤ò¼õ¤±¤Æ¤ë¤é¤·¤¤¤Ç¤¹¤«¡£\r\n[/quote:819572fcf2]\r\n\r\n¹Ã¹â¤¤À¼¡¢¥Ê¥Ë¥²¥Ë¹¥¤­¤Ç¤¹ ::oops: \r\nEazy-E¤â¹¥¤­¤Ç¤¹¡£ :love7: \r\n\r\n¤ä¤Ã¤Ñ¤ê±Ñ¸ì¤ò³Ø¤Ð¤Ê¤¯¤Á¤ã¤À¤á¤Ç¤¹¤Í¡¼¤³¤Î»þÂå :explosivesmile:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (191,'293e037806','Re: Kickin\' it wit Black & Brown G\'z','ʹ¤¤¤¿Ïäˤè¤ë¤È¡¢¹õ¿Í¤Ï¡¢Â¾¤Î±Ñ¸ì·÷¤Î¿Í㤬¤¦¤Þ¤¯È¯²»¤Ç¤­¤Æ¤Ê¤¤¤È\r\nÅܤë¤Î¤Ë¡¢ÆüËܿͤȤ«¤¬¤¦¤Þ¤¯¤Ç¤­¤Æ¤Ê¤¯¤Æ¤âÅܤé¤Ê¤¤¤Î¤Ï¡¢ÆüËܿͤò\r\n´Å¤¯¤ß¤Æ¤¤¤ë¤È¸À¤¦¤«¡¢ÂÐÅù¤Ë¤ß¤Æ¤¤¤Ê¤¤¡£¤Ä¤Þ¤ê¥Ð¥«¤Ë¤·¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È\r\n¤é¤·¤¤¤Ç¤¹¤Í¡£¤è¤¯¤Ï¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤â¤·¤½¤¦¤Ê¤Î¤À¤È¤¹¤ë¤È¡¢\r\n¹õ¿Í¦¤â¤½¤¦¤¤¤¦¤È¤³¤í¤Ï¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¤Í¡£\r\nÄ´»Ò¤Ë¾è¤Ã¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤¿¤Ê¤é¤¹¤¤¤Þ¤»¤óm(_ _)m'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (192,'0e83c72be0','Äɲäǡ¢¡¢¡¢','Ty¤µ¤ó¤ÎÈĤǤɤʤ¿¤«¤¬µó¤²¤Æ¤ë¤Î¤ò¸«¤Æ¡¢¤½¤¦¤¤¤¨¤Ð¤È»×¤¤¼«Ê¬¤â\r\nA Tribute To 2pac - Chapter 2 \"Thug-avelli\"\r\n¥Ù¥¹¥È¤ËÄɲä·¤Þ¤¹ :) \r\nÆâÍƤϡ¢Rap³¦¤Î¥³¡¼¥¸¡¼ÉÚÅĤȻפï¤ì¤ëÆæ¤Î2pac¤½¤Ã¤¯¤êŽ»ŽÝ(Syke¤ÎÀ¼¼Á¤¬pac ¤Ë¶á¤Å¤¤¤¿´¶¤¸¤Ç¡¢°ìÄ°¤¹¤ë¤ÈËÜʪ?!¤ß¤¿¤¤¤Ê)\r\n¤ò¤Ï¤¸¤á¡¢Daz, Mc 8, ¤Ê¤É¤ÎRapper¤â»²²Ã¤·¤Æ¤¤¤Þ¤¹¡£¸åȾ¤Ï±´Êª¤Ç¡¢Á´ÂÎŪ¤ËGuiter¤¬¤¤¤¤³èÌö¤òÄ°¤«¤»¤Æ¤¤¤Þ¤¹¢ö\r\n¥¤¥ó¥Ê¡¼¤Ï¿¿¤ÃÇò¤Ç¾ÜºÙ¤Ï²ò¤ê¤Þ¤»¤ó¤¬¡¢Big blue¤È±¾¤¦Producer¤¬½¨ºÍ¤Ö¤ê¤òȯ´ø¤·¤Æ¤¤¤ëÍͤǤ¹ :) \r\nÂê̾¤ÇPacÄÉÅé¤òëð¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢¤¢¤ó¤Þ´Ø·¸¤Ê¤¯¤Í¤§¡©¤Ã¤Æ´¶¤¸¤ÎÎɼÁ¥³¥ó¥ÔAlbum¤Ç¤¹¡£¡¡\r\n¥³¥ì¤ÎVol.1¤ÏÆüËÜÈפâ½Ð¤Æ¤Þ¤¹¤¬¡¢¥³¥ì¤Ï¥Þ¥¤¥Ê¡¼¤Ç¤·¤«È¯Ç䤷¤Æ¤Ê¤¤¤ß¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (193,'4088c97c25','Re: ¥Ù¥¿¤Ê¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Ï¶ì¼ê','[quote:4088c97c25=\"G-HOUSE03\"]Daz¤äKurupt¤Î¥Á¥«¡¼¥Î¤È¤ÎÍí¤ß¤ÏFredWreck¤Î±Æ¶Á¤Ç¤Ï¤Ê¤¤¤«¤È\r\n¤Ò¤½¤«¤Ë»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¤¢¤È¤ÏFingazz´Ø·¸¤¬¤¢¤ê¤Þ¤¹¤è¤Í¡£\r\n\r\n¤³¤ì¤ÏLA¤Ë¤¤¤Ã¤Æ¤¿Í§Ã£¤«¤éʹ¤¤¤¿ÏäǤ¹¤¬¡¢\r\n¥Á¥«¡¼¥Î³¹¤Ë¤¤¤¯¤È¡ÖFu :birdman: k Snoop!¡×¤Ê¤É¤ÎÍî½ñ¤­¤¬·ë¹½¤¢¤Ã¤Æ¡¢\r\nBlack¤â¤Î¤Ï¤±¤Á¤ç¤ó¤±¤Á¤ç¤ó¤Ë¸À¤ï¤ì¤Æ¤¤¤ë¤È¤Î¤³¤È¤Ç¤¹¡£\r\n»ö¤Î¿¿µ¶¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¤½¤³¤Ë¤â¿Í¼ï¤ÎÊɤ¬¤¢¤ê¤½¤¦¤Ç¤¹ :? \r\n[/quote:4088c97c25]\r\n¤½¤¦¤¤¤¨¤ÐFred Wreck¤âLatin¤Ç¤·¤¿¤«¡¢Í­¤êÆÀ¤ëÀâ¤Ç¤¹¤Í :idea: \r\nFingazz¤Ï¤Þ¤Â¼ê¹­¤¤¤Ã¤¹¤è¤Í¡¢Å·À²¤ì¤Ç¤¹¡³(¡¬¢¦Ž¤¡¬)/\r\nProducer¤Î¾ì¹ç¤Ï¿Í¼ï¤ÎÊÉ̵¤¯¡¢´°Á´¤Ê¼ÂÎϼҲñ¤Ê¤ó¤Ç¤·¤ç¤¦¤«¤Í¡£\r\nRap¤Ã¤Æ¤ä¤Ã¤ÑÆÃÊ̤Êʪ¤Ê¤ó¤Ç¤·¤ç¤¦¤« :signquestion: \r\n\r\nLA¤Îµ®½Å¤Ê¤©Ïᢰ٤ˤʤê¤Þ¤¹¡£Snoop¤Ë´Ø¤·¤Æ±¾¤¨¤Ð¼«Ê¬¤âÍî½ñ¤­¤Ë»¿À®¤Ç¤¹¤Í¡£\r\n¥á¥¸¥ã¡¼¤Ë¤Ê¤Ã¤¿¤Î¤Ï¤à¤·¤í¥¤¥£»ö¤À¤·¡¢¤½¤ó¤ÊÂçÉñÂæ¤Ç¹ª¤¯Î©¤Á²ó¤ì¤ë¤Î¤âÈà¤ÎºÍǽ¤Î¥Ò¥È¥Ä¤À¤È¹Í¤¨¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢¤½¤ÎÉû»ºÊª¤È¤·¤ÆKokane¤¬Î¥¤ì¤Æ¤¤¤Ã¤¿¤ê¡¢Big Tray D¤È¤Î¥¤¥¶¥³¥¶¤À¤Ã¤¿¤ê¤Ï¡Ä :cry: ¡¡¡Ê¼«Ê¬Åª¤ËEastsidaz¤Ïº£¸åSnoopÈ´¤­¤Ç¿¿¤ÎRepresent E.S.¤È¤·¤Æ¤ä¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤ó¤Ç¤¹¤¬¡£¡Ë\r\n\r\n[quote:4088c97c25=\"skrush\"]ÆüËܿͤò ´Å¤¯¤ß¤Æ¤¤¤ë¤È¸À¤¦¤«¡¢ÂÐÅù¤Ë¤ß¤Æ¤¤¤Ê¤¤¡£¤Ä¤Þ¤ê¥Ð¥«¤Ë¤·¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È¤é¤·¤¤¤Ç¤¹¤Í¡£[/quote:4088c97c25]³Î¤«¤Ë¤½¤¦¤¤¤Ã¤¿»ö¤Ã¤ÆÍ­¤ë¤Ç¤·¤ç¤¦¤Í¡£¤Ç¤âËͤ«¤é¸«¤¿ÆüËܿͤⰦ¹ñ¿´¤ä¼«Âº¿´¤Ë·ç¤±¤Æ¤¤¤¿¤ê(±¦¤Î¿Í´Ö¤¸¤ã¤Ê¤¤¤Ç¤¹¤¬)¡¢Âг°¹ñ¤Ë¤ª¤¤¤Æ²ÉÌ۲᤮¤ÆÆüËÜÆÈÆäΎµŽ¸ŽÕŽ¶Ž¼Ž»¤òɬÍװʾå¤Ë½Ð¤·¤¹¤®¤«¤È¤â»×¤¤¤Þ¤¹¡£\r\n³°¤«¤é¸«¤¿°õ¾Ý¤ÈÆâÌ̤γʺ¹¤È¤«¡¢¼«È¯À­¤Î¤Ê¤µ¤È¤«¡¢²æ¡¹¤ÎÆ⦤ˤâÌäÂ꤬ºß¤ê¤½¤¦¤Ç¤¹¤Í¡£Ä´»Ò¤Ë¾è¤Ã¤Æ¤¤¤ë¤è¤¦¤Ë´¶¤¸¤é¤ì¤¿¤é¿½¤·Ìõ¤Ê¤¤¤Ç¤¹m(_ _)m\r\n[quote:4088c97c25]¤ä¤Ã¤Ñ¤ê±Ñ¸ì¤ò³Ø¤Ð¤Ê¤¯¤Á¤ã¤À¤á¤Ç¤¹¤Í¡¼¤³¤Î»þÂå:explosivesmile:[/quote:4088c97c25]\r\n :birdman: ¼«¡ßÅÞ&Éå¤Ã¤¿µÄ°÷&±¢¼¾¤ÊÇÉȶÀ­!\r\n :birdman:Éå¤Ã¤¿ À¯ÉÜ& Tha´±Î½Cartel!!\r\n :birdman: ʸÉô¾Ê¡õÆüËܤαѸ춵°é!!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (194,'eb987e5988','Re: ¥Ù¥¿¤Ê¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Ï¶ì¼ê','¤ä¤Ã¤Ñ¤ê¿Í¼ï³Æ¡¹¤Ë¤Þ¤À¤Þ¤À¤¤¤í¤¤¤í¤ÈÌäÂ꤬¤¢¤ë¤ó¤Ç¤¹¤Í¡£\r\n\r\n¼«Ê¬¤â±Ñ¸ì¤ò³Ø¤Ö»ö¤Ç¸þ¤³¤¦¤Îʸ²½¤¬¤¤¤í¤¤¤í¤È¸«¤¨¤Æ¤¯¤ë¤È»×¤¤¤Þ¤¹¡£\r\n¹õ¿Í¤¬¹õ¿Í¤Ë¤¤¤¦NIGGA¤È¾¤Î¿Í¼ï¤Î¿Í¤¬¹õ¿Í¤Ë¸À¤¦NIGGA¤È¤Ç¤Ï\r\n°ÕÌ£¹ç¤¤¤¬°ã¤Ã¤Æ¤­¤Æ¤·¤Þ¤¤¤Þ¤¹¤â¤ó¤Í¡£\r\nÄ´»Ò¤Ë¾è¤Ã¤Æ¤¤¤ë¤è¤¦¤Ë´¶¤¸¤é¤ì¤¿¤é¿½¤·Ìõ¤Ê¤¤¤Ç¤¹m(_ _)m'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (195,'157a0c3f44','¤¢¡¢','¸À¤¤Ëº¤ì¤Æ¤Þ¤·¤¿¤¬¡¢skrush¤µ¤ó½é¤á¤Þ¤·¤Æ :) \r\n[quote:157a0c3f44=\"skrush\"]¼«Ê¬¤â±Ñ¸ì¤ò³Ø¤Ö»ö¤Ç¸þ¤³¤¦¤Îʸ²½¤¬¤¤¤í¤¤¤í¤È¸«¤¨¤Æ¤¯¤ë¤È»×¤¤¤Þ¤¹¡£\r\n¹õ¿Í¤¬¹õ¿Í¤Ë¤¤¤¦NIGGA¤È¾¤Î¿Í¼ï¤Î¿Í¤¬¹õ¿Í¤Ë¸À¤¦NIGGA¤È¤Ç¤Ï\r\n°ÕÌ£¹ç¤¤¤¬°ã¤Ã¤Æ¤­¤Æ¤·¤Þ¤¤¤Þ¤¹¤â¤ó¤Í¡£[/quote:157a0c3f44]What\'s up my BROTHER.¤È¤«¤â¶Ø¶ç¤Ç¤¹¤è¤Í¡£\r\n±Ç²è¤Ç¥¸¥ã¥Ã¥­¡¼¥Á¥§¥ó¤¬¥Ò¥É¥¤Ìܤ˹ç¤Ã¤Æ¤Þ¤·¤¿ :lol: \r\n¤³¤Ê¤¤¤À¼Ö±¿Å¾¤·¤Æ¤¿¤é¡¢\r\nRap¤òʹ¤­½Ð¤·¤¿Í§¿Í¤¬¾éÃÌȾʬ¤À¤È»×¤¤¤Þ¤¹¤¬¡¢Ê⤤¤Æ¤¿¹õ¿Í¤µ¤ó¤ò¸«¤Æ¡¢¡ÖNigga¤À¤¡¡×¤È¤«¸À¤Ã¤Æ¡¢¤Þ¤¸Àڤ줷¤«¤±¤ÇÃí°Õ¤·¤Þ¤·¤¿ :? \r\n¾ʸ²½¤Ë¿¨¤ì¤ë¤Ë¤Ï¸ì³Ø¤â¤â¤Á¤í¤ó¤Ç¤¹¤¬¡¢Ãμ±¤ä¶µÍܤʤ󤫤âɬÍפʤó¤Ç¤·¤ç¤¦¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (196,'69840bf128','','¤â¤Á¤í¤ó¼ÂÎϤòǧ¤á¤¿¾å¤Ç¡¢¥³¥é¥Ü¤Ã¤Æ¤ë¤ó¤À¤È¤Ï»×¤¤¤Þ¤¹¡ª\r\n¤¿¤À¡¢¥¢¥ë¥Ð¥à¤Ë¿¿ô¤Î¥²¥¹¥È¤ò¾·¤¯¤Î¤¬Åö¤¿¤êÁ°¤Î»þÂå¡¢¥²¥¹¥È¿ÍÁª¤ÏÀïά¤À¤È»×¤¦¤ó¤Ç¤¹¡£\r\nBlack¡¢Latin¤È¤«´Ø·¸¤Ê¤¯¡¢ÀΤËÈæ¤Ù¤Æ¥¢¡¼¥Æ¥£¥¹¥È´Ö¤Î¥Í¥Ã¥È¥ï¡¼¥­¥ó¥°¤¬À¹¤ó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¤è¤Í¡£\r\n\r\n¤¢¤È¾¤Ë¹Í¤¨¤¿¤Î¤Ï¡¢ÆîCali¤Î¥Á¥«¥Î¥é¥Ã¥×¤Ï90ǯÂå¸åȾ¤«¤é\r\n¥¢¥ó¥À¡¼¥°¥é¥ó¥É²½¤¹¤ë¤È¤È¤â¤Ë¡¢Sureno Gang¿§¤¬¤É¤ó¤É¤ó¶¯¤¯¤Ê¤Ã¤Æ¤­¤Æ¤ë¤è¤¦¤Êµ¤¤¬¤¹¤ë¤Î¤Ç\r\n¥Ö¥é¥Ã¥¯¥é¥Ã¥Ñ¡¼¤ò¥Õ¥£¡¼¥Á¥ã¡¼¤·¤Æ¡¢¤½¤³¤«¤é¤ÎæµÑ¤È¤«¡Ä¹Í¤¨¤¹¤®¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n[quote:69840bf128]»Ö¼¤±¤óÛ©¤¯¡¢¡Ö¥Ù¥¿¤Ê¥Í¥¿¤Ï¤ä¤êÊý¤Ë¤è¤Ã¤Æ¤ÏºÇÄã¤Ë¥Ø¥¿¤À¤±¤É¡¢¹ª¤¯¤ä¤ì¤ÐºÇ¹â¤Ë¥Ï¥Þ¤ë¡×¤È±¾¤¦¤Î¤òʹ¤¤¤Æ¡¢Rap¤Ë¤âÅö¤Æ¤Ï¤Þ¤ë¤Ê¤¡¤Ã¤Æ»×¤Ã¤Æ¤Þ¤¹¡£ [/quote:69840bf128]\r\n\r\n¤½¤ÎÄ̤ê¤Ç¤¹¤Í¡£¤ä¤êÊý¤¬Âç»ö¤Ç¤¹¤è¤Í¡ª»Ö¼¤±¤ó°ìÇɤǤÏÀΤ«¤é¥À¥Á¥ç¥¦¤Î¥Õ¥¡¥ó¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (197,'0b9c4b9f02','Screw Tape¤ÎFreestyle','goku¤µ¤óº£Ç¯¤â¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n¤¤¤­¤Ê¤ê¤Ç¤¹¤¬¡¢Í¦µ¤¤ò½Ð¤·¤Æ¼ÁÌ䤷¤Þ¤¹¡£\r\n\r\nTexas¤Î½ê°âFreestyle¥â¥Î¤Ã¤Æ¤É¤¦¤¤¤¦¹©Äø¤Çºî¤é¤ì¤Æ¤¤¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©\r\nÉáÄ̤ËMix¤·¤Æ¤«¤é¸ºÂ®¤¹¤ë¤ó¤Ç¤¹¤«¡©\r\n¥³¥ó¥Ô¥å¡¼¥¿¡¼¤ò¶î»È¤·¤Æ¤ë¤Ò¤È¤Ê¤é¤É¤¦¤Ë¤Ç¤â¤Ê¤ê¤½¤¦¤Ê¤ó¤Ç¤¹¤¬¡¢\r\nDJ Screw¤Ï¤É¤Î¤è¤¦¤Ëºî¤Ã¤Æ¤¤¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nÁ°¤«¤éµ¤¤Ë¤Ê¤Ã¤Æ¤¤¤¿¤±¤ÉÃѤº¤«¤·¤¯¤Æʹ¤±¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹ ::oops: \r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (198,'285589a3ff','ήÀÐg-stringz¤µ¤ó¡£','[quote:285589a3ff=\"g-stringz\"]¤â¤Á¤í¤ó¼ÂÎϤòǧ¤á¤¿¾å¤Ç¡¢¥³¥é¥Ü¤Ã¤Æ¤ë¤ó¤À¤È¤Ï»×¤¤¤Þ¤¹¡ª\r\n¤¿¤À¡¢¥¢¥ë¥Ð¥à¤Ë¿¿ô¤Î¥²¥¹¥È¤ò¾·¤¯¤Î¤¬Åö¤¿¤êÁ°¤Î»þÂå¡¢¥²¥¹¥È¿ÍÁª¤ÏÀïά¤À¤È»×¤¦¤ó¤Ç¤¹¡£\r\nBlack¡¢Latin¤È¤«´Ø·¸¤Ê¤¯¡¢ÀΤËÈæ¤Ù¤Æ¥¢¡¼¥Æ¥£¥¹¥È´Ö¤Î¥Í¥Ã¥È¥ï¡¼¥­¥ó¥°¤¬À¹¤ó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¤è¤Í¡£\r\n¤¢¤È¾¤Ë¹Í¤¨¤¿¤Î¤Ï¡¢ÆîCali¤Î¥Á¥«¥Î¥é¥Ã¥×¤Ï90ǯÂå¸åȾ¤«¤é\r\n¥¢¥ó¥À¡¼¥°¥é¥ó¥É²½¤¹¤ë¤È¤È¤â¤Ë¡¢Sureno Gang¿§¤¬¤É¤ó¤É¤ó¶¯¤¯¤Ê¤Ã¤Æ¤­¤Æ¤ë¤è¤¦¤Êµ¤¤¬¤¹¤ë¤Î¤Ç\r\n¥Ö¥é¥Ã¥¯¥é¥Ã¥Ñ¡¼¤ò¥Õ¥£¡¼¥Á¥ã¡¼¤·¤Æ¡¢¤½¤³¤«¤é¤ÎæµÑ¤È¤«¡Ä¹Í¤¨¤¹¤®¤Ç¤·¤ç¤¦¤«¡©[/quote:285589a3ff]\r\nËèÅÙ´ÞÃߤΤ¢¤ë¤ªÅú¤¨Thanx¤Ç¤¹¡£\r\n¤½¤¦¤Ç¤¹¤è¤Í¡¢Ç§¤á¤Æ¤Ê¤±¤ì¤Ð¥³¥é¥Ü¤ó¤Ê¤¤¤Ç¤¹¤è¤Í¡£¤â¤·¤¯¤Ï¡¢Gangsta¤é¤·¤¤¤È±¾¤¦¤Î¤«²¿¤Ê¤Î¤«²ò¤ê¤Þ¤»¤ó¤¬¡¢¾¦Çä¤Ë´Ø¤·¤Æ¤Ïclever¤Ç¤·¤ç¤¦¤«¤é¤Í¡£\r\nÆäËDaz¡¡Dili¤Ï¡£\r\nBlack¤ÈLatin¤ä¡¢¿Í¼ï´Ö¤Î¥³¥é¥Ü¤Ë¤Ï¡¢¸ß¤¤¤Î·É°Õ¤ä»à¤ó¤ÀÂçÅýÎÎã¤ÎÆ÷¤¤¤¬¤·¤Æ¤ë¤Î¥«¥âÃΤì¤Ê¤¤¤Ç¤¹¤Í¡£¡¡\r\nÅö¤¿¤êÁ°¤Ç¤¹¤¬¡¢¤ä¤Ï¤êBlack gangsta rap¤¢¤ê¤­¤Ç¤ÎChicano gangsta rap¤Ê¤ó¤Ç¤¹¤Í :idea: \r\n³§¤µ¤ó¤Î¤©±¢¤Ç¼«Ê¬¤Ê¤ê¤ÎÅú¤¨¤¬½Ð¤»¤¿µ¤¤¬¤·¤Þ¤·¤¿¡£¤³¤¦¤·¤Æʸ²½¤Î»ö¤È¤«²»°Ê³°¤ò¿§¡¹µÄÏÀ¤¹¤ë¤Î³Ú¤·¤¤¤Ç¤¹¤Í¡ª\r\n\r\n[quote:285589a3ff]»Ö¼¤±¤ó°ìÇɤǤÏÀΤ«¤é¥À¥Á¥ç¥¦¤Î¥Õ¥¡¥ó¤Ç¤¹ :oops: [/quote:285589a3ff]¥À¥Á¥ç¥¦¤Î¡Ö²¶¤¬!¤¤¤ä²¶¤¬!¤Ê¤é²¶¤â¡¢¤¸¤ã¤¢¤É¤¦¤¾¡×¤Ï¤¤¤Ä¸«¤Æ¤âÌÌÇò¤¤¤·¡¢¤¿¤Þ¤Ë¥Ä¥ì¤È¥Þ¥Í¤·¤Æ¤Þ¤¹ (¾Ð \r\n¼«Ê¬¤Ï¤â¤Ã¤Ñ¤é¥À¥¦¥ó ¥¿¥¦¥óÅޤǤ¹ :) \r\nÉðÆ»´Û¹Ô¤­¤¿¤«¤Ã¤¿¡Ä¡£\r\n\r\n¤À¤¤¤ÖÏ交ì¤Þ¤¹¤¬¡¢¼«Ê¬¤ÏShow Business¤À¤«¤é¤È±¾¤¦Íýͳ°Ê³°¤Ë¡¢¤ª¾Ð¤¤³¦¤ÈRAP³¦¤Ë¤Ï¶¦ÄÌÅÀ¤¬Â¿¤¤¤È»×¤¦¤ó¤Ç¤¹¡£ÃÏ°èÀ­(À¾¤ÈÅì¡£º£¤ÏÅì´ó¤ê)¡¢\r\n»ÕÄï¤äÇÉȶ¤Î´Ø·¸¡¢Producer¤È¹½À®ºî²È(±é½Ð¤â±é¼Ô¤â½ÐÍè¤ë»Ö¼¤±¤ó¤Ï¤©¾Ð¤¤³¦¤ÎDr.Dre¡¢¥É¥ê¥Õ¤ÏNWA :oops: )¡¢Production¤È½ê°²ñ¼Ò¤Î½ÅÍ×À­¡¢\r\n¶Ê¤È¥Í¥¿(¥³¥ó¥ÈÌ¡ºÍ)¡¢Free talk¤ÈFree style¡¢´ÇÈÄÈÖÁȤÈAlbum¡¢¶¦±é¤¬À¸¤à¤ª¤â¤·¤í¤µ¡¢¸µ¥Í¥¿¤Î̵ͭ(°å¼Ô¥³¥ó¥È¤È¤«Zapp¤È¤«)¡¢\r\n¤É¤Á¤é¤âŪ³Î¤Ê»ö¤ò¸À¤¨¤Ð¥¦¥±¥ë¤·¡¢Çä¤ì¤¿¤éÇÐÍ¥¤ä¤Ã¤¿¤ê¡¢´Ö¤ä¸ÀÍÕ¤ò»È¤Ã¤Æ²Ô¤¤¤Ç¤ë¤·Çä¤ì¤¿¤é¤¤¤¤¼Ö¾è¤ë¤·¡¢¡¢¡¢¤ß¤¿¤¤¤Ê¡£\r\nµ¤ÉÕ¤¤¤¿»þ¡Ö¤¢¡«¡Á!!¡×¤Ã¤Æ»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢Ç¡²¿¤Ç¤·¤ç¤¦¡£¡£¡£\r\n¤ª¾Ð¤¤¤â·ë¹½¹¥¤­¤Ã¤Æ¿Í¤¤¤Þ¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (199,'726aa4181c','Playa Hamm - Layin\' Hands','º£¹¹¤Ç¤¹¤¬¡¢¥¯¥ì¥¸¥Ã¥È¤È¶Ê¿ô°ã¤¤¤Þ¤¹¤è¤Í¡©\r\n¤¿¤Ö¤óÂê̾¤Î¥¯¥»¤Ë£±¶ÊÌܤ¬Ìµ¤¤¤Î¥«¥Ê¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢¤Þ¤µ¤«¼«Ê¬¤Î¤À¤±¡©¡©\r\nÃΤäƤëÊý¶µ¤¨¤Æ²¼¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (200,'ff32349e0e','Re: Playa Hamm - Layin\' Hands','[quote:ff32349e0e=\"EsE DrEaMeR\"]º£¹¹¤Ç¤¹¤¬¡¢¥¯¥ì¥¸¥Ã¥È¤È¶Ê¿ô°ã¤¤¤Þ¤¹¤è¤Í¡©\r\n¤¿¤Ö¤óÂê̾¤Î¥¯¥»¤Ë£±¶ÊÌܤ¬Ìµ¤¤¤Î¥«¥Ê¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢¤Þ¤µ¤«¼«Ê¬¤Î¤À¤±¡©¡©\r\nÃΤäƤëÊý¶µ¤¨¤Æ²¼¤µ¤¤¡£[/quote:ff32349e0e]\r\n\r\n°Â¿´¤·¤Æ¤¯¤À¤µ¤¤! \\:D/ \r\n»ä¤Î¤â³Î¤«¤½¤¦¤Ê¤Ã¤Æ¤Þ¤·¤¿¤è¡£\r\nº£¡¢¼ê¸µ¤Ë¤Ê¤¤¤Î¤Ç¤Ï¤Ã¤­¤ê¤·¤¿¤³¤È¤Ï³Îǧ¤Ç¤­¤Þ¤»¤ó¤¬¡¢\r\n¤É¤Ã¤«¤Î·Ç¼¨ÈĤÇÏÃÂê¤Ë¤Ê¤Ã¤Æ¤ë¤Î¤â¸«¤Þ¤·¤¿¤·¡£\r\n :book:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (201,'d1f43c378d','','¤Ê¤ë¤Û¤É¡Á¡ª¶¦ÄÌÅÀ¿¤¤¤Ç¤¹¤Í¡ªÇ¼ÆÀ¤Ç¤¹ :thumbleft: \r\n\r\n¤È¤¹¤ë¤ÈDT¤¬DOGG POUND¡©¡Ê°ã¤¤¤Þ¤¹¤«¡Ä\r\n¤Ç¥À¥Á¥ç¥¦¡ÊÆîÉô¤µ¤ó¤¬¤¤¤¿º¢¡Ë¤¬I.C.P. ¤È¤«¡Ê¾Ð¡Ë:wolverinex: \r\n\r\n¤Á¤ç¤Ã¤ÈÁ°¤Ëͧ㤫¤é¼Ú¤ê¤Æ¤ä¤Ã¤È¤´¤Ã¤Ä¤ÎDVD´Ñ¤¿¤ó¤Ç¤¹¤¬¡¢\r\n¤¢¤Îº¢¤ÏÎɤ«¤Ã¤¿¤Ê¡Á¤Ê¤ó¤Æ¤Á¤ç¤Ã¤È»×¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤½¤ì¤â¤Þ¤¿¶¦ÄÌÅÀ¤«¤â :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (202,'d90d2a8e77','screwed mix','¤³¤Á¤é¤³¤½º£Ç¯¤â¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n¼«Ê¬¤â¾¯¤·µ¿Ì䤬¤¢¤ê¤Þ¤¹¡£¡£¡£ :( \r\nÉáÄ̤Υե꡼¥¹¥¿¥¤¥ë¤â¤Î¤ÏÉáÄ̤˥ª¥±¤Î¾å¤Ë¥é¥Ã¥×¤·¤ÆÏ¿²»¤·¤¿¸å¸ºÂ®¤·¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡£\r\n\r\n¤Ç¤âscrew»á¤Ï¥¿¡¼¥ó¥Æ¡¼¥Ö¥ë¤Ç¥ª¥±¤òή¤·¤ÆLIL KEKE¤ä¤éLIL FLIP¤ä¤é¤¬¤½¤Î¾å¤Ç¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤Æ¡¢¤¸¤ã¤¢¤½¤ÎÏ¿¤Ã¤¿¤â¤Î¤òSCREW ¥ß¥Ã¥¯¥¹¤ÎTAPE¤Ë¤¹¤ë¤È¤Ê¤ë¤È¡¢¥ß¥Ã¥¯¥¹¤Î¤¿¤á¤Ë»È¤ï¤ì¤ë¤½¤ÎÏ¿¤Ã¤¿¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤Ï¤â¤Á¤í¤óÁ´Éô¥ì¥³¡¼¥É¤¸¤ã¤Ê¤¤¤ï¤±¤Ç¡¢ÂçÉôʬ¤Ïcd¤«¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤«²¿¤«¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¡£¤È¤Ê¤ë¤È¤Ê¤Ë¤Çscrew&chop¤ä¤Ã¤Æ¤ë¤ó¤À¡©¤È¤¤¤¦ÏäˤϤʤê¤Þ¤¹¤Í¡ª\r\ncdj¤ätractor¤È¤«»È¤Ã¤Æ¤Ê¤µ¤½¤¦¤Ç¤¹¤·¡£\r\n¤è¤¯screw¤Î¼Ì¿¿¤Ç¥¿¡¼¥ó¥Æ¡¼¥Ö¥ë¤Þ¤ï¤·¤Æ¤ë¼Ì¿¿¤¢¤ê¤Þ¤¹¤±¤É¡¢Ï¿¤Ã¤¿¤â¤Î¤¬Á´Éô12¥¤¥ó¥Á¤Ë¤Ê¤é¤Ê¤¤¸Â¤ê¡¢Á´Éô¥¿¡¼¥ó¥Æ¡¼¥Ö¥ë¤Ç¥ß¥Ã¥¯¥¹¤¹¤ë¤Î¤Ï̵Íý¤Ç¤¹¤è¤Í¡£\r\n\r\n¿·Ç¯Á᡹Åú¤¨¤ËÅú¤¨¤Ë¥Ä¥Þ¥ê¥Þ¥·¥¿¡£\r\n¤¹¤ß¤Þ¤»¤ó¡£\r\n狼½õ¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n :angel: DJ¡¡screw'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (203,'752069f24e','','1¶ÊÌÜÆþ¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤Í¡£BRIAN G.¤Î¶Ê¤Ê¤Î¤Ç¡¢¤½¤ó¤Ê¤ËÀˤ·¤¯¤Ï¤Ê¤¤¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (204,'c2a8744baa','','¤Ç¤¹¤è¤Í¡¢¤è¤«¤Ã¤¿¤¡¡Á :) \r\n3¶ÊÌܤÀ¤¤¤¹¤­¤Ç¤¹¡£\r\n\r\n \\:D/Ãæµï¡Ä'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (205,'7c02528147','¾¾Dilinger n\' Éͤä¤ógotti','[quote:7c02528147=\"g-stringz\"]¤Á¤ç¤Ã¤ÈÁ°¤Ëͧ㤫¤é¼Ú¤ê¤Æ¤ä¤Ã¤È¤´¤Ã¤Ä¤ÎDVD´Ñ¤¿¤ó¤Ç¤¹¤¬¡¢\r\n¤¢¤Îº¢¤ÏÎɤ«¤Ã¤¿¤Ê¡Á¤Ê¤ó¤Æ¤Á¤ç¤Ã¤È»×¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤½¤ì¤â¤Þ¤¿¶¦ÄÌÅÀ¤«¤â :?:[/quote:7c02528147]¤Ç¤¹¤Í :idea: \r\nDethrow´ü¤Î£Ä£Ð£Ç£Ã¤Ã¤Æ´¶¤¸¤Ç¤¹¤«¤Í :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (206,'6e5deae567','That\'s Funksta!','¹«¤Ç¤ÏBay¤ÎÂç¹õÃìG-man stan¤Îɾ²Á¤¬¹â¤¤¤Ç¤¹¤è¤Í¡£\r\nÈà¤Ï¼«Ê¬¤â¹¥¤­¤ÊMusician¤Ê¤ó¤Ç¤¹¤¬¡¢Robert \"Funksta\" Bacon¡ÊJr.¤ÏƱ°ì¿Íʪor©»Ò??¡Ë¤â¹¥¤­¤ÊGuiterlist¤Ê¤ó¤Ç¤¹¡£\r\nÈà¤ÏProduce¤ò¤·¤Ê¤¤¤«¤é¤¢¤Þ¤êɾ²Á¼ª¤Ë¤·¤Ê¤¤¤ó¤À¤í¤¦¤È¿ä»¡¤·¤Æ¤Þ¤¹¡£\r\n¼«Ê¬¤ÎÃΤäƤëÈà¤Î»²²Ã¤·¤Æ¤ë¥¢¥ë¥Ð¥à¤Ï¡¢\r\nLil HD¤Î1st, Playa Hamm,¡Ê¤¢¤È¥Þ¥é¥¤¥¢¥­¥ã¥ê¡¼¤Î¥¢¥ë¥Ð¥à¤Ë¤â»²²Ã¤·¤Æ¤ë¤é¤·¤¤¤ó¤Ç¤¹¤¬¾ÜºÙ¤ÏÇ¡²¿¤Ë¡Ë\r\n¤°¤é¤¤¤Ê¤ó¤Ç¤¹¤¬¡¢Â¾¤Ë¤â¸æ¸ÃΤǤ·¤¿¤éÀ§È󶵤¨¤Æ¤¯¤À¤µ¤¤ :) :signhelp: \r\n\r\n¤½¤ì¤ÈʤӤˡ¢BattleCat Produce¤Î°ìÈÖ¹¥¤­¤Ê¶Ê¤â¶µ¤¨¤Æ²¼¤µ¤¤¡£\r\n¼«Ê¬¤ÏPlaya Hamm¤ÎWit\' My Truz¤Ç¤¹¡£\r\nTalk box¤¢¤ê¡¢½÷À­Vo.¤â¤¢¤ê¡¢¸µ¥Í¥¿¤âºÇ¹â¤Ç¤¹ :deathlyobsessed:\r\n¤¢¤ì¤ÏIsley Bros¤ÎFor The Love Of You¥Í¥¿¤Ç¤·¤¿¤Ã¤±¡©\r\n¤¢¤Î¥Í¥¿»È¤¤¤ÎÃæ¤Ç¤ÏºÇ¹â¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¤Í¤§¡©\r\n\r\n\r\nps: :signlol: ¤Ã¤Æ¤É¤¦¤¤¤¦°ÕÌ£¤Ç¤¹¤«¡©Î¬¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (207,'e96c9879d8','Ä°¤¤¤Æ¤ß¤Æ¤¯¤À¤µ¤¤!!',':angel: [b:e96c9879d8]¥Ñ¥½¥³¥ó¤«¤é̵ÎÁ¤ÇËè½µºÇ¿·MIX PLAY¤òÄ°¤±¤ë¥µ¥¤¥È¤ò¥ª¡¼¥×¥ó¤·¤Þ¤·¤¿!!\r\nÀ§Èó1ÅÙÄ°¤¤¤Æ¤ß¤Æ¤¯¤À¤µ¤¤!\r\nÂè1²ó¤ÏWEST SIDE CONNECTIONÆý¸¤Ç¤¹!!¡£\r\nµ®½Å¤Ê¥¹¥Ú¡¼¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£\r\n\r\n[url]http://www.djao.jp[/url][/b:e96c9879d8]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (208,'140e666da3','½é¤á¤Æ¥«¥­¥³¤·¤Þ¡Á¤¹¡£','¤Ï¤¸¤á¤Þ¤·¤Æ¤Ç¤¹¡£10ǯ¤°¤é¤¤¤ËG¥é¥Ã¥×¤¤¤í¤¤¤íÄ°¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬²¿¤«ºÇ¶áËôÄ°¤­¤¿¤¯¤Ê¤êÀèÆüCDÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£Åö»þ¤Ï¥É¥ì¤È¤«2PAC¤È¤«SNOOP¤òÃæ¿´¤ËÄ°¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬µ×¤·¤Ö¤ê¤ËSNOOPÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£THE VERY BEST OF¤È¤¤¤¦CD¤Ç¤¹¡£\r\nHollandÈפÇSTREET DANCE¤È¤«¤¤¤¦¥ì¡¼¥Ù¥ë¤Î¤â¤Î¡¢¤³¤ì¤Ã¤Æ³¤Â±Èס©\r\n¤Ê¤«¤Ê¤«³Ú¤·¤á¤ëÆâÍƤǤ·¤¿¡¦¡¦ºÇ¸å¤Î2¶Ê¤ÏǼÆÀ¤¤¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¦¡¦\r\n¤É¤³¤¬SNOOP¤Ê¤ó¤«Ê¬¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n°ÊÁ°»ý¤Ã¤Æ¤¤¤¿G¥é¥Ã¥×¤â¤Î¤ÏÁ´Éô½èʬ¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Ç²ù¤·¤¤¤Ç¤¹¤¬½ù¡¹¤Ë½¸¤á¤Æ¤¤¤¯¤Ä¤â¤ê¤Ç¤¹¡£¤½¤ì¤«¤é2PAC¤âBEST¤â¤Î¹ØÆþ¤·¤è¤¦¤È»×¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬²¿¤¬¤¤¤¤¤Ç¤¹¤«¡©¤¤¤í¤¤¤í½Ð¤Æ¤ë¤ß¤¿¤¤¤Ê¤ó¤Ç¡¦¡¦ :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (209,'194efa4f1d','²óÅú¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹','¤½¤¦¤Ê¤ó¤Ç¤¹¤è¤Í\r\nÆ椬¿¼¤Þ¤ê¤Þ¤¹ :? \r\n\r\n¤ï¤«¤ëÊý¤¤¤é¤Ã¤·¤ã¤¤¤Þ¤·¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹ :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (210,'95d659d9b2','Rob Bacon','QUIK¤Î¥Õ¥¡¥ó¤Î´Ö¤Ç¤Ï·ë¹½¤ªÆëÀ÷¤ß¡õɾ²Á¤òÆÀ¤Æ¤¤¤ë¤È»×¤ï¤ì¤Þ¤¹¡£\r\n¥Þ¥é¥¤¥¢¤ÎÏäÏÁ´Á³¤·¤ê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢\r\nQUIK¤È¤½¤ÎÃç´Ö¤ÎºîÉʤˤÏÂçÂλ²²Ã¤·¤Æ¤¤¤¿¤Ï¤º¤Ê¤Î¤Ç¡¢¥¯¥ì¥¸¥Ã¥È¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\nBATTLECAT¤Î1ÈÖ¹¥¤­¤Ê¶Ê¤ÏÆñ¤·¤¤¤Ç¤¹¤Í\r\nǺ¤à¤Î¤Ç¥Ù¥¿¤ËKURUPT-We Can Freak It¤Ë¤·¤Þ¤¹ :) \r\n\r\n¤½¤ì¤È¡¢BATTLECAT¡ÊQUIK¤ÈBOSKO¤â¡Ë\r\nTalk Box¤È¤¤¤¦¤è¤êKORG¤Î¥ô¥©¥³¡¼¥À¡¼¤ò»È¤Ã¤Æ¤¤¤ë\r\n¤ß¤¿¤¤¤Ê¤ó¤Ç¤¹¤±¤É¡¢¿¿¼Â¤Ï¤É¤¦¤Ê¤Î¤«\r\n¤½¤ÎÊվܤ·¤¯ÃΤäƤëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nlol=laughing out loud¤Ç\r\n¤Á¤Ê¤ß¤Ëlmao=laughing my ass off¤Ç¤¹¡£\r\n´Ö°ã¤Ã¤Æ¤¿¤éÄûÀµ¤ª´ê¤¤¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (211,'2ec9dcea18','¤¹¤ß¤Þ¤»¤ó','¾å¤ÎËͤǤ¹¡£\r\n¤Ê¤¼¤«¥í¥°¥¢¥¦¥È¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (212,'f4afa9737a','ËèÅÙ','thx :!: ¡¡Mr.g-stringz\r\nʸÌ̤Çg-stringz¤µ¤ó¤Ã¤Æ²ò¤ê¤Þ¤¹¤ç :) \r\n¤½¤¦¤¤¤¨¤ÐQuik´Ø·¸¤Ç¥¯¥ì¥¸¥Ã¥ÈºÜ¤Ã¤Æ¤¿µ¤¤¬ :idea: ¡¡¸«¤Æ¤ß¤Þ¤¹!\r\n\r\nBATTLECATÂô»³¤¢¤ê¤Þ¤¹¤«¤é¤Í¡£\r\n\r\n¤È¤³¤í¤Ç¡¢¥ô¥©¥³¡¼¥À¡¼¤ÈTalk Box¤Î°ã¤¤¤Ã¤Æ¤Ê¤ó¤Ê¤ó¤Ç¤¹¤«¡©\r\n±éÁÕ¤·¤Æ½Ð¤¿¥·¥ó¥»¤Î²»¤òŽ¤¥Á¥å¡¼¥Ö¤òÄ̤·¤Æ¸ý¤«¤é¥Þ¥¤¥¯¡¢¤¬TB¤Ç¤¹¤è¤Í¡£\r\n¥ô¥©¥³¡¼¥À¡¼¤ÏÀ¼¤òµ¡³£¤ÎÃæ¤ÇÊÑ´¹¤·¤Æ±éÁÕ¡¢¤Ç¤¹¤«???\r\n\r\n¤É¤ó¤Êµ¡ºà»È¤Ã¤Æ¤ë¤«¤Ï¼«Ê¬¤â¶½Ì£¤¢¤ê¤Þ¤¹¡£¸æ¸ÃΤÎÊý¡¢À§Èó¡ª\r\n\r\n\r\n\r\nps:lmao¤âÃΤꤿ¤«¤Ã¤¿¤ó¤Ç¤¹!¡¡Î¾Êý¤È¤â(¾Ð)¤ß¤¿¤¤¤Ê¥â¥ó¤Ç¤¹¤«¤Í¡©\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (213,'8c62b9279d','½é¤á¤Þ¤·¤Æ','¤½¤ÎSNOOP¤Î¥ä¥Ä¤Ã¤ÆÀ֤ȹõ¤ò´ðÄ´¤È¤·¤¿¥¸¥ã¥±¥Ã¥È¤Ç¤¹¤«¤Í¡©\r\n¤¿¤Ö¤ó³¤Â±ÈפÀ¤È»×¤¤¤Þ¤¹¡£\r\n\r\n2pac¤Ê¤é2ËçÁȤÎGreatest Hits¤¬¤ªÁ¦¤á¤Ç¤¹¡£Ãæ¸Å²°¤Ç¤¿¤Þ¤Ë¸«¤«¤±¤¿¤ê¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (214,'f97c4dc132','Re: Äɲäǡ¢¡¢¡¢','[quote:f97c4dc132=\"EsE DrEaMeR\"]Ty¤µ¤ó¤ÎÈĤǤɤʤ¿¤«¤¬µó¤²¤Æ¤ë¤Î¤ò¸«¤Æ¡¢¤½¤¦¤¤¤¨¤Ð¤È»×¤¤¼«Ê¬¤â\r\nA Tribute To 2pac - Chapter 2 \"Thug-avelli\"\r\n¥Ù¥¹¥È¤ËÄɲä·¤Þ¤¹ :) \r\n[/quote:f97c4dc132]\r\n\r\n¤ª¡¼\r\n¤½¤ó¤Ê¤ª»®¤¬½Ð¤Æ¤Þ¤·¤¿¤«¡£\r\n¼Â¤Ï1st¤â»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤è¤Í :cry: \r\n¤½¤ÎÅö»þ¤Ï»ä¤¬¤«¤Ê¤ê¤Î¶â·ç¤À¤Ã¤¿»þÂå¤À¤Ã¤¿¤Î¤«¤Ê¡¦¡¦¡¦\r\n\r\n2ndõ¤·¤Æ¤ß¤Þ¤¹¤Í¢ö\r\n\r\n¤¢¡¢2003ǯ¤â¤Î¤Ã¤Æ¤³¤È¤ÇODM¤Îshut Yo!¡Ê¼ÒĹ!¤Ë¤­¤³¤¨¤ë¡Ë¤òÄɲä·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (215,'be3207704f','Re: ËèÅÙ','[quote:be3207704f=\"EsE DrEaMeR\"]BATTLECATÂô»³¤¢¤ê¤Þ¤¹¤«¤é¤Í¡£\r\n\r\n¤È¤³¤í¤Ç¡¢¥ô¥©¥³¡¼¥À¡¼¤ÈTalk Box¤Î°ã¤¤¤Ã¤Æ¤Ê¤ó¤Ê¤ó¤Ç¤¹¤«¡©\r\n±éÁÕ¤·¤Æ½Ð¤¿¥·¥ó¥»¤Î²»¤òŽ¤¥Á¥å¡¼¥Ö¤òÄ̤·¤Æ¸ý¤«¤é¥Þ¥¤¥¯¡¢¤¬TB¤Ç¤¹¤è¤Í¡£\r\n¥ô¥©¥³¡¼¥À¡¼¤ÏÀ¼¤òµ¡³£¤ÎÃæ¤ÇÊÑ´¹¤·¤Æ±éÁÕ¡¢¤Ç¤¹¤«???\r\n\r\n¤É¤ó¤Êµ¡ºà»È¤Ã¤Æ¤ë¤«¤Ï¼«Ê¬¤â¶½Ì£¤¢¤ê¤Þ¤¹¡£¸æ¸ÃΤÎÊý¡¢À§Èó¡ª\r\n[/quote:be3207704f]\r\n\r\nBATTLECAT¤È¤¤¤¨¤Ðµîǯ¼ê¤ËÆþ¤ì¤¿¤ªÂ¢Æþ¤ê¥×¥í¥â¥¢¥ë¥Ð¥àÁ´¶ÊºÇ¹â¤Ç¤·¤¿ :thumbleft: \r\nºÆȯ¤È¤¤¤¦¤«Àµµ¬¥ê¥ê¡¼¥¹¤ò˾¤ß¤Þ¤¹¡£\r\n\r\nTalkBox¤Ï¥Á¥å¡¼¥Ö¤Ç¡¢¥ô¥©¥³¡¼¥À¤Ï¥Þ¥¤¥¯¤òÄ̤·¤ÆÀ¼¤òÊÑ´¹¤µ¤»¤ë¤ó¤¸¤ã¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n°ã¤Ã¤¿¤é¤´¤á¤ó¤Ê¤µ¤¤¡£\r\nTalkBoxÍߤ·¤¤¤Ç¤¹¤Í¡¼'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (216,'49f097608c','Re: Äɲäǡ¢¡¢¡¢','[quote:49f097608c=\"G-HOUSE03\"]ODM¤Îshut Yo!¡Ê¼ÒĹ!¤Ë¤­¤³¤¨¤ë¡Ë¤òÄɲä·¤Þ¤¹¡£[/quote:49f097608c]\r\n³°¿Í¥Û¥¹¥Æ¥¹¤ÎµÒ°ú¤­¤ß¤¿¤¤¤Ê´¶¤¸¤Ç¤¹¤è¤Í :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (217,'b0c7da3134','PARIS¤Î¥²¥ê¥é','PARIS¤Î¥µ¥¤¥È¤ò¸«¤Æ¤¿¤ó¤Ç¤¹¤¬ÆüËܸìÈǤ¬¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£¤½¤³¤Ç¤ÏCDÇ㤨¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢HMV¤È¤«¥¢¥Þ¥¾¥ó¤È¤«¥¿¥ï¡¼¥ì¥³¤ÇÇä¤Ã¤Æ¤ëPARIS¤ÎºÆȯÈǤäƥۡ¼¥à¥Ú¡¼¥¸¤ËºÜ¤Ã¤Æ¤¿¥Ç¥é¥Ã¥¯¥¹ÈǤʤó¤Ç¤¹¤«¤Í¡©Á°¤Î¥¸¥ã¥±¥Ã¥È¤è¤ê¿ôÃʤ褫¤Ã¤¿¤Ç¤¹¡£ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (218,'4096acfcb5','¤ä¤Ï¤ê¡¦¡¦','³¤Â±¤Ç¤·¤¿¤«¡¦¡¦¤³¤Î¥ì¡¼¥Ù¥ë¡¢CD¤Ë¥«¥¿¥í¥°¤¬Æþ¤Ã¤Æ¤Þ¤·¤¿¤¬\r\n¤¤¤í¤¤¤í½Ð¤·¤Æ¤¤¤ÆDre¡¢Eminem¡¢Ice-T¡¢2Live Crew¡¢NWA¤Ê¤É½Ð¤·¤Æ¤Þ¤¹\r\n2Pac¤Ï¤ä¤Ï¤ê¤´¾Ò²ð¤¤¤¿¤À¤¤¤¿BEST¤¬Áª¶ÊŪ¤Ë¤¤¤¤¤Î¤Ç¹ØÆþ¤·¤è¤¦¤È»×¤Ã¤Æ¤Þ¤¹\r\n\r\n¤·¤«¤·¤³¤ÎBBS¸«¤Æ¤ë¤È³§¤µ¤ó¤¤¤í¤¤¤í¾Ü¤·¤¤Êý¤Ð¤«¤ê¤Ê¤Î¤ÇÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹ \r\nÁ´Á³Ê¬¤«¤é¤Ê¤¤G¥é¥Ã¥Ñ¡¼¤Ð¤«¤ê¡¦¡¦\r\n¤Þ¤¿¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Þ¤»¡Á :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (219,'243ce14612','Re: ήÀÐg-stringz¤µ¤ó¡£','[quote:243ce14612=\"EsE DrEaMeR\"][¤À¤¤¤ÖÏ交ì¤Þ¤¹¤¬¡¢¼«Ê¬¤ÏShow Business¤À¤«¤é¤È±¾¤¦Íýͳ°Ê³°¤Ë¡¢¤ª¾Ð¤¤³¦¤ÈRAP³¦¤Ë¤Ï¶¦ÄÌÅÀ¤¬Â¿¤¤¤È»×¤¦¤ó¤Ç¤¹¡£ÃÏ°èÀ­(À¾¤ÈÅì¡£º£¤ÏÅì´ó¤ê)¡¢\r\n»ÕÄï¤äÇÉȶ¤Î´Ø·¸¡¢Producer¤È¹½À®ºî²È(±é½Ð¤â±é¼Ô¤â½ÐÍè¤ë»Ö¼¤±¤ó¤Ï¤©¾Ð¤¤³¦¤ÎDr.Dre¡¢¥É¥ê¥Õ¤ÏNWA :oops: )¡¢Production¤È½ê°²ñ¼Ò¤Î½ÅÍ×À­¡¢\r\n¶Ê¤È¥Í¥¿(¥³¥ó¥ÈÌ¡ºÍ)¡¢Free talk¤ÈFree style¡¢´ÇÈÄÈÖÁȤÈAlbum¡¢¶¦±é¤¬À¸¤à¤ª¤â¤·¤í¤µ¡¢¸µ¥Í¥¿¤Î̵ͭ(°å¼Ô¥³¥ó¥È¤È¤«Zapp¤È¤«)¡¢\r\n¤É¤Á¤é¤âŪ³Î¤Ê»ö¤ò¸À¤¨¤Ð¥¦¥±¥ë¤·¡¢Çä¤ì¤¿¤éÇÐÍ¥¤ä¤Ã¤¿¤ê¡¢´Ö¤ä¸ÀÍÕ¤ò»È¤Ã¤Æ²Ô¤¤¤Ç¤ë¤·Çä¤ì¤¿¤é¤¤¤¤¼Ö¾è¤ë¤·¡¢¡¢¡¢¤ß¤¿¤¤¤Ê¡£\r\nµ¤ÉÕ¤¤¤¿»þ¡Ö¤¢¡«¡Á!!¡×¤Ã¤Æ»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢Ç¡²¿¤Ç¤·¤ç¤¦¡£¡£¡£\r\n¤ª¾Ð¤¤¤â·ë¹½¹¥¤­¤Ã¤Æ¿Í¤¤¤Þ¤¹¤«¡©[/quote:243ce14612]\r\n\r\n :shock: ¤¹¤Ð¤é¤·¤¤!\r\n¸«»ö¤Ë¤Ï¤Þ¤Ã¤Æ¤Þ¤¹¤Í¡£\r\n¤¹¤´¤¤Æ¶»¡ÎϤǤ¹¡£\r\n ¤³¤³¤Þ¤Ç¤Ï¤Þ¤ë¤È´¶Æ°¤Ç¤¹¤Í¡£ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (220,'a7d93354d1','Re: ¤ä¤Ï¤ê¡¦¡¦','[quote:a7d93354d1=\"taka\"]³¤Â±¤Ç¤·¤¿¤«¡¦¡¦¤³¤Î¥ì¡¼¥Ù¥ë¡¢CD¤Ë¥«¥¿¥í¥°¤¬Æþ¤Ã¤Æ¤Þ¤·¤¿¤¬\r\n¤¤¤í¤¤¤í½Ð¤·¤Æ¤¤¤ÆDre¡¢Eminem¡¢Ice-T¡¢2Live Crew¡¢NWA¤Ê¤É½Ð¤·¤Æ¤Þ¤¹\r\n2Pac¤Ï¤ä¤Ï¤ê¤´¾Ò²ð¤¤¤¿¤À¤¤¤¿BEST¤¬Áª¶ÊŪ¤Ë¤¤¤¤¤Î¤Ç¹ØÆþ¤·¤è¤¦¤È»×¤Ã¤Æ¤Þ¤¹\r\n\r\n¤·¤«¤·¤³¤ÎBBS¸«¤Æ¤ë¤È³§¤µ¤ó¤¤¤í¤¤¤í¾Ü¤·¤¤Êý¤Ð¤«¤ê¤Ê¤Î¤ÇÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹ \r\nÁ´Á³Ê¬¤«¤é¤Ê¤¤G¥é¥Ã¥Ñ¡¼¤Ð¤«¤ê¡¦¡¦\r\n¤Þ¤¿¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Þ¤»¡Á :wink:[/quote:a7d93354d1]\r\n\r\ntaka¤µ¤ó»Ï¤á¤Þ¤·¤Æ¡£\r\n¤½¤Î¥ì¡¼¥Ù¥ë¤¢¤ä¤·¤¤¤Ç¤¹¡£\r\n¤Ç¤âXchangge¤òºÇ¶á½Ð¤·¤¿¤ê¤È¤Á¤ç¤Ã¤È¤Ë¤¯¤¤¤³¤È¤â¤ä¤Ã¤Æ¤¯¤ì¤Þ¤¹¡£\r\n\r\n»ä¤â¤ï¤«¤é¤Ê¤¤¤³¤È¤¬Â¿¤¤¤Ç¤¹¤¬¤ª¸ß¤¤¤Ë¤¤¤í¤¤¤í¤È¾ðÊó¸ò´¹¤·¤Æ¤­¤Þ¤·¤ç¤¦!\r\n¤Þ¤¿½ñ¤­¹þ¤ó¤Ç¤¯¤À¤µ¤¤¤Í¡£\r\n\r\n¤½¤ì¤È·ï̾¤ÏÆâÍƤ¬¤ï¤«¤ê¤ä¤¹¤¤¤â¤Î¤Ë¤·¤¿¤Û¤¦¤¬¤¤¤¤¤Ç¤¹¤è¢ö :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (221,'dd4c0b5416','','ROBERT BACON¤Ç¤¹¤¬¡¢¤½¤¦¤¤¤¨¤Ð¡Ä¤È»×¤Ã¤ÆSCC´Ø·¸¤Î¥Ö¥Ã¥¯¥ì¥Ã¥È¿ôË縫¤Æ¤ß¤¿¤é¡¢¥Ð¥Ã¥Á¥êÁ´Éô¤Ë»²²Ã¤·¤Æ¤Þ¤·¤¿¡£±Æ¤Î½ÅÍ׿Íʪ¤Ç¤¹¤Í 8) \r\n\r\n[quote:dd4c0b5416]¤È¤³¤í¤Ç¡¢¥ô¥©¥³¡¼¥À¡¼¤ÈTalk Box¤Î°ã¤¤¤Ã¤Æ¤Ê¤ó¤Ê¤ó¤Ç¤¹¤«¡© \r\n±éÁÕ¤·¤Æ½Ð¤¿¥·¥ó¥»¤Î²»¤òŽ¤¥Á¥å¡¼¥Ö¤òÄ̤·¤Æ¸ý¤«¤é¥Þ¥¤¥¯¡¢¤¬TB¤Ç¤¹¤è¤Í¡£ \r\n¥ô¥©¥³¡¼¥À¡¼¤ÏÀ¼¤òµ¡³£¤ÎÃæ¤ÇÊÑ´¹¤·¤Æ±éÁÕ¡¢¤Ç¤¹¤«??? [/quote:dd4c0b5416]\r\n\r\n¤À¤¤¤¿¤¤¤½¤ó¤Ê´¶¤¸¤À¤È»×¤¤¤Þ¤¹ :book: \r\n\r\nBATTLECAT¤¬¥Á¥å¡¼¥Ö¤ò¤¯¤ï¤¨¤Æ¤¤¤ë¼Ì¿¿¤ä±ÇÁü¤ò¤ß¤¿¤³¤È¤¬¤Ê¤¤¤è¤¦¤Êµ¤¤¬¤¹¤ë¤ó¤Ç¤¹¤è¤Í¡¦¡¦¡¦¡£\r\nFREDWRECK¤Ï¤¿¤·¤«¸«¤¿¤³¤È¤¢¤ê¤Þ¤¹¤¬¡£\r\n\r\nBATTLECAT¤¬¼ê¤¬¤±¤¿¹¥¤­¤Ê¶Ê¤ò¹Í¤¨¤Æ¤ß¤Þ¤·¤¿¡£\r\n-Gd Up/EASTSIDAZ\r\n-Knee Deep/DAZZIE DEE\r\n-Coolin in da Ghetto/I SMOOTH 7\r\n-In Traffic/KAM\r\n-Ballin/SNOOP\r\n¤Ê¤É¤Ê¤É\r\n\r\nPLAYA HAMM¤À¤Ã¤¿¤éWhat a Playa Does¤¬¹¥¤ß¤Ç¤¹¡£\r\nKOOL G RAP-Blowin Up In The World¤È¤«MONA LISA-Just Wanna Please You¤È¤«\r\n¤¢¤Î¥Í¥¿¤Î¤¢¤Ã¤Á¦¤Î¥á¥í¥Ç¥£¡¼¡Ê°ÕÌ£ÉÔÌÀ¡Ä¡Ë¤¬Âç¹¥¤­¤Ê¤Î¤Ç :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (222,'04c90c24e9','Thx, Big dawgz.','[quote:04c90c24e9=\"G-HOUSE03\"]BATTLECAT¤È¤¤¤¨¤Ðµîǯ¼ê¤ËÆþ¤ì¤¿¤ªÂ¢Æþ¤ê¥×¥í¥â¥¢¥ë¥Ð¥àÁ´¶ÊºÇ¹â¤Ç¤·¤¿ \r\nºÆȯ¤È¤¤¤¦¤«Àµµ¬¥ê¥ê¡¼¥¹¤ò˾¤ß¤Þ¤¹¡£ \r\n\r\nTalkBoxÍߤ·¤¤¤Ç¤¹¤Í¡¼[/quote:04c90c24e9]BattleCat¤Î¤½¤Î¥¢¥ë¥Ð¥à¤á¤Á¤ã¤á¤Á¤ãÁ¢¤Þ¤·¤¤¤Ç¤¹ :tongue9: ¤Ê¤¼¤ªÂ¢¤Ê¤ó¤Ç¤·¤ç¤¦¤Í???¤â¤Ã¤¿¤¤¤Ê¤¤¡£\r\nTalkBoxÍߤ·¤¤¤Ã¤¹¤Í¤§¡Á¡¢Í§¿Í¤ËTalkBox¤ÇÅÅÏ䷤Ƥߤ¿¤¤¤Ç¤¹¡£¤È¤ê¤¢¤¨¤ºÂè°ìÀ¼¤Ï¡Ö¤«¡Á¤ê¤Õ¤©¤Ë¤ã¡Á¤é¤¡¡Á¤Ö¡×¤Ç¤·¤ç¤¦¤Í :oops: \r\n[quote:04c90c24e9=\"g-stringz\"]ROBERT BACON¤Ç¤¹¤¬¡¢¤½¤¦¤¤¤¨¤Ð¡Ä¤È»×¤Ã¤ÆSCC´Ø·¸¤Î¥Ö¥Ã¥¯¥ì¥Ã¥È¿ôË縫¤Æ¤ß¤¿¤é¡¢¥Ð¥Ã¥Á¥êÁ´Éô¤Ë»²²Ã¤·¤Æ¤Þ¤·¤¿¡£±Æ¤Î½ÅÍ׿Íʪ¤Ç¤¹¤Í 8) \r\n\r\nPLAYA HAMM¤À¤Ã¤¿¤éWhat a Playa Does¤¬¹¥¤ß¤Ç¤¹¡£\r\nKOOL G RAP-Blowin Up In The World¤È¤«MONA LISA-Just Wanna Please You¤È¤«\r\n¤¢¤Î¥Í¥¿¤Î¤¢¤Ã¤Á¦¤Î¥á¥í¥Ç¥£¡¼¡Ê°ÕÌ£ÉÔÌÀ¡Ä¡Ë¤¬Âç¹¥¤­¤Ê¤Î¤Ç :)[/quote:04c90c24e9]¤¦¤ï¡Á¥Û¥ó¥È¤Ç¤¹¤Í!ÆɤߤŤ餤¤±¤ÉLV¤Î1st¤È¤«Sh\'killa¤Î¤Ë¤â»²²Ã¤·¤Æ¤Þ¤¹¤Í!BattleCatʤ˳èÌö¤·¤Æ¤Þ¤¹¤Í¡ª¤¢¤È¡¢Bass¤â¤ä¤ë¤ó¤Ç¤¹¤Í¡£¤è¤¯¸«¤¿¤é¥Þ¥À¥Þ¥À¿§¤ó¤Ê¥È¥³¤Ë»²²Ã¤·¤Æ¤½¤¦¤Ç¤¹¤Í¡¢¸å¤Ç¿§¡¹´ã¤òÄ̤·¤Æ¤ß¤è¤Ã¡£\r\n¤¢¡ÁGd Up¥«¥Ã¥³¥¤¥¤¤Ç¤¹¤è¤Í¡ª I Smooth 7¤Ë¤â¶ÊÄ󶡤·¤Æ¤ë¤ó¤Ç¤¹¤Í¡£¤Þ¤À»ý¤Ã¤Æ¤Ê¤¤¤ó¤ÇÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¢ö\r\n¤¢¤ÈKool G Rap¤ÈMona Lisa¤â̤ݤʤΤÇÄ°¤¤¤Æ¤ß¤Þ¤¹¡ª¤¢¤ÈBookie¹¢¼ê¤Ç¤¹ :deathlyobsessed:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (223,'6d74ce31d5','£²·î£µÆü¡¢Î©Àî£Ì£É£Î£Ë¤Ë¤Æ¡¢¡¢¡¢',':2gunfire: ¡ÈSECTION 8 #3¡É :rightfighter4: \r\n\r\nÆü»þ,2·î5Æü(THU) PM8¡§00¡Á\r\n¾ì½ê,TACHIKAWA at LINK\r\nÎÁ¶â,¡ï1500 (1d)\r\n\r\nDJ FILLMORE\r\nDJ SIDE2\r\nDJ WAPPIE\r\nDJ TASH\r\nDJ KO-KI\r\nDJ YOHEI\r\nDJ TOORU\r\nDJ AKIRA\r\nDJ ATUYA\r\n\r\nSPECIAL THANKS\r\n K\r\n SIDE2SIDE RECORDS\r\n CHEAP THRILLS\r\n SWINGJAM\r\n\r\n¢¨º£²ó¤Ç£³²óÌܤȤʤê¤Þ¤¹¤³¤ÎPARTY¤â£Ç¹¥¤­¤ÊÊý¤Ë¤ÏÂçÊѤ´¹¥É¾Äº¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\nº£²ó¤Ï¡¢ÃϸµDJ¤òÃæ¿´¤È¤·¡¢²£Éͤè¤êFILLMORE ¡¢Ì¾¸Å²°¤è¤êSIDE2¤ò·Þ¤¨³«ºÅ¤¤¤¿¤·¤Þ¤¹¡£\r\n \r\n¢¨WEST COAST¤òÃæ¿´¤È¤·¤¿¥á¥¸¥ã¡¼Êª¤«¤é¥Þ¥¤¥Ê¡¼Êª¤Þ¤Çή¤ì¤ëPARTY¤Ç¤¹¡¢¹¥¤­¤Ê¿Í¤ä¶½Ì£¤Î¤¢¤ëÊý¤Ï¡¢À§È󡢤Ҥ¿¤ê¤ËÍè¤Æ²¼¤µ¤¤¡£\r\n\r\n¤ªÌ䤤¹ç¤ï¤»¡§LINK 042-526-0950 \r\n SWINGJAM 042-530-0506'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (224,'e67b17515e','Re: PARIS¤Î¥²¥ê¥é','[quote:e67b17515e=\"N DOGG\"]PARIS¤Î¥µ¥¤¥È¤ò¸«¤Æ¤¿¤ó¤Ç¤¹¤¬ÆüËܸìÈǤ¬¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£¤½¤³¤Ç¤ÏCDÇ㤨¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢HMV¤È¤«¥¢¥Þ¥¾¥ó¤È¤«¥¿¥ï¡¼¥ì¥³¤ÇÇä¤Ã¤Æ¤ëPARIS¤ÎºÆȯÈǤäƥۡ¼¥à¥Ú¡¼¥¸¤ËºÜ¤Ã¤Æ¤¿¥Ç¥é¥Ã¥¯¥¹ÈǤʤó¤Ç¤¹¤«¤Í¡©Á°¤Î¥¸¥ã¥±¥Ã¥È¤è¤ê¿ôÃʤ褫¤Ã¤¿¤Ç¤¹¡£ :lol:[/quote:e67b17515e]\r\n\r\nhttp://www.guerillafunk.com/\r\n¤ª¡¼ËÜÅö¤Ç¤¹¤Í¡£\r\nÆüËܸìËÝÌõ¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤ë¡£\r\n¤³¤ì¤Ã¤ÆFoesum¤Î¥µ¥¤¥È¤Ë¤â¤¢¤Ã¤¿¤ä¤Ä¤Ç¤¹¤è¤Í¤¿¤·¤«¡©\r\n\r\n¤¢¤Þ¤êParis¤Î¥µ¥¤¥È¤ÏÎɤ¯´Ñ¤Æ¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¤Á¤ã¤ó¤È¤·¤Æ¤Þ¤¹¤Í¡£\r\n¤³¤ì¤«¤é¥Á¥§¥Ã¥¯¤·¤è¤¦¤È»×¤¤¤Þ¤¹¡£\r\nN DOGG¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :) \r\n\r\n»ä¤ÏºÆȯÈפò¤«¤Ã¤Æ¤Ê¤¤¤Î¤Ç¾ÜºÙ¤Ï¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤½¤¦¤Ã¤Ý¤¤¤Ç¤¹¤Í¡£\r\n\r\n¤ª»ý¤Á¤Î¤«¤¿¾ðÊ󤪤ޤÁ¤·¤Æ¤ª¤ê¤Þ¤¹ :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (225,'32d1e64fb2','Re: Thx, Big dawgz.','[quote:32d1e64fb2=\"EsE DrEaMeR\"] I Smooth 7¤Ë¤â¶ÊÄ󶡤·¤Æ¤ë¤ó¤Ç¤¹¤Í¡£¤Þ¤À»ý¤Ã¤Æ¤Ê¤¤¤ó¤ÇÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¢ö\r\n[/quote:32d1e64fb2]\r\n\r\n¤¤¤Ä¤â½ñ¤­¹þ¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤ë¤ªÎé¤Ç[G-Sta03 FM]¤Ë¥¢¥Ã¥×¤·¤Æ¤ª¤­¤Þ¤·¤¿¤è¢ö\r\n²»¼Á°­¤¤¤«¤âÃΤì¤Þ¤»¤ó¤¬¡¢Ê¹¤¤¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (226,'ed381c252c','¼ÁÌä¤Ç¤¹',':lol:spice1¤Îborn¡¡this¡¡way¤Æ¤æ¤¦¶Ê¤Ï¤É¤ÎCD¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (227,'2ed710fbae','·ï̾¤ÏÃæ¿È¤¬¤ï¤«¤ê¤ä¤¹¤¤¤â¤Î¤Î¤Û¤¦¤¬¤¤¤¤¤Ç¤¹¤è¡£','[quote:2ed710fbae=\"hiro\"]:lol:spice1¤Îborn¡¡this¡¡way¤Æ¤æ¤¦¶Ê¤Ï¤É¤ÎCD¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡©[/quote:2ed710fbae]\r\n\r\nhiro¤µ¤ó¤É¤¦¤â¡£\r\n´éʸ»ú¤¬¤¦¤Þ¤¯¤Ç¤Æ¤Þ¤»¤ó¤Í¡©¤Ê¤ó¤Ç¤Ç¤·¤ç¤¦¡© :signhelp: \r\n\r\n¤µ¤Æ¡¢MC Eiht/Streiht Up Menace¤½¤Î¤Þ¤ó¤Þ»È¤¤¤ÎSpice1/born This Way¤Ç¤¹¤±¤É¡¢\r\nÎɼÁ¥³¥ó¥Ô¥·¥ê¡¼¥º¡Ê4¤Þ¤Ç¤Ï¡Ë¤ÎBay Area Players3¤Ë¼ýÏ¿¤µ¤ì¤Æ¤Þ¤¹¤è¡£\r\n¤Á¤Ê¤ß¤Ë12±¥¤â½Ð¤Æ¤Þ¤¹\r\n :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (228,'4220ef5789','Wow!','G-House03¤µ¤ó¤´¿ÆÀڤˤ¢¤ê¤¬¤È¤¦¸æºÂ¤¤¤Þ¤·¤¿¡ª¤´ÃÚÁöÍͤǤ·¤¿¡£\r\n¥Ù¡¼¥¹¥Ö¥ê¥Ã¥Ö¥ê¤Ç¤¹¤Í¡ù¡¡¤ä¤Ã¤Ñ\'95ǯÁ°¸å¤Î²»¤¬Â繥ʪ¤Ç¤¹¡¢¼«Ê¬¢ö\r\n\r\n¤½¡¼¤¤¤¨¤ÐVontel¤Ë¤âBattlecat¤Î¶Ê¤¤¤¯¤Ä¤«¤¢¤ê¤Þ¤¹¤Í :idea: \r\nFo\' Life¤Ï¤É¤¦¤Ê¤Ã¤Á¤ã¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡Ä :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (229,'def0c7fc45','Re: MC Eiht/Streiht Up Menace','¤³¤Î¥È¥é¥Ã¥¯¹¥¤­¤Ê¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î¥È¥é¥Ã¥¯»È¤Ã¤Æ¤ë¤Û¤«¤Î¶Ê¤È¤«ÃΤäƤ¿¤é\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (449,'218e9c4752','my eBay auction','Pls check out my Ebay auctions, lots of rare cd\'s & still cheap! \r\n[url]http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&include=0&userid=baldylocc&sort=3&rows=25&since=-1&rd=1[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (450,'545a5e64d5','monsta klick','ÊÖ»ö¤ª¤¯¤ì¤Ã¤Á¤ã¤Ã¤Æ¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó :( \r\nG-STRINGZ¤µ¤ó¤Îµó¤²¤¿¤ä¤Ä°ìËç¤â»ý¤Ã¤Æ¤Þ¤»¤ó¤¬ :x \r\nNAUGHTY DA WILD BOY¥²¥Ã¥È¤·¤Æ¤ß¤Þ¤·¤¿¡£¤â¤¦¤¹¤°Ã夭¤Þ¤¹¤Î¤Ç\r\nʹ¤¤¤¿¤é¥ì¥Ó¥å¡¼¤Ë¥¢¥Ã¥×¤µ¤»¤Æ夭¤Þ¤¹ :oops: \r\n\r\nSKINNY¤â¤Î¤Î³¤­¤Ç¤¹¤¬\r\nSHINE MONSTA KLICK2/MVP\r\n¥µ¥¤¥Ð¡¼·Ï¥Û¥é¡¼¥Ð¥¦¥ó¥¹¤Ç¤³¤ì¤Ï¥¢¥ë¥Ð¥àÁ´Âη빽¹¥¤­¤Ç¤¹\r\n\r\n 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (451,'688c63df8c','¤Ô¤ó¤×C','¥ì¥Ó¥å¡¼¤Þ¤À¤Ê¤Î¤Ç¡Êί¤Þ¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£¼óÎÎP¤È¤«PASTOR TROY¡£¡£¡£¡Ë :cry: \r\n\r\nÄ°¤«¤ì¤¿Êý¤É¤¦¤¾´¶ÁÛ¥è¥í¥·¥¯¤Ç¤¹¡ª¡ª\r\n\r\nMANOPOLY¤Ç¤¹¤¬¡¢¼«Ê¬¤Ï¡ÖCDÁ÷¤ì¡ª¥×¥í¥â¤·¤Æ¤ä¤ë¤«¤é¡×¡¢¸«¤¿¤¤¤Ê¤³¤È½ñ¤­¤Þ¤·¤¿¤¬¡¢¤¢¤Î¤¢¤ÈÏ¢Íí¤Ê¤¤¤Î¤Ç¡¢¼«Ê¬¤ÇÇ㤨¡ª¤Ã¤Æ¤³¤È¤Ç¤¹¤«¤Í :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (452,'82ab331d1c','¤Þ¤À¤Þ¤À¥Ð¥ê¥Ð¥ê¡©¡¡MASTER P¡¢NO LIMIT¡¡','¥Þ¥¹¥¿¡¼P¤Î¿·É褬½Ð¤¿¤Î¤Ç¥Î¡¼¥ê¥ß·Ç¼¨ÈĤâºî¤Ã¤Æ¤ß¤Þ¤·¤¿¡£ :) \r\n\r\nDVDÉÕ¤­¤Î¤ä¤ÄÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢DVDÅÓÃæ¤Ç²èÁü¤¬°­¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£\r\n±Ç²è¤Î²»¼Á¤âÂ礭¤¯¤Ê¤Ã¤¿¤ê¾®¤µ¤¯¤Ê¤Ã¤¿¤êº¤¤Ã¤¿¤â¤Î¤Ç¤¹¤¬¡¢Ä°¤«¤ì¤¿Êý´¶ÁÛ¤ª´ê¤¤¤·¤Þ¤¹¡ª\r\n\r\nNO LIMIT¥Í¥¿¤Ç¤·¤¿¤é²¿¤Ç¤âOK¤Ê¤Î¤Ç¤³¤Î¥¹¥ì¤ÇÀ¹¤ê¾å¤²¤Þ¤·¤ç¤¦¡ª¡ª\r\n\r\n¤È¤³¤í¤ÇNO LIMIT¤ÎÆüËÜÈǤΥ¿¥«¥³¥¹¥¿¤Î²òÀâ¤Î¤ä¤Ä¤Ã¤Æ²¿Ë礰¤é¤¤½Ð¤Æ¤¤¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©Æɤó¤Ç¤ß¤¿¤¤¤Î¤Ç¤¹¤¬¡¢Ã¯¤«ÆüËÜÈÇ»ý¤Ã¤Æ¤é¤·¤¿¤é¥³¥Ô¡¼¤·¤Æ失¤Ê¤¤¤â¤Î¤Ç¤·¤ç¤¦¤«¡£¸Ä¿ÍŪ¤Ê¤È¤³¤Ç¤¹¤ß¤Þ¤»¤ó¤¬¤É¤Ê¤¿¤«¤ª´ê¤¤¤·¤Þ¤¹¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (453,'8e5a396f16','Re: ¤Ô¤ó¤×C','[quote:8e5a396f16=\"goku\"]\r\nMANOPOLY¤Ç¤¹¤¬¡¢¼«Ê¬¤Ï¡ÖCDÁ÷¤ì¡ª¥×¥í¥â¤·¤Æ¤ä¤ë¤«¤é¡×¡¢¸«¤¿¤¤¤Ê¤³¤È½ñ¤­¤Þ¤·¤¿¤¬¡¢¤¢¤Î¤¢¤ÈÏ¢Íí¤Ê¤¤¤Î¤Ç¡¢¼«Ê¬¤ÇÇ㤨¡ª¤Ã¤Æ¤³¤È¤Ç¤¹¤«¤Í :lol:[/quote:8e5a396f16]\r\n\r\n :lol: \r\nËͤ⡢¼ÂºÝ¥Ó¡¼¥Ä¤Ï¤«¤Ê¤êÍ¥¤ì¤Æ¤ë¤È»×¤¤¤Þ¤·¤¿¡ª\r\nÁ°¤Ëmp3.com¤ÇÄ°¤¤¤¿¶Ê¤ÏÆä˰õ¾Ý¤Ë»Ä¤ê¤Þ¤»¤ó¤Ç¤·¤¿¤¬\r\nº£²ó¤Î¤ÏÍߤ·¤¤¤Ç¤¹¡£\r\n¤Ç¤â¡¢´û¤ËÇä¤êÀÚ¤ì¤Æ¤ë¤ó¤Ç¤¹¤è¤Í :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (454,'d26b336a42','','[quote:d26b336a42=\"g-stringz\"]ÆϤ¤¤Æ1²óÄ°¤­¤Þ¤·¤¿¡£\r\nPray 4 Me¤Ë¤Ï±ó¤¯µÚ¤Ð¤Ê¤¤¤È¤¤¤¦¤Î¤¬¡¢ÀµÄ¾¤Ê´¶ÁۤǤ¹¡£(»þÂ夬°ã¤¦¤Î¤Ç°Â°×¤ËÈæ³Ó¤Ï¤Ç¤­¤Þ¤»¤ó¤±¤É)\r\n[/quote:d26b336a42]\r\n\r\n¤Ê¤ë¤Û¤É¡£\r\n»ëÄ°¤·¤¿´¶¤¸¤â»×¤¤¤Ã¤­¤ê¥Û¥é¡¼¤Ç¤¹¤â¤Î¤Í¡£\r\n¤·¤«¤·¡¢Êʤˤʤꤽ¤¦¤Ê´¶¤¸¤Ç¤¹ :oops: \r\n\r\n¤ä¤Ã¤Ñ¤ê¤È¤É¤Î¤¯¤Î¤¬ÂÔ¤Á±ó¤·¤¤¤Ç¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (455,'494715ea0e','off the chain','MANOPOLYÏ¢Íí¤³¤Á¤é¤«¤é¤·¤¿¤é¡¢CDÁ÷¤Ã¤Æ¤ä¤ë¤è¡¢¤È¤¤¤¦¤³¤È¤Ç¥é¥Ã¥­¡¼ :oops: ¤Ç¤·¤¿¡£\r\n\r\n¤½¤Î¤¦¤Á¥¢¥Ã¥×¤·¤Þ¤¹¡£\r\n\r\nlil flip¥²¥Ã¥È¤·¤Þ¤·¤¿¤¬¡¢¤¦¡¼¤ó :? ¤È¤¤¤¦´¶¤¸¤Ç¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (456,'5a6a3533a2','½Ë! Messy MarvºÆȯ!','¤Ã¤Æ¤Ê¤³¤È¤Ç\"¥Õ¥ê¥¹¥³¤Î´ÅÃ㲦\"MessyMarv\"¤Î²áµî¤ÎºîÉʤ¬DVD¤Ä¤­¤Ç¤¤¤í¤¤¤í¤ÈºÆȯ¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¡£\r\n¿·Éè¤â½Ð¤¿¤³¤È¤Ç¤¹¤·¡¢¥¹¥ìΩ¤Æ¤Æ¤ß¤Þ¤·¤¿¡£\r\n¿·Éè¡¢DVDÅö¤Î´¶ÁÛ¤¢¤ê¤Þ¤·¤¿¤é¤¼¤Ò¤È¤â\r\n¡Ê»ä¤Ï̤İ¡Ë :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (231,'368a586f2c','¤Ï¤¸¤á¤Þ¤·¤Æ¡ª','º£ÆüCISCO¤ÇMIX CDÇ㤤¤Þ¤·¤¿ :oops: \r\nÁ°²ó¤ÎGROOVIN\' ¤âÇã¤Ã¤¿¤ó¤À¤Ç¤¹¤¬¡¢¤«¤Ê¤êÄ̶ФÎÅż֤ǽÅÊõ¤µ¤»¤Æ\r\n¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹ :angel1: \r\nÉáÃʤϾ嵭¤È¹ç¤ï¤»PMX¤ÎLOCOHAMA CRUSING¡¢\r\nFILLMORE¤ÎHOW TO GAMEÅù¤òʹ¤¤¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢\r\nºÇ¶á¥Á¥«¡¼¥Î¤Ë¤â¼ê¤ò½Ð¤·¤¿¤¤¤Ê¤¡¤È»×¤Ã¤Æ¤Þ¤¹¡£\r\n(POCOS PERO LOCOS¤ò¼ê»Ï¤á¤ËÇã¤Ã¤Æ¤ß¤Þ¤·¤¿)\r\n²¿¤«ÎɼÁ¤ÊMIX CD¤¬¤¢¤ì¤Ð¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡£\r\n\r\nÆüËܤÎHIPHOP¤Î¥Ú¡¼¥¸¤ÇPHP¤òÍѤ¤¤¿¤³¤¦¤¤¤Ã¤¿¥Õ¥©¡¼¥é¥à¤Ï\r\n¤Ï¤¸¤á¤Æ¸«¤Þ¤·¤¿ :deathlyobsessed: \r\n²¶¤â°ì±þSE¤ä¤Ã¤Æ¤ÆJava¤ÇWEB¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î³«È¯¤ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢\r\n¥×¥í¥¸¥§¥¯¥È¤Î¾ðÊó¶¦Í­¤Î¥Ä¡¼¥ë¤È¤·¤Æ¡¢PC¤Ë¥¢¥Ñ¥Ã¥Á¤ÈMySQLÆþ¤ì¤Æ\r\nXOOPSΩ¤Á¾å¤²¤¿¤Î¤Ç¤¹¤¬¡¢¤Û¤Üµ¡Ç½¤·¤Æ¤Þ¤»¤ó :crackup: \r\n¤Ê¤«¤Ê¤«ÆëÀ÷¤ß¤¬¤Ê¤¤¤Î¤ÇÆñ¤·¤¤¤Ç¤¹¤è¤Í¡£\r\n\r\n¤Þ¤¿¤­¤Þ¤¹¡ª¤Ç¤ï¤Ç¤ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (232,'3108b8e63d','Re: ¤Ï¤¸¤á¤Þ¤·¤Æ¡ª','shindogg¤µ¤ó¡¢¤³¤ó¤Ð¤ó¤Ï¡£\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nGroovin\'¤â¤È¤Ï¤µ¤é¤Ë¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :signthanks: \r\n\r\n»ä¤â¥Á¥«¡¼¥Î¤Ïµîǯ¤¢¤¿¤ê¤Þ¤Ç¤Þ¤Ã¤¿¤¯Ê¹¤«¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¡£\r\n¤Ç¤¹¤¬Ê¹¤«¤º·ù¤¤¤È¤Ï¤Þ¤µ¤Ë¤³¤Î¤³¤È¡¢Ê¹¤¤¤Æ¤ß¤ë¤È¤¤¤¤¤â¤Î¤Ç¤¹¡£\r\nÆîÉô¤â¤Î¤â¤½¤¦¤Ç¤·¤¿¡£\r\n\r\n¤µ¤Æ¡¢ÎɼÁ¤ÊMIX CD¤È¤Î¤³¤È¤Ç¤¹¤¬¡¢¼Â¤Ï»ä¤Ï¤Þ¤Ã¤¿¤¯MIX¤â¤Î¤ò\r\nʹ¤«¤Ê¤¤¤ó¤Ç¤¹¡£\r\n¤³¤ì¤¸¤ã¤¤¤±¤Ê¤¤¤Ê¤È»×¤¤¤Ê¤¬¤é¤â¡¦¡¦¡¦\r\n\r\n[quote:3108b8e63d=\"shinodogg\"]ÆüËܤÎHIPHOP¤Î¥Ú¡¼¥¸¤ÇPHP¤òÍѤ¤¤¿¤³¤¦¤¤¤Ã¤¿¥Õ¥©¡¼¥é¥à¤Ï\r\n¤Ï¤¸¤á¤Æ¸«¤Þ¤·¤¿ :deathlyobsessed: \r\n²¶¤â°ì±þSE¤ä¤Ã¤Æ¤ÆJava¤ÇWEB¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Î³«È¯¤ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢\r\n¥×¥í¥¸¥§¥¯¥È¤Î¾ðÊó¶¦Í­¤Î¥Ä¡¼¥ë¤È¤·¤Æ¡¢PC¤Ë¥¢¥Ñ¥Ã¥Á¤ÈMySQLÆþ¤ì¤Æ\r\nXOOPSΩ¤Á¾å¤²¤¿¤Î¤Ç¤¹¤¬¡¢¤Û¤Üµ¡Ç½¤·¤Æ¤Þ¤»¤ó :crackup: \r\n¤Ê¤«¤Ê¤«ÆëÀ÷¤ß¤¬¤Ê¤¤¤Î¤ÇÆñ¤·¤¤¤Ç¤¹¤è¤Í¡£\r\n\r\n¤Þ¤¿¤­¤Þ¤¹¡ª¤Ç¤ï¤Ç¤ï¡£[/quote:3108b8e63d]\r\n\r\n¤à¤³¤¦¤Ç¤ÏÅö¤¿¤êÁ°¤Î¤è¤¦¤Ë»È¤Ã¤Æ¤Þ¤¹¤è¤Í¡£\r\nWEB¥µ¥¤¥È¼«ÂΤòHTML¤Çºî¤Ã¤Æ¤ë¤È¤³¤í¤â¸º¤Ã¤Æ¤­¤Æ¤Æ¡¢\r\nXOOPS¡Ê»ä¤â»î±¿Å¾Ãæ¡Ë¤Î¤è¤¦¤Ê¤â¤Î¤ò»È¤Ã¤Æ¤ë¤È¤³¤í¤¬Â¿¤¤¤Ç¤¹¤è¤Í \\:D/ \r\n¤Á¤ç¤Ã¤È¤Þ¤¨DeathRow¤Î¥µ¥¤¥È¤¬¤½¤¦¤¸¤ã¤Ê¤«¤Ã¤¿¤Ç¤¹¤«¡©\r\n\r\nÆüËܤǤϤ¢¤Þ¤ê¤Þ¤À¤Ê¤¸¤ß¤¬¤Ê¤¤¤é¤·¤¯¤³¤ì¤Ë¤·¤Æ¤«¤é½ñ¤­¹þ¤ß¤¬¤á¤Ã¤­¤ê¸º¤ê¤Þ¤·¤¿ :cry: \r\n\r\n¤â¤Ã¤È¤¤¤í¤ó¤Ê¥µ¥¤¥È¤¬»²²Ã¤·¤Æ¤¯¤À¤µ¤Ã¤Æ¡¢À¹¤ê¾å¤¬¤Ã¤Æ¤¤¤±¤ì¤Ð¤È»×¤Ã¤Æ¤¤¤ëº£Æü¤³¤Îº¢¤Ç¤·¤¿¡£\r\n\r\n¤Þ¤¿¡¢¤­¤Æ¤¯¤À¤µ¤¤¤Í¡£\r\n¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (233,'5c05871f31','Shorty of The Lench Mob\'s new CD in Japan?','£²·îÃæ¤ËÆüËܤÇ(¤À¤±¡©)Shorty¤Î2nd solo¤¬½Ð¤ë¤Ã¤Æʹ¤¤¤¿¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦??¡¡DJ SkratchÍí¤ß¤ÊÍͤʤó¤Ç¤¹¤¬¡£ \r\n\r\n¤¢¤È¡¢Sunny California Compalation¤Ã¤Æ¤Î¤¬£´·îÊÕ¤ê¤Ë½Ð¤ëÍͤǤ¹¡£\r\n»²²ÃArtists¤Ï¡¢\r\nMs. Toi, K-Dee, DJ Skratch, Too Short, B-Legit, Boo Kapone, Neb Luv, Spice 1, Shorty of The Lench Mob, 2ND II None, \r\nKam, E-40, Squeak Ru¤Ê¤É¡£¡¡Produced ¤Ï DJ Skratch ¤È Payback¤À¤½¤¦¤Ç¤¹¡£\r\n\r\nCompton Blockz¤è¤êÌÌÇò¤¯¤Ê¤ê¤½¤¦¤Ê¥á¥ó¥Ä¤Ç¤¹¤Í :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (234,'75a29905fb','Re: MC Eiht/Streiht Up Menace','[quote:75a29905fb=\"hiro\"]¤³¤Î¥È¥é¥Ã¥¯¹¥¤­¤Ê¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î¥È¥é¥Ã¥¯»È¤Ã¤Æ¤ë¤Û¤«¤Î¶Ê¤È¤«ÃΤäƤ¿¤é\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£[/quote:75a29905fb]\r\n\r\n¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Â¾¤Î¶Ê¤Ï»×¤¤¤Ä¤­¤Þ¤»¤óŽ¥Ž¥¡¦ :crackup: \r\n\r\n¤É¤Ê¤¿¤«¤´Â¸ÃΤÎÊý¥Õ¥©¥í¡¼¤ª¤Í¤¬¤¤¤¤¤¿¤·¤Þ¤¹ :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (235,'e972fdb83c','Re: Shorty of The Lench Mob\'s new CD in Japan?','ξÊý¤È¤âSkratch´Ø·¸¤Ç¤¹¤«¡©\r\nSkratch¤Î²»¤ÏQUIK¤Ë¶á¤¤´¶¤¸¤Ç¥¨¥í¤¯¤Æ¹¥¤­¤Ç¤¹ :deathlyobsessed: \r\n\r\n[quote:e972fdb83c=\"EsE DrEaMeR\"]¤¢¤È¡¢Sunny California Compalation¤Ã¤Æ¤Î¤¬£´·îÊÕ¤ê¤Ë½Ð¤ëÍͤǤ¹¡£\r\n»²²ÃArtists¤Ï¡¢\r\nMs. Toi, K-Dee, DJ Skratch, Too Short, B-Legit, Boo Kapone, Neb Luv, Spice 1, Shorty of The Lench Mob, 2ND II None, \r\nKam, E-40, Squeak Ru¤Ê¤É¡£¡¡Produced ¤Ï DJ Skratch ¤È Payback¤À¤½¤¦¤Ç¤¹¡£\r\n\r\nCompton Blockz¤è¤êÌÌÇò¤¯¤Ê¤ê¤½¤¦¤Ê¥á¥ó¥Ä¤Ç¤¹¤Í :oops:[/quote:e972fdb83c]\r\n\r\n¤ª¡¼\r\n¤½¤¦¤½¤¦¤¿¤ëÌ̻ҤǤ¹¤Í¡£\r\nCompton Blockz¤Ï»äŪ¤Ë¤Ï¤½¤³¤Þ¤Ç¤À¤Ã¤¿¤Î¤Ç¡¢´üÂÔ¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (236,'5e59b8b141','','Skratch´Ø·¸¤Ç¤¹¤Í¡£\r\n¼«Ê¬¤âQuikÅޤʤΤÇSkratch¤â¹¥¤­¤Ç¤¹ :love7: \r\nCompton Blockz°Ê¾å¤Îʪ¤ò´üÂÔ¤·¤Þ¤¹¡£\r\n\r\n\r\nps:Á°¤ËG-HOUSE03¤µ¤ó¤ËPMÁ÷¤Ã¤Æ¤ß¤¿¤ó¤Ç¤¹¤¬¤Á¤ã¤ó¤ÈÆϤ­¤Þ¤·¤¿¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (237,'c391218188','Too Gangsta for tha TV Boo-Yaa Tribe','¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢Boo-Yaa¤ÎDoomsday¤Ã¤ÆCD¤Ï¥á¥¿¥ë¤Ç¤¹¤«¡©\r\nBoo Yaa¤ÎHP¸«¤¿¤ó¤Ç¤¹¤¬¥á¥¿¥ë¤Ê¤Î¤«¥¤¥Þ¥¤¥Áʬ¤«¤é¤Ê¤¤¤ó¤Ç¤¹¡£\r\nMetally Disturbed¤ÈRumors Of A Dead Man¤Ï¥á¥¿¥ë¤À¤È»×¤¦¤ó¤Ç¤¹¤¬¡£\r\n¤´Â¸ÃΤÎÊý :signhelp:¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n¿·Éè¤ÎEminem¤¬»²²Ã¤·¤Æ¤ë¶Ê¤ÏEminem¤ÎAlbum¤ËÆþ¤Ã¤Æ¤ì¤Ð¤¤¤¤¤Î¤Ë¡Ä¡£ :rightfighter2: \r\nEminem¼«ÂΤϷù¤¤¤¸¤ã¤Ê¤¤¤Ç¤¹¤±¤É¤â¡£\r\nBang On¤ÎPV²¿²ó¸«¤Æ¤â¥«¥Ã¥³¥¤¥¤ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (238,'9bdaa71c46','¼Â¤ÏŽ¥Ž¥Ž¥','»ä¡¢ÃѤº¤«¤·¤Ê¤¬¤é¤Ä¤¤¤³¤Ê¤¤¤À¤Þ¤ÇQUIK¤Ïʹ¤«¤º¤ËÈò¤±¤ÆÄ̤äƤ­¤¿¤ó¤Ç¤¹¤è ::oops: \r\n\r\n¤Ç¤¹¤¬Èà¤Ï¤Û¤ó¤È¤ËÅ·ºÍ¤Ç¤¹¤Í¡£\r\nº£¤Ï¤É¤Ã¤×¤ê¤È¤ê¤³¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡£ :love7: \r\nʹ¤«¤º¤Ë²á¤´¤·¤Æ¤­¤¿¤Î¤¬¤â¤Ã¤¿¤¤¤Ê¤¤! :explosivesmile: \r\n\r\n[quote:9bdaa71c46=\"EsE DrEaMeR\"]ps:Á°¤ËG-HOUSE03¤µ¤ó¤ËPMÁ÷¤Ã¤Æ¤ß¤¿¤ó¤Ç¤¹¤¬¤Á¤ã¤ó¤ÈÆϤ­¤Þ¤·¤¿¤Ç¤·¤ç¤¦¤«¡©[/quote:9bdaa71c46]\r\n\r\n¥¹¥¤¥Þ¥»¥ó!\r\nµ¤¤Å¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\nÆϤ¤¤Æ¤ë¤ß¤¿¤¤¤Ê¤Î¤Ç´Ñ¤Æ¤ß¤Þ¤¹¤Í¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (239,'e9801e3fa0','Re: Too Gangsta for tha TV Boo-Yaa Tribe','[quote:e9801e3fa0=\"EsE DrEaMeR\"]¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢Boo-Yaa¤ÎDoomsday¤Ã¤ÆCD¤Ï¥á¥¿¥ë¤Ç¤¹¤«¡©\r\nBoo Yaa¤ÎHP¸«¤¿¤ó¤Ç¤¹¤¬¥á¥¿¥ë¤Ê¤Î¤«¥¤¥Þ¥¤¥Áʬ¤«¤é¤Ê¤¤¤ó¤Ç¤¹¡£\r\nMetally Disturbed¤ÈRumors Of A Dead Man¤Ï¥á¥¿¥ë¤À¤È»×¤¦¤ó¤Ç¤¹¤¬¡£\r\n¤´Â¸ÃΤÎÊý :signhelp:¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n¿·Éè¤ÎEminem¤¬»²²Ã¤·¤Æ¤ë¶Ê¤ÏEminem¤ÎAlbum¤ËÆþ¤Ã¤Æ¤ì¤Ð¤¤¤¤¤Î¤Ë¡Ä¡£ :rightfighter2: \r\nEminem¼«ÂΤϷù¤¤¤¸¤ã¤Ê¤¤¤Ç¤¹¤±¤É¤â¡£\r\nBang On¤ÎPV²¿²ó¸«¤Æ¤â¥«¥Ã¥³¥¤¥¤ 8)[/quote:e9801e3fa0]\r\n\r\n¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¡£\r\nBoo-Yaa¤âʹ¤«¤º·ù¤¤¤Ç¤·¤Æ¡¢º£²ó¤Î¿·É褷¤«¤â¤Ã¤Æ¤ª¤ê¤Þ¤»¤ó¡£\r\n¤É¤Ê¤¿¤«¥Ø¥ë¥×¤ò :signhelp: \r\n\r\n»ä¤âEMINEM·ù¤¤¤¸¤ã¤Ê¤¤¤Ç¤¹¡£\r\n¤½¤ì¤è¤ê¤âºÇ¶á¤Ï¸«Ä¾¤·¤Æ¤Þ¤¹¡£\r\n¥×¥í¥Ç¥å¡¼¥¹¤Ç¤¤¤¤»Å»ö¤·¤Æ¤Þ¤¹¤è¤Í¡£\r\nBoo-Yaa¤Î¶Ê¤â¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤· :thumbleft: \r\n\r\n¤½¤¦¤¤¤¨¤ÐMy Bitch¤¬Boo-Yaa¤Î¥¸¥ã¥±¤ò¤ß¤Æ\r\n¡Ökonishiki¤È´Ø·¸¤¢¤ë¡©¡×\r\n¤Ã¤Æ²¿¤â¤·¤é¤º¤Ë¤­¤¤¤Æ¤­¤Þ¤·¤¿ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (240,'c7e7379ff3','Re: Too Gangsta for tha TV Boo-Yaa Tribe','[quote:c7e7379ff3=\"G-HOUSE03\"]»ä¤âEMINEM·ù¤¤¤¸¤ã¤Ê¤¤¤Ç¤¹¡£ \r\n¤½¤ì¤è¤ê¤âºÇ¶á¤Ï¸«Ä¾¤·¤Æ¤Þ¤¹¡£ \r\n¥×¥í¥Ç¥å¡¼¥¹¤Ç¤¤¤¤»Å»ö¤·¤Æ¤Þ¤¹¤è¤Í¡£[/quote:c7e7379ff3]¤Ç¤¹¤Í! 50¤ÎIn Da Club¤È¤«Ä°¤¤¤Æ¤ë¤¦¤Á¤Ë¤À¤ó¤À¤ó¹¥¤­¤Ë¤Ê¤ê¤Þ¤·¤¿ :) \r\n¤¢¤Î¥®¥¿¡¼¤Î¥Ú¥±¥Ú¥±¤¤¤¦²»¤ËɤߤĤ­¤Ç¤¹¡£¤Ò¤µ¤Ó¤µGuiter¿¨¤Ã¤ÆLose yo self¤Î¥ê¥Õ¤È¤«ÃƤ¤¤Æ¤ß¤¿¤ê¡£\r\n¤¢¤Èpac&bigge¤Î¶Ê¤Î¥È¥é¥Ã¥¯¤âÊ·°Ïµ¤¤¬¤¢¤Ã¤ÆÆó¿Í¤ÎRap¤¬¥Þ¥Ã¥Á¤·¤Æ¤Æ¥¤¥¤¤Ç¤¹¤è¤Í ::D \r\n\r\n¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ï¡¢Boo-Yaa¤ËÄ󶡤·¤¿¶Ê¤ÏEminem¤¬¶ô¤¤¤¹¤®¤Ê´¶¤¬¤·¤Æ¡£\r\n6¶ÊÌܤߤ¿¤¤¤ÊMafia Like¤ÊBangin\' Shit¤Î¤¬¹¥¤­¤Ê¤Î¤Ç¡£¡¡911¤Î¶Ê¼«ÂΤˤÏʸ¶ç̵¤¤¤ó¤Ç¤¹¤±¤É¤Í :) \r\n\r\n[quote:c7e7379ff3=\"G-HOUSE03\"]¤½¤¦¤¤¤¨¤ÐMy Bitch¤¬Boo-Yaa¤Î¥¸¥ã¥±¤ò¤ß¤Æ\r\n¡Ökonishiki¤È´Ø·¸¤¢¤ë¡©¡×\r\n¤Ã¤Æ²¿¤â¤·¤é¤º¤Ë¤­¤¤¤Æ¤­¤Þ¤·¤¿ :lol:[/quote:c7e7379ff3]¤µ¤¹¤¬03¤µ¤ó¤ÎŽÅŽµŽÝ¤Ç¤¹¤Í¡£²¶¤â¤½¤ó¤Ê¡¢´¶¤Î¥¤¥¤½÷¤¬Íߤ·¤¤¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (241,'e2fd18ba4d','G-Sta03FM!!','»Ï¤á¤Þ¤·¤Æ¤Ç¤¹¡£¿·¤·¤¤¶Êup¤µ¤ì¤Æ¤Þ¤¹¤Í¡ª\r\nI SMOOTH 7¤ÎCoolin in da ghetto¥«¥Ã¥³¥¤¥¤¤Ã¤¹¤Í¡ª\r\n¤³¤Î»þ´ü¤ÎƮǭ¤Ë¥Ï¥º¥ì¤Ê¤·¡ª¤Ã¤Æ´¶¤¸¤ò»×¤ï¤¹Âç¹¥¤­¤Ê¶Ê¤Ç¤¹¡£\r\n¤³¤ÎG-Sta03FM·ë¹½³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹¤Î¤Ç¡¢¤Þ¤¿¥Þ¥¤¥Ê¡¼Êª¤Ç¥ä¥Ð¥¤¤Î¤ä\r\n¥á¥¸¥ã¡¼¤Ê¤Î¤ÇÃΤé¤ì¤¶¤ëremixʪ¡ª¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (242,'8b41adac61','Re: G-Sta03FM!!','red-tee¤µ¤ó¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\n\"G-Sta03FM\"¤Ø¤ÎÈ¿±þ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n¤â¤¦¤Á¤ç¤Ã¤ÈÈ¿±þ¤¬Â¿¤±¤ì¤ÐÉÑÈˤ˹¹¿·¤·¤è¤¦¤È¤â»×¤¦¤Î¤Ç¤¹¤¬¡¢\r\n¤¤¤«¤ó¤»¤ó¤Û¤È¤ó¤É¤Ê¤¤¾õÂ֤Ǥ¹¤Î¤Ç¤Û¤ÜÊüÃ֥ץ쥤¤Ç¤¹ :lol: \r\n\r\n[quote:8b41adac61=\"red-tee\"]I SMOOTH 7¤ÎCoolin in da ghetto¥«¥Ã¥³¥¤¥¤¤Ã¤¹¤Í¡ª\r\n¤³¤Î»þ´ü¤ÎƮǭ¤Ë¥Ï¥º¥ì¤Ê¤·¡ª¤Ã¤Æ´¶¤¸¤ò»×¤ï¤¹Âç¹¥¤­¤Ê¶Ê¤Ç¤¹¡£\r\n¤³¤ÎG-Sta03FM·ë¹½³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹¤Î¤Ç¡¢¤Þ¤¿¥Þ¥¤¥Ê¡¼Êª¤Ç¥ä¥Ð¥¤¤Î¤ä\r\n¥á¥¸¥ã¡¼¤Ê¤Î¤ÇÃΤé¤ì¤¶¤ëremixʪ¡ª¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹ :)[/quote:8b41adac61]\r\n\r\nƮǭËÜÅö¤Ë¤¤¤¤»Å»ö¤·¤Æ¤Þ¤¹¤è¤Í¡£\r\n¤¿¤Þ¤ê¤Þ¤»¤ó¤Í¡£\r\nµ¡²ñ¤¬¤¢¤ì¤Ð¹¹¿·¤·¤Æ¤¤¤­¤Þ¤¹¤Î¤Ç¥Á¥§¥Ã¥¯¤·¤Æ¤Æ¤¯¤À¤µ¤¤¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (243,'ea469b73a0','HI-LIFE HUSTLE¡¡','£È£É¡Ý£Ã¤ÎHI-LIFE HUSTLE¤Ã¤Æ¤â¤¦¤Ç¤¿¤ó¤Ç¤¹¤«¡ª¡©¥ä¥Õ¡¼¥ª¡¼¥¯¥·¥ç¥ó¤Çº£¤Ç¤Æ¤ë¤ó¤Ç¶Ã¤­¤Þ¤·¤¿¤¬¤É¤³¤âÇä¤Ã¤Æ¤ëµ¤ÇÛ¤¬¤Ê¤¤¤Î¤Ç¡£ :shock:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (244,'0f8ff0f8cc','Ê罸¡§¤ß¤ó¤Ê¤Ç¥¤¥Ù¥ó¥È¤·¤Þ¤»¤ó¤«¡©','¤È¤¤¤¦¥¹¥ì¤¬i-mode¤ÎBBS¤ÇÏÃÂê¤Ë¤¢¤¬¤ê¤Þ¤·¤¿¡£\r\n¤½¤³¤ÇPC¥æ¡¼¥¶¡¼¤ÎÊý¡¹¤â»²²Ã¤µ¤ì¤Þ¤»¤ó¤«¡©\r\n\r\n¾ì½ê¤ÏÅÔÆâ¤Ë¤Ê¤ë¤È»×¤¤¤Þ¤¹¤¬¡¢±óÀ¬»²²Ã¤â¤â¤Á¤í¤óOK¤Ç¤¹¡£\r\n\r\n¤Þ¤À¶ñÂÎŪ¤Ê¤³¤È¤Ï²¿¤â·è¤Þ¤Ã¤Æ¤Þ¤»¤ó¤¬LBC-G¤µ¤ó¤Î»ý¤Á¹þ¤ß´ë²è¤Ê¤É¤â\r\n¤Ñ¤¯¤Ã¤Æ³Ú¤·¤â¤¦¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹(¾Ð\r\n\r\n½ã¿è¤Ë²»¤òÄ°¤­¡¢¤ß¤Ê¤µ¤ó¤Ç¶¦´¶¤Ç¤­¤ë¶õ´Ö¤¬ºî¤ê½Ð¤»¤¿¤é¤Ê¤È»×¤Ã¤Æ¤ë¼¡Âè¤Ç¤¹¡£\r\n\r\n¤Á¤Ê¤ß¤ËË¿Gangsta Rap¥ì¡¼¥Ù¥ë¤â¥¹¥Ý¥ó¥µ¡¼¤È¤·¤Æ¶¨ÎϤ·¤Æ¤¯¤ì¤ë¤È¤Î±½ :oops: \r\n\r\nDJ¤Ç¤Ê¤¯¤Æ¤â¥¤¥Ù¥ó¥È̤·Ð¸³¼Ô¤Ç¤â¤«¤Þ¤¤¤Þ¤»¤ó¤Î¤Ç¥ì¥¹¤Ê¤êPM¤Ê¤ê¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹!\r\nDM¤Ïevent@g-house03.com¤Þ¤Ç¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (245,'005ab51f8b','Ž²ŽÍŽÞŽÝŽÄ¤Î¹ðÃΤµ¤»¤Æ¤¯¤À¤µ¤¤¡£','G-Rap/Hip Hop/R&BŽ²ŽÍŽÞŽÝŽÄ\r\n¡ÚBring The Funk¡Û\r\n2·î15Æü (sun) \r\nCLUB ½Âë¡÷Game\r\n22:00¡Á\r\n\r\nDoor/ 2000±ß\r\nWF or ADV/ 1500±ß\r\n\r\n¡ÚSpecial Guest DJ¡Û\r\nLBC-G (from Âçºå / Gangsta Sh*t!)\r\n¼«°Òµæ (from º´ÅÏÅç / P.O.R)\r\n\r\n¡ÚDJ¡Û\r\nSilent\r\nTiez\r\nD\r\nShogo\r\nCamel\r\nTinny\r\nSeaman\r\n¤¤¤¯\r\nYo-C\r\nDise-k\r\n\r\n¡ÚMC¡Û\r\nMia (from º´²ì)\r\nUja\r\nB.T.Ren\r\nUnion Jack\r\n\r\n¡ÚSinger¡Û\r\nTeppei\r\nYou-Key\r\nEriko\r\n\r\n¤ªÌ䤤¹ç¤ï¤»¤Ï\r\nDJ Silent\r\nfor_the_love_of_you@bitcoop.com\r\n\r\nGangsta Sh*t! HP\r\n[url]http://ip.tosp.co.jp/i.asp?I=lbc1982[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (246,'0adabe9321','HP¤¤¤Ä¤âROM¤Ã¤Æ¤Þ¤¹(¾Ð','a.k.a. WiCkEd¤Ç¤¹¡£\r\nBrownside¤µ¤ó¤Î¥È¥³¤Ç¤Á¤ç¤Ã¤È²ñÏ䵤»¤Æ夭¤Þ¤·¤¿¤¬¡¢³Ð¤¨¤Æ¤é¤Ã¤·¤ã¤ë¤Ç¤·¤ç¤¦¤«¡©\r\n¥¤¥Ù¥ó¥ÈÅÚÍˤÀ¤Ã¤¿¤é¹Ô¤­¤¿¤«¤Ã¤¿¤Î¤Ç¤¹¤¬¡Ä¡£\r\n¤¢¤È¥Á¥«¥Î¥Ê¥¤¥È¤Î¥¤¥Ù¤â¡¢´ØÀ¾¤Ë½»¤ó¤Ç¤¤¤¿¤é¹Ô¤­¤¿¤«¤Ã¤¿¤Ç¤¹ :( \r\n̵ǰ¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (247,'25120a10aa','¤É¤¦¤ä¤é','Êƹñ¤Ç¤Ï¾¯¤·¤À¤±Çä¤é¤ì¤¿ÍͤǤ¹¤è¡£\r\nȯÇä¤È¸À¤¦¤Î¤«¡¢Î®½Ð¤È¸À¤¦¤Î¤«¡¢¤¤¤º¤ì¤¬Àµ¤·¤¤¤Î¤«Ê¬¤«¤ê¤Þ¤»¤ó¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (248,'07eb4c0bcd','','ÅԹ礵¤¨¹ç¤¨¤ÐÀ§Èó¹Ô¤«¤»¤Æ夭¤¿¤¤¤Ç¤¹¡£¡¡\r\n¿Í¸«ÃΤê¤Ç¤¹¤¬ :crackup: :signlol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (249,'2dc545e108','','¤½¤¦¤Ê¤ó¤Ç¤¹¤«¡£ÆüËܤˤâή¤ì¤Æ¤¯¤ë¤È¤¤¤¤¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (250,'c714c512d8','','[img:c714c512d8]http://www.rapalotrecords.com/news/postcard_HIC400.jpg[/img:c714c512d8]\r\n\r\nRAPALOT¤«¤é3·î9ÆüͽÄê¤ß¤¿¤¤¤Ç¤¹¤è :x'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (251,'c46c2d5c72','','http://dalenchmob.com\r\n¤Ï¹¹¿·¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¤Í :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (252,'df7e43e3e1','','ËͤâÅԹ礬¹ç¤¨¤ÐÍ·¤Ó¤Ë¹Ô¤Ã¤Æ¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n¥¦¥§¥Ã¥µ¥¤¤Î¥¤¥Ù¥ó¥È¤È¤«¤¤¤Ã¤¿¤³¤È¤¬¤Ê¤¤¤â¤Î¤Ç :transformer:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (253,'c76fdeb398','','[quote:c76fdeb398]Èà¤Ï¤Û¤ó¤È¤ËÅ·ºÍ¤Ç¤¹¤Í¡£[/quote:c76fdeb398]¤¿¤À¤¿¤ÀƱ´¶¤Ç¤¹¡ª\r\n¤¢¡¢Thanx fo tha PM!\r\n\r\n¸ø¼°¥µ¥¤¥È¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í :idea: \r\n¥¸¥ã¥±°ã¤¤½é¤á¤Æ¸«¤Þ¤·¤¿¡£\r\n¤Á¤Ê¤ß¤Ë¤³¤Î¾ðÊ󸻤ϥ¹¥¯¥é¥Ã¥Á¤ÎÈĤǡ¢Èà¤Î½ñ¤­¹þ¤ß¤ò¸«¤ÆÃΤê¤Þ¤·¤¿¡£\r\n\r\n¤½¤¦¸À¤¨¤Ð¤µ¤Ã¤­¥¹¥¯¥é¥Ã¥Á¤Î¥¤¥ó¥¿¥ô¥å¡¼¸«¤Æ¤¿¤ó¤Ç¤¹¤¬ºÇ¸å¤Î¥á¥Ã¥»¡¼¥¸¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í¡¢¸µµ¤½Ð¤Þ¤¹ :) \r\n\r\ng-stringzŽ»ŽÝ¤ÎnewŽ±ŽÊŽÞŽÀŽ° :thumbright: Cute! \r\nŽÊŽßŽÊŽßŽÊŽßŽÊŽß~ŽÝ¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (254,'d57ea48e32','Re: That\'s Funksta!','Fonksta Bacon¤ÏG-One¥×¥í¥Ç¥å¡¼¥¹¤ÎR.Kelly¡¢Home Alone¤Ç¤â¥«¥Ã¥Æ¥£¥ó¥°¥®¥¿¡¼¤ò¤·¤Æ¤¤¤¿µ¤¤¬¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (255,'96c03cfd98','Re: That\'s Funksta!','[quote:96c03cfd98=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]Fonksta Bacon¤ÏG-One¥×¥í¥Ç¥å¡¼¥¹¤ÎR.Kelly¡¢Home Alone¤Ç¤â¥«¥Ã¥Æ¥£¥ó¥°¥®¥¿¡¼¤ò¤·¤Æ¤¤¤¿µ¤¤¬¤·¤Þ¤¹¡£[/quote:96c03cfd98]¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó¤µ¤ó¡¢½é¤á¤Þ¤·¤Æ!(¤Ç¤·¤¿¤è¤Í?)¥ì¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\nÈà¤Ï¤ä¤Ã¤Ñ¤ê¥³¡¼¥¹¥È¥ì¥¹¤Ê³èÆ°¤·¤Æ¤ë¤ó¤Ç¤¹¤Í :shock: \r\n\r\n¤Þ¤¿²þ¤á¤Æ¼«Ê¬¤ÇÄ´¤Ù¤¿¤é¿§¡¹È¯¸«¤·¤Þ¤·¤¿ :idea: \r\nÀ¾³¤´ß¤À¤È¡¢\r\nWon-G/Explosion¤ò¤Ï¤¸¤á¤È¤¹¤ëQuik´ØÏ¢¤ä,Gospel Gangstaz¤ò´Þ¤á¤¿SCC´ØÏ¢(Thanx Mr.g-stringz), O.S.T./Menace II Society, \r\nMC Eiht/Death Threatz, Spice 1/187 He Wrote, TQ - They Never Saw Me Comin\', College Boyz/Hollywood Paradox, ¤Ê¤É¡£\r\n\r\nR&B¤â´Þ¤á¤¿,Å쳤´ß¤ä¥³¡¼¥¹¥È¥ì¥¹¤ÊºîÉʤÀ¤È¡¢\r\nAshanti/Chapter II (Rain on Me & Rock Wit U), Raphael Saadiq/All Hits at the House of Blues, Larry Gittens/Dual Identity, \r\nMariah Carey/Charmbracelet,¡¡Mavis Staples/ST \'84, Deborah Cox/One Wish,¡¡Nalini/Lay Down(Prod by p.diddy) ,¡¡\r\nSoul for Real/For Life(Prod by p.diddy), Mokenstef/Azz Izz,¡¡Skin Deep/Get U Open¤Ê¤É¡Ä¡£\r\nÈà¤ÏÁ´ÊƤdzèÆ°¤·¤Æ¤ë¤ó¤Ç¤¹¤Í¡£Quik¤ÎDVD¤ÎÃæ¤Ç¡¢Bass¤ÇTrouble¤Î¥ê¥ÕÃƤ¤¤Æ¤ë¤ª¤Ã¤µ¤ó¤¬Fanksta¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¤¢¤ÈÄ´¤Ù¤Æ¤ë¤¦¤Á¤Ëµ¤ÉÕ¤¤¤¿¤ó¤Ç¤¹¤¬Mel-Low¤Î»®¤Ê¤ó¤«¤ÇÈà¤ÏCo-Produce(ŽÌŽßŽÛŽÃŽÞŽ­Ž°Ž½Ê亴¡©)¤â¤ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¡£\r\n¤½¤ì¤ÈWon-G¤ÎExplosion(No Better Than This)¤Ë¤ÏFingazz¤¬Talk Box¤Ç»²²Ã¤·¤Æ¤¿¤ó¤Ç¤¹¤Í :!: \r\n\r\nQuikƱÍͤ³¤Î¤ª¤Ã¤µ¤ó?¤ÎºÍǽ¤Ë¤Ï¶Ã¤­¤Ç¤¹¡£Îà¤Ïͧ¤ò¸Æ¤Ö¤â¤ó¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (256,'65294a9704','EsE DrEaMeR¤µ¤ó','³Ð¤¨¤Æ¤Þ¤¹¤è¢ö\r\n´ØÅì¤Ë¤ª½»¤ß¤À¤Ã¤¿¤ó¤Ç¤¹¤Í¡ª¥¤¥Ù¥ó¥È¤ÏÆüÍËÆü¤Ê¤Î¤ÇÍè¤ë¤Î¸·¤·¤¤¤Ç¤¹¤è¤Í¡ª\r\nChicano¥¤¥Ù¥ó¥È¤Çή¤·¤¿¶Ê¤â¿ôËçή¤¹Í½Äê¤À¤Ã¤¿¤ó¤Ç¤¹¤¬¤¶¤ó¤Í¤ó¤Ç¤¹¤Í¡Ä\r\n¤Þ¤¿µ¡²ñ¤¬¤¢¤ì¤Ð¤ª²ñ¤¤¤·¤Þ¤·¤ç¤¦¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (257,'21ff847d15','G-MIX04¤Î¼ýÏ¿¶Ê¤Ë¤Ä¤¤¤Æ','04¤ÎForeber I Shine¤ÈƱ¥Í¥¿¤Î¶Ê¡¢¸µ¥Í¥¿¤òõ¤·¤Æ¤¤¤Þ¤¹¡£Â¾¤ÏOl\' Skool - Isaac 2 Isaac¡¡¡Ê¥µ¥ó¥È¥éThe Show¤Ë¼ýÏ¿¡Ë¤Ê¤éÃΤäƤ¤¤ë¤Î¤Ç¤¹¤¬¡¢¤Û¤«¤Ë¤Ï¤¢¤ê¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (258,'9629141b48','','Isaac 2 Isaac. Ol\' skool¤Î¥Í¥¿¤Ï³Î¤«ISLEY BROTHERS¤À¤Ã¤¿¤È»×¤¤¤Þ¤¹¡£¶Ê̾¤Ï˺¤ì¤Þ¤·¤¿¡£Â¾¤Ë¤ÏParadise. Hoochies need love too¤â¥Í¥¿°ì½ï¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (259,'1d3eda8044','','Groove With You¤Ã¤¹¤Í¡£\r\n¥µ¥¦¥¹¤Ç¤¹¤±¤ÉPISTOL¤Ã¤Æ¿Í¤â»È¤Ã¤Æ¤Þ¤·¤¿¤è:2gunfire: \r\nEAZY-E¤Î¥ì¡¼¥Ù¥ë¤«¤é½Ð¤¿¥¢¥ë¥Ð¥à¤ÎÃæ¤Î\r\nRollin In My \'64(¤â¤½¤Î¥Í¥¿¤Ë»÷¤Æ¤ë)¤Î¼¡¤Î¶Ê¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (260,'c930a03b37','»×¤¤½Ð¤·¤Þ¤·¤¿','¿·¤·¤á¤Î¤À¤ÈMASTER P-Whoadie Gone\r\n¤â¤½¤¦¤Ç¤¹¤Í 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (261,'55e6741694','Bigg LBC-G¤µ¤ó','[quote:55e6741694=\"LBC-G\"]¤Þ¤¿µ¡²ñ¤¬¤¢¤ì¤Ð¤ª²ñ¤¤¤·¤Þ¤·¤ç¤¦¡ª¡ª[/quote:55e6741694] À§Èó!\r\n\r\n;Ã̤Ǥ¹¤¬My Homie¤¬LBC-G¤µ¤ó¤Î2ËÜ¥»¥Ã¥ÈMix Tape»ý¤Ã¤Æ¤Þ¤¹¤è :) \r\nWest¤ÎÊý¤Ï²Æ¤«¤é¤º¤Ã¤ÈÈà¤ÎLowrider¤Î¥Ç¥Ã¥­¤ËÆþ¤Ã¤Æ¤Þ¤¹¡£\r\n¤â¤¦¥Ç¥Ã¥­¤«¤é¥Æ¡¼¥×¤Ï½Ð¤Ê¤¤¤ó¤¸¤ã¤Ê¤¤¤«¤Ã¤Æ´¶¤¸¤Ç¤¹¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (262,'0dc1224014','','[color=cyan:0dc1224014][/color:0dc1224014]D-ILL¥µ¥ó¡¡g-stringz¥µ¥óµ®½Å¤Ê¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) PISTOL¤Ïµ¤¤Ë¤Ê¤ê¤Þ¤¹¤Í¡Á¡¢·ë¹½¥µ¥¦¥¹¹¥¤­¤Ê¤Î¤Ç¡¦¡¦¡¦\r\nõ¤¹¤ÎÆñ¤·¤½¤¦¤Ç¤¹¤Í¡¢£Ð£É£Ó£Ô£Ï£Ì¤Ï¡¦¡¦¡¦ :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (263,'c92cc37cfb','EsE DrEaMeR¤µ¤ó','¤¢¤Î£²ËÜÁȤߤÎTAPE½ê»ý¤·¤Æ¤¤¤ë¤ó¤Ç¤¹¤«¡© :)\r\n°¦Ä°¤·¤Æ¤¯¤ì¤Æ¤¤¤ë¤È¤Ï¤¦¤ì¤·¤¤¤Ç¤¹¤Í¢ö \r\n¤Þ¤¿µ¡²ñ¤¬¤¢¤ì¤ÐÀ½ºî¤·¤ÆÇÛÉÛ¤·¤Þ¤¹¤Î¤Ç!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (264,'8a97d8b131','Shor£ôy ¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍÆÊ罸!','Ê̥ȥԤòΩ¤Æ¤è¤¦¤«¤È»×¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢Íí¤ß¤Ç¤³¤Á¤é¤Ë :) \r\n\r\nÅöFORUM¤ÇÏÃÂêʨƭ :signquestion: ¤ÎShorty¤Ç¤¹¤¬\r\n¶á¡¹¥¤¥ó¥¿¥Ó¥å¡¼¤ò¹Ô¤¦Í½Äê¤Ç¤¹ :thumbright: \r\n\r\n¤½¤³¤Ç¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍƤòÊ罸¤¤¤¿¤·¤Þ¤¹¤Î¤Ç¤Õ¤ë¤Ã¤Æ¤´±þÊ礯¤À¤µ¤¤ :director: \r\nÃѤº¤«¤·¤¤Êý¤Ï ::oops: PM¤Ç¤â¥á¡¼¥ë¤Ç¤â²¿¤Ç¤â¤«¤Þ¤¤¤Þ¤»¤ó¤Î¤Ç\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (265,'96e813dd8b','Julio G¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍÆÊ罸!','[color=blue:96e813dd8b]\r\nºÇ¶áWestsideRadio¤ò¥ê¥ê¡¼¥¹¤·FOESUM¤Î1st, Slow Pain¤ÎHITLIST¤Ê¤É¤Î\r\nproduce¤Ç¤ª¤Ê¤¸¤ß¤ÎJulio G¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤ò¶á¡¹¹Ô¤¦Í½Äê¤Ç¤¹!\r\n\r\n\r\n¤½¤³¤Ç¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍƤòÊ罸¤¤¤¿¤·¤Þ¤¹¤Î¤Ç¤Õ¤ë¤Ã¤Æ¤´±þÊ礯¤À¤µ¤¤ :director: \r\nÃѤº¤«¤·¤¤Êý¤Ï ::oops: PM¤Ç¤â¥á¡¼¥ë¤Ç¤â²¿¤Ç¤â¤«¤Þ¤¤¤Þ¤»¤ó¤Î¤Ç\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹![/color:96e813dd8b]\r\n[url]http://www.cisco-records.co.jp/cgi/search_result2.php?qMode=artist&qId=A32401[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (266,'3be728d61a','4·îËö¤Ë¤Ê¤ê¤½¤¦¤Ç¤¹','[color=darkblue:3be728d61a]¤ªÆóÊý¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n½ã¿è¤Ë²»¤¬³Ú¤·¤á¤ë¥¤¥Ù¥ó¥È¤Ë¤·¤¿¤¤¤Ç¤¹¤Í¡£\r\n°ì±þ4·îËö¤´¤í¤Ë¤ä¤í¤¦¤«¤È¤¤¤¦ÏäˤʤäƤ¤¤Þ¤¹¡£\r\n¾Ü¤·¤¯·è¤Þ¤ê¤Þ¤·¤¿¤é¤Þ¤¿¹ðÃΤ·¤Þ¤¹¤Î¤Ç¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹![/color:3be728d61a]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (267,'78ebf0f132','','CUBE¤Î¤³¤È¤ä¡¢WESTSIDE CONNECTION¤Î¿·ºî¤ò¤É¤¦»×¤Ã¤Æ¤ë¤«¤¬ÃΤꤿ¤¤¤Ç¤¹¡£¤Á¤ç¤Ã¤Èµ¤¤Þ¤º¤¯¤Ê¤Ã¤Á¤ã¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¤ª´ê¤¤¤·¤Þ¤¹ :explosivesmile:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (457,'c2a3df95a7','Re: ½Ë! Messy MarvºÆȯ!','Á°¡¹¤«¤éµ¤¤Ë¤Ê¤Ã¤Æ¤Ï¤¤¤¿¤Î¤Ç¤¹¤¬¡¢¼«Ê¬¤Ï¤Þ¤ÀMessy Marv¤ò\r\nÄ°¤¤¤¿¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¡£²Æ¤Ë¥¿¥ï¥ì¥³¤Ç¼è¤ê´ó¤»¤òÍê¤ó¤À\r\n¡ÖTurf Politics¡× ¤â¤Ê¤ó¤ÎÏ¢Íí¤â¤Ê¤¤¤Ç¤¹¡£¡Ê¿ʬ˺¤ì¤é¤ì¤Æ¤Þ¤¹¤Í :( ¡Ë\r\n¤³¤Îµ¡²ñ¤ËÀ§ÈóÄ°¤¤¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (269,'90325b9e89','Z-RO¤Î¥Õ¥í¥¦','º£¡¢Look What You Did To Me¡ÊºÆȯ¡Ëʹ¤¤¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢\r\nZ-Ro¤Î²Î¤¤¤«¤¿¤Ã¤Æ¤Ê¤Ë¤«¤Ë»÷¤Æ¤ë¥Ê¡¼¤È¤º¡¼¤Ã¤È»×¤Ã¤Æ¤¿¤Ê¤¾¤¬\r\n²ò·è¤·¤Þ¤·¤¿ :signexclaim: \r\n\r\n²¿¤«¥ì¥²¥¨¤Ã¤Ý¤¤´¶¤¸¤¬¤·¤Þ¤»¤ó :signquestion: \r\n¤½¤¦´¶¤¸¤ë¤Î¤Ï»ä¤À¤±¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦ :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (270,'803377cf29','¥¸¥ã¥Þ¥¤¥«¥ó¡©','ÀÎGUERILLAMAAB¤Î¥Õ¥©¡¼¥é¥à¤ÇZ-RO¤Ï¥¸¥ã¥Þ¥¤¥«·Ï¤Î°Ü̱¤Î»Ò¹¤À¡¢¤Ê¤ó¤Æ¤³¤È¤ò¸ì¤Ã¤Æ¤¿¤Î¤ò³Ð¤¨¤Æ¤Þ¤¹¡£¤¢¤ÈDOWN-SOUTHCOM¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤Ç¤â¥é¥Ã¥×¤â²Î¤â¥ì¥²¥¨¤âÁ´Éô¤³¤Ê¤¹KLONDIKE KAT¤Ë±Æ¶Á¤ò¼õ¤±¤¿¡¢¤Ê¤ó¤Æ¸À¤Ã¤Æ¤Þ¤¹¡£¤È¤¤¤¦¤³¤È¤Ï¼«Ê¬¤â¥ì¥²¥¨¤À¤È»×¤Ã¤Æ¤ä¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¡© :?: \r\n\r\n¼«Ê¬Åª¤Ë¤Ï¤¢¤Î°¥½¥¥È¥é¥Ã¥¯¤Ë¤Î¤Ã¤Æ¤­¤ì¤¤¤Ë¥Ï¥â¤ë¤Î¤Ç¡¢¤«¤Ê¤ê¥ª¥ê¥¸¥Ê¥ëÅٹ⤤ÆÈÆäβΥé¥Ã¥×¤À¤È»×¤Ã¤Æʹ¤¤¤Æ¤Þ¤·¤¿¤±¤É¡¢¤½¤¦¸À¤ï¤ì¤ë¤È¤Ê¤ë¤Û¤É¤È¤ª¤â¤¤¤Þ¤¹¡£Z_RO VS THE WORLD¤ÇPAPA REU¤È¤ä¤Ã¤Æ¤Þ¤¹¤±¤É¡¢ÁêÀ­¤Ð¤Ã¤Á¤ê¤Ç¤¹¤Í¡£\r\n\r\n¶áº¢¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤·¤¿¡£ :signoops: \r\n´èÄ¥¤Ã¤ÆÀ¹¤ê¾å¤²¤Þ¤¹¤Î¤Ç²¹¤«¤¤ÌܤǸ«¼é¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤ :oops: \r\n\r\n¿·Éè¤â½Ð¤Þ¤¹¤·¤Í :signexclaim:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (271,'df53df6429','DJSCREW¤Îµ¡ºà','¼«Ê¬¤Î¤â¤¦°ì¤Ä¤Î¥Õ¥©¡¼¥é¥à¤ÇSCREWED¡õCHOPPED¤ÎÏ䬤Ǥ¿¤Î¤Ç¡£¡£¡£\r\n¤¤¤í¤¤¤í¹Í¤¨¤Æ¤Æ¤Þ¤¿Æ椬¤Ç¤­¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\nÉáÄ̤λÔÈΤΥ¿¡¼¥ó¥Æ¡¼¥Ö¥ë¤Î¥Ô¥Ã¥ÁÉý¤Ç¤Ï¡¢¤¢¤ó¤Ê¤Ë¥È¥í¥È¥í¤Ê¾õÂ֤ǥߥ寥¹¤Ç¤­¤Ê¤¤¤ó¤¸¤ã¤Ê¤¤¤«¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢¤ä¤Ã¤Ñ¤ê¥ß¥Ã¥¯¥¹¤Ï¥Ç¥¸¥¿¥ë¤ÇCDJ¤È¤«»È¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (272,'8e5a7ce876','EAZY-E','²¿¤À¤«¤ó¤À¤ÇÂç¹¥¤­¤É¤¹ :2gunfire: \r\n¤³¤Î¿Í¤Î¾ì¹ç¤Ï¥é¥Ã¥Ñ¡¼¤Ï¥Æ¥¯¤Ç¤Ï¤Ê¤¯¤Æ¥­¥ã¥é¤Ã¤Æ´¶¤¸¤Ç¤¹\r\n£É£Í£Ð£Á£Ã£Ô¡¡OF A LEGEND¤Ï¥ê¥å¡¼¥¸¥ç¥ó£±¤Ç¤¹¤¬¥Á¥ã¥ó¥¹¤¬¤¢¤ì¤Ð¸«¤ë²ÁÃÍÂç¤Ç¤¹¡£¥Æ¥ì¥Ó¥é¥¤¥Ö¤Ç¤ÏÉ÷Ϥ¾å¤ê¤Î¤è¤¦¤Ê³Ê¹¥¤·¤Æ¡¢£Ë£Ò£Ó¡Ý£±¤È¥¤¥ó¥¿¥Ó¥å¡¼¤µ¤ì¡¢¥é¥¤¥ÖËÜÊԤǤϣ٣Á£Ì£Ì£Á¤¬¤¢¤ª¤êÌò¤Çdresta,BG knocc Out¤¬µÒ±é¤·¤Æ¤Þ¤¹¡£\r\namazon¤Ç´Êñ¤Ë¼ê¤Ë¤Ï¤¤¤ê¤Þ¤¹¤è¡£\r\nEAZY-E¤Î¸Ä¿ÍŪBest¶Ê¤Ï£±£¸£·um Pro¤Î£Á£î£ù¡¡£ì£á£ó£ô¡¡words\r\nµÒ±é¤Ï¡¡£Ñ£õ£é£ë¡¡£Ð£ò£ï¤ÎPenthouse players clique ¤Î£Ô£ò£õ£ó£ô¡¡£Îo¡¡bitch\r\n¤Ç¤¹¡£\r\n¤ß¤Ê¤µ¤ó¤Ï¤É¤¦¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (273,'6e5715b527','','¤¦¡¼¤ó¹Ô¤­¤¿¤¤¤Ç¤¹¤Í :angel: \r\n½ÐÍè¤ë»ö¤Ê¤éplay¤â¤·¤¿¤¤¤Ç¤¹¤Í\r\n¤·¤«¤·±óÊý¤Ê¤Î¤Ç̵Íý¤Ç¤¹¤Í¡¼»ÄÇ°¤Ç¤¹¤¬\r\n¤¦¡¼¤ó :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (274,'60916cb39b','','Smoker\'s Anthem¤¤¤¤¤Ç¤¹¤è¤Í¡¼¡ª\r\n\r\n93-95¤Î¥®¥ã¥ó¥°¥¹¥¿¥é¥Ã¥×¤Ã¤Æ¥ì¥²¥¨¥Ö¡¼¥à¤Î±Æ¶Á¼õ¤±¤Æ¤ë¤â¤Î¤¬·ë¹½¤¢¤ê¤Þ¤¹¤è¤Í¡£\r\nSPICE 1¡¢BROTHA LYNCH¡¢¤½¤Î»þÂå¤ÎRAP-A-LOT¡¢\r\n¤½¤ì¤ËBONE THUGS¤Ê¤É¤Î¥¿¥ó¡¦¥È¥¥¥¤¥¹¥Æ¥£¥ó¡¦¥¹¥¿¥¤¥ë¤â¤½¤¦¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤Îº¢¤«¤é¥¹¥¿¥¤¥ë¤¬ÊѤï¤é¤Ê¤¤SPC¡¢KILLA KLAN´Ø·¸(KAT¡¢PHAROAH¤Ê¤É)¤Î\r\n¥â¥í¤Ë¥ì¥²¥¨¤Ê²Î°Ê³°¤ÎÉôʬ¡½Àå¤ò´¬¤¤¤¿¥é¥Ã¥×¤â¥ì¥²¥¨¤Î±Æ¶Á¤À¤È»×¤Ã¤Æ¤¤¤Þ¤¹¡£\r\n\r\n¤¢¤ÈKLONDIKE KAT(SPC)¤Ã¤ÆAggravated Rasta¤È¤«¤ä¤Ã¤Æ¤Æ\r\n¥é¥¹¥¿¥Õ¥¡¥ê¥º¥à¿®¶Ä¤·¤Æ¤ë¤ó¤Ç¤¹¤« :?: ¥à¥¹¥ê¥à¤Ã¤Ý¤¤¤È¤â»×¤¦¤ó¤Ç¤¹¤¬¡Ä¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (275,'3c041ad9a3','','¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£goku¤µ¤ó¤Î¥Õ¥©¡¼¥é¥à¤ß¤Þ¤·¤¿¡ª\r\n\r\n¤Ç¤­¤ë¤«¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢Î㤨¤Ð¡¢60ʬ¤Î¥«¥»¥Ã¥È¥Æ¡¼¥×¤Î¥ê¡¼¥ë¤Î²óž¿ô¤ò®¤¯¤·¤Æ50ʬ´Ö¤ÇÏ¿²»¤·¤Æ¡¢\r\nÉáÄ̤βóž¿ô¤ÇÄ°¤±¤Ð¡¢15¡Ý20¡ó¤°¤é¤¤ÃÙ¤¯¤Ê¤Ã¤¿¤ê¤·¤Þ¤»¤ó¤«¡©\r\n¤½¤ó¤Ê¤è¤¦¤Ê¼êË¡¤ò»È¤Ã¤Æ¤¤¤¿¤Î¤«¤Ê¡¢¤È¹Í¤¨¤¿¤ó¤Ç¤¹¤±¤É\r\n¥³¥¹¥ê¤ÏÃÙ¤¯¤Ê¤Ã¤Æ¤Ê¤¤¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¤·¡¢¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤Î¥Á¥ç¥Ã¥×¤Ê¤É¤â¡Ä\r\n¤ï¤«¤é¤Ê¤¤¤³¤È¤À¤é¤±¤Ç¤¹ :? \r\n\r\n¤¹¤´¤¯ÃΤꤿ¤¤¤Î¤Ç\r\n°ú¤­Â³¤­¤ï¤«¤ëÊý¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (276,'c4c447e998','','¤Ï¤¸¤á¤Þ¤·¤Æ\r\n¤½¤ÎDVD´Ñ¤¿¤¤¤Ç¤¹¡ª·ë¹½¤º¤Ã¤Èµ¤¤Ë¤Ê¤Ã¤Æ¤Æ¡¦¡¦¡¦\r\n¾ÜºÙ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) CD¤âÉÕ¤¤¤Æ¤ë¤ó¤Ç¤¹¤è¤Í¡¦¡¦¡¦¡©¤É¤¦¤Ç¤·¤¿¤«¡©\r\n\r\n¥Ù¥¹¥È¤ÏReal Muthafuccin G\'s¤òÁª¤Ó¤¿¤¤¤È»×¤¤¤Þ¤¹¡£\r\nBG KNOCC & DRESTA¤Î¥Õ¥¡¥ó¤Ç¤â¤¢¤ë¤Î¤Ç¡£\r\nAny Last Words¤â¤¹¤´¤¯¹¥¤­¤Ç¤¹¡£¤¢¤Î¥¢¥ë¥Ð¥à¤Ï¤¤¤¤¶Ê¤Ð¤«¤ê¤Ç¤¹¤Í¡£\r\n\r\nTrust No Bitch¤â¤Þ¤¸¤Ç¤¤¤¤¶Ê¤Ç¤¹¤Í¡ªÂ¾¤ËµÒ±é¤·¤Æ¤ë¤Î¹Í¤¨¤Þ¤·¤¿¤¬¡¢\r\nEAZY¤Ã¤Æ°Æ³°µÒ±é¾¯¤Ê¤¤¤è¤¦¤Ê¡¦¡¦¡¦BONE¡¢ATL¡¢Â¾¤Ë¤¢¤ê¤Þ¤·¤¿¤Ã¤± :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (277,'522f7bb7ed','HOW DID DJ SCREW MIX?','¤¢¤Î¥º¥­¥å¥Ã¥º¥­¥å¥Ã¤Î¤½¤Ã¤±¤Ê¤¤¥¹¥¯¥é¥Ã¥Á¤Ï¡¢¤Ê¤ó¤À¤«¥¹¥í¡¼¤Ç¥ß¥Ã¥¯¥¹¤·¤Æ¤ë¤«¤é¤³¤½¤ä¤Ã¤Æ¤Æ°ÕÌ£¤¬¤¢¤ë¤è¤¦¤Ê´¶¤¸¤·¤Þ¤¹¡£¤Ç¤Ê¤¤¤È²¼¼ê¤È»æ°ì½Å :?:\r\n\r\nÈù̯¤Ç¤¹¤Í¡£ :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (278,'7edc6022c3','KILLA KLAN','º£»ý¤Ã¤Æ¤ë¤ä¤Ä¤Ç¸«¤ÆÄ´¤Ù¤Æ¤ß¤Þ¤·¤¿ :) \r\n¥¢¥ë¥Ð¥à¤Î¸¥¼­¤Ë¥¢¥é¡¼¤È¤¤¤Ã¤Æ¤ë¤Î\r\nBAM¡¢FAKKULTY¡¢\r\n¤½¤Î¾¤ÏGOD¤â¤·¤¯¤ÏLORD¤È¤¤¤Ã¤Æ¤ë¤Î¤Ç¥­¥ê¥¹¥È¶µÅ̤Ǥ·¤ç¤¦¤«¡©\r\nSPCÁ´ÂΤâ´Þ¤á¤ë¤È¥¤¥¹¥é¥àÅÙ¤¬¤â¤Á¤ç¤Ã¤ÈÇ»¤¯¤Ê¤ê¤½¤¦¤Ç¤¹¤¬¡¢KILLA KLAN¤À¤±¤À¤È¥­¥ê¥¹¥È¶µ¤¬Â¿¿ôÇɤΤ褦¤Ç¤¹¡£¥à¥¹¥ê¥à¤Î¥¤¥á¡¼¥¸¤¬¶¯¤¤¤Î¤Ç´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿¡£\r\n\r\n¤¢¤ó¤Þ¤êÃΤé¤Ê¤¤¤Î¤ÇŬÅö¤Ç¤¹¤ß¤Þ¤»¤ó¤¬¡¢¥à¥¹¥ê¥à¤È¤¤¤Ã¤Æ¤â¿ʬNATION OF ISLAM¤À¤«¤é¡©¡¢¿®¶Ä¤Î·Á¤Ï°ã¤¦¤±¤É¡¢·ë¹½¥é¥¹¥¿¥Õ¥¡¥ê¥º¥à¤È¼Â¸½¤µ¤»¤è¤¦¤È¤¹¤ëÌÜɸ¤ß¤¿¤¤¤Ê¤â¤Î¤ÏƱ¤¸¤À¤Ã¤¿¤ê¤¹¤ë¤ó¤Ç¤¹¤«¤Í¡£¹õ¿Í¹ñ²È·úÀߤȤ«¡¢¥¢¥Õ¥ê¥«²óµ¢¤È¤«¡£\r\n\r\nBAM¤Î¥¢¥ë¥Ð¥à¡¢Ãæ¤Î¼Ì¿¿¥­¥ê¥¹¥È¶µ¤Î¶µ²ñ¤À¤·¡¢¤Ç¤âTHANKSÍó¤Ë¤Ï¥¢¥é¡¼¤Ã¤Æ½ñ¤¤¤Æ¤ë¤·¡¢¤è¤¯¤ï¤«¤ê¤Þ¤»¤ó¡£ :dontknow: \r\n\r\n¤Ç¤â¤½¤¦¤Ê¤ë¤ÈÈà¤é¤Î¾ì¹ç¡¢¤Ê¤ó¤À¤«Î®¹Ô¤É¤³¤í¤¸¤ã¤Ê¤¯¤Æ¤Ê¤ó¤À¤«¥é¥¹¥¿¤Î¿®¶Ä¤¬¹ü¤Ë¤Þ¤ÇÀ÷¤ßÉÕ¤¤¤Æ¤¤¤ë¤¼¡ª\r\n¤È¤¤¤¦´¶¤¸¤Ê¤Î¤Ç¤·¤ç¤¦¤«¡£\r\n\r\n¥ì¥²¥¨¤Î±Æ¶Á¤¬ÅÚÃÏÅÚÃϤˤè¤Ã¤Æ°ã¤Ã¤¿¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n¤¤¤í¤ó¤Ê¥­¥ã¥é¤¬½Ð¤Æ¤­¤Æ¤ß¤ó¤Ê¤¤¤í¤¤¤í¥¹¥¿¥¤¥ë¤¬¤¢¤Ã¤ÆÌÌÇò¤½¤¦¤Ç¤¹¤Í¡£\r\nKOOPSTA¡¡KNICCA¤È¤«¤â¤½¤¦¤Ê¤ë¤ó¤Ç¤·¤ç¤¦¤«¡£\r\n\r\n¤Ê¤¬¤¯¤Ê¤Ã¤Á¤ã¤Ã¤Æ¤¹¤ß¤Þ¤»¤ó'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (279,'08e600083f','','¤Ï¤¸¤á¤Þ¤·¤Æg-stringz ¤µ¤ó :) \r\n£Ã£Ä¤Ë¤Ä¤¤¤Æ¤ÏÁ´¶Ê£Ò£È£Ù£Ô£È£Í¡¡£Ä¤Î£Ðro¤Ê¤ó¤Ç¤¹¤è¡££±£²¡É£Ð£ò£ï£í£ï¤Ç½Ð¤Æ¤¿£Ó£÷£é£ô£ã£è£å£ú¤â¹¥¶Ê¤Ç¤¹¤¬¡¢¤½¤ì°Ê¾å¤Ë£Å£Á£Ú£Ù£±£²£³¤È¤¤¤¦¶Ê¤Ï£Ò£è£ù£ô£è£í¡¡£ÄÆÃÍ­¤ÎÂçÃÀ£Æ£Õ£Î£Ë :rr: ¤ËEazy¤ÎÀª¤¤¤¢¤ë£Ò£Á£Ð¤¬Êʤˤʤë¤Ê¤«¤Ê¤«¤Î¶Ê¤Ç¤¹¤è¡£\r\n¤¿¤Àº£¤äËÜÅö¤Ë±À¤Î¾å¤Î¿Í¤Ê¤Î¤Ç¡¢Á´¶ÊEazy°Ê³°¤Î¥é¥Ã¥Ñ¡¼¤â¿¿ôµÒ±é¤·¤Æ¤è¤¦¤ä¤¯£±¶Ê¤È¤·¤ÆÀ®¤êΩ¤¿¤»¤Æ¤¤¤ë¤È¤¤¤Ã¤¿´¶¤¸¤ÏÈݤá¤Ê¤¤¤Ç¤¹¡£\r\n¤½¤·¤Æ£ç¡Ýstringz¤µ¤ó¤Î¤´»ØŦ¤É¤ª¤ê£Åazy¤ÎµÒ±é¤Ï¾¯¤Ê¤¤¤Ç¤¹¤è¤Í¡£\r\nËͤÎÃΤäƤë¸Â¤ê£Â£ï£î£å¡¤£Á£Ô£Ì¤½¤Î¾¤Ç¤Ï£Ô£È£Å¡¡£Ä£Ï£Ã¤Î£Ôhe grand finale .Blood of Abraham¤ÎNIGGAZ and Jewz°Ì¤Ç¤¹¡£Â¾¤Ë¤Ï¤¦¡¼¤ó :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (280,'5059234868','Re: DJSCREW¤Îµ¡ºà','¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹ :birdman: \r\n[quote:5059234868=\"goku\"]ÉáÄ̤λÔÈΤΥ¿¡¼¥ó¥Æ¡¼¥Ö¥ë¤Î¥Ô¥Ã¥ÁÉý¤Ç¤Ï¡¢¤¢¤ó¤Ê¤Ë¥È¥í¥È¥í¤Ê¾õÂ֤ǥߥ寥¹¤Ç¤­¤Ê¤¤¤ó¤¸¤ã¤Ê¤¤¤«¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢¤ä¤Ã¤Ñ¤ê¥ß¥Ã¥¯¥¹¤Ï¥Ç¥¸¥¿¥ë¤ÇCDJ¤È¤«»È¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª :signhelp:[/quote:5059234868]\r\n\r\nº£º¢¤Ï50%¤È¤«ÊѲ½¤µ¤»¤é¤ì¤ë¥¿¥ó¥Æ¤â¤¢¤ë¤è¤¦¤Ç¤¹¤è :book: \r\n¤¢¤ÈÛ£Ëæ¤Êµ­²±¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤±¤É¡¢DJ SCREW¤Î¤Ï¼«Ê¬¤Ç²þ¤¤·¤Æ¤¤¤¿¤Èʹ¤¤¤¿»ö¤¢¤ê¤Þ¤¹\r\n¼«Ê¬¤Î¿ä¬¤Ç¤Ï¡¢½é¤á¤«¤éSPEED¤Ï¤¢¤Î¤Þ¤ó¤Þ¤À¤È»×¤¤¤Þ¤¹\r\n¤Ê¤ó¤«¡¢´Ö¡Ê¤Þ¡Ë¤È¤«¶Ê¤ÎÊѤ¨»þ¤«¤é¤½¤¦»×¤¦¤ó¤Ç¤¹¤±¤É¡¥¡¥¡¥\r\n¤¢¡¢¥·¥í¥Ã¥×¤ä¤Ã¤Æ¤ëÌõ¤Ç¤Ï¤Ê¤¤¤Ç¤¹ :drunken: \r\n¤¢¤¯¤Þ¤Ç¾¡¼ê¤Ê¿ä¬¤Ç¤¹¤±¤É¤Í¡¢¤½¤ì¤Ç¤Ï'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (281,'0d250e72cd','Re: ¥¸¥ã¥Þ¥¤¥«¥ó¡©','[quote:0d250e72cd=\"goku\"]ÀÎGUERILLAMAAB¤Î¥Õ¥©¡¼¥é¥à¤ÇZ-RO¤Ï¥¸¥ã¥Þ¥¤¥«·Ï¤Î°Ü̱¤Î»Ò¹¤À¡¢¤Ê¤ó¤Æ¤³¤È¤ò¸ì¤Ã¤Æ¤¿¤Î¤ò³Ð¤¨¤Æ¤Þ¤¹¡£¤¢¤ÈDOWN-SOUTHCOM¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤Ç¤â¥é¥Ã¥×¤â²Î¤â¥ì¥²¥¨¤âÁ´Éô¤³¤Ê¤¹KLONDIKE KAT¤Ë±Æ¶Á¤ò¼õ¤±¤¿¡¢¤Ê¤ó¤Æ¸À¤Ã¤Æ¤Þ¤¹¡£¤È¤¤¤¦¤³¤È¤Ï¼«Ê¬¤â¥ì¥²¥¨¤À¤È»×¤Ã¤Æ¤ä¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¡© :?: \r\n[/quote:0d250e72cd]\r\n\r\n¥ì¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤Ê¤ë¤Û¤É¤© :shock: \r\n¤½¤ó¤ÊÇطʤ¬¤¢¤ë¤ó¤Ç¤¹¤Í¡£\r\n¤·¤é¤Ê¤«¤Ã¤¿¤Ç¤¹ :alien: \r\n\r\n[quote:0d250e72cd=\"goku\"]\r\n¶áº¢¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤·¤¿¡£ :signoops: \r\n´èÄ¥¤Ã¤ÆÀ¹¤ê¾å¤²¤Þ¤¹¤Î¤Ç²¹¤«¤¤ÌܤǸ«¼é¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤ :oops: \r\n\r\n¿·Éè¤â½Ð¤Þ¤¹¤·¤Í :signexclaim:[/quote:0d250e72cd]\r\n\r\n¤¤¤¨¤¤¤¨¡¢¤³¤Á¤é¤³¤½¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£\r\n¤³¤¦¤¤¤Ã¤¿Forum¤Ï¤Ê¤«¤Ê¤«½ñ¤­¹þ¤ó¤Ç¤¯¤ì¤ë¿Í¤¬¤¹¤¯¤Ê¤¯¤Æ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (282,'11b56fabe5','','¤É¤¦¤âÍ­Æñ¤¦¤´¤¶¤¤¤Þ¤¹¡ª¼«Ê¬¤Ç²þ¤¤Ç¤¹¤«¡ª\r\n¤Ç¤âºÇ½é¤Î¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤¿¤â¤Î¤òÏ¿¤Ã¤¿¸å¡Ê¤«¤É¤¦¤«¡Ë¤Î¥ß¥Ã¥¯¥¹¤Îµ¿Ì䤬¡£¡£¡£\r\nËÜÅö¤ËÉԻ׵ĤǤ¹¤Í¡£\r\n¥Æ¡¼¥×¤Î²óž¿ô¾å¤²¤ë¤È¤¤¤¦¤Î¤â¤¢¤ê¤¨¤½¤¦¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (283,'556ba20891','»ä¤â¹¥¤­¤Ê¤ó¤Ç¤¹¡£','[quote:556ba20891=\"toni montana\"]²¿¤À¤«¤ó¤À¤ÇÂç¹¥¤­¤É¤¹ :2gunfire: \r\n¤³¤Î¿Í¤Î¾ì¹ç¤Ï¥é¥Ã¥Ñ¡¼¤Ï¥Æ¥¯¤Ç¤Ï¤Ê¤¯¤Æ¥­¥ã¥é¤Ã¤Æ´¶¤¸¤Ç¤¹\r\n£É£Í£Ð£Á£Ã£Ô¡¡OF A LEGEND¤Ï¥ê¥å¡¼¥¸¥ç¥ó£±¤Ç¤¹¤¬¥Á¥ã¥ó¥¹¤¬¤¢¤ì¤Ð¸«¤ë²ÁÃÍÂç¤Ç¤¹¡£¥Æ¥ì¥Ó¥é¥¤¥Ö¤Ç¤ÏÉ÷Ϥ¾å¤ê¤Î¤è¤¦¤Ê³Ê¹¥¤·¤Æ¡¢£Ë£Ò£Ó¡Ý£±¤È¥¤¥ó¥¿¥Ó¥å¡¼¤µ¤ì¡¢¥é¥¤¥ÖËÜÊԤǤϣ٣Á£Ì£Ì£Á¤¬¤¢¤ª¤êÌò¤Çdresta,BG knocc Out¤¬µÒ±é¤·¤Æ¤Þ¤¹¡£\r\namazon¤Ç´Êñ¤Ë¼ê¤Ë¤Ï¤¤¤ê¤Þ¤¹¤è¡£\r\n[/quote:556ba20891]\r\n\r\n¤Ï¤¸¤á¤Þ¤·¤Æ¢ö\r\n»ä¤â¤Ê¤ó¤À¤«¤ó¤ÀÂç¹¥¤­¤Ê¤ó¤Ç¤¹¡£\r\n\r\n¤Ç¡¢Impact of a Legend¤ÎDVD¤Ç¤¹¤¬»ä¤â¸«¤ë²ÁÃÍÂç¤À¤È»×¤¤¤Þ¤¹¤è¡£:book: \r\n¥ê¡¼¥¸¥ç¥ó1¤¬Äˤ¤¤Ç¤¹¤±¤É¤Í¡£\r\nPV¥á¥¬MIX¤Ê¤ó¤Æ´¶Æ°¤Ç¤·¤¿ :pirate: \r\n\r\n :2gunfire: ¥²¡¼¥à¤â¼ýÏ¿¤µ¤ì¤Æ¤Þ¤·¤¿¤Ã¤±¡¦¡¦¡¦?\r\nCD¤ÎÃæ¿È¤Ï¤¢¤Þ¤ê³Ð¤¨¤Æ¤Ê¤¤¤Ç¤¹ :crackup: \r\n\r\nʹ¤­¤Ê¤ª¤·¤Æ¤ß¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (284,'69d2c21661','KANYE WEST"COLLAGE DROPOUT"¤Î¥¸¥ã¥±','¥¸¥ã¥±Ç㤤¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\n¤³¤ó¤Ê¤«¤ï¤¤¤é¤·¤¤Ã夰¤ë¤ß¤Î³¨¤Î¥¸¥ã¥±¥Ã¥È¤Ï¤È¤óÂÀ¤µ¤ó¤Î¥Õ¥©¡¼¥é¥à¤Ç¸ì¤Ã¤Æ¤â¤¤¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n¥Ö¥Ã¥¯¥ì¥Ã¥È¤â¹ë²Ú¤ÇÀΤμ̿¿¤È¤«¸«¤¨¤Æ³Ú¤·¤«¤Ã¤¿¤Ç¤¹¡£\r\n\r\n¤«¤Ê¤ê¥¢¥Ã¥×¥Æ¥ó¥Ý¤Î¥¨¥¢¥í¥ÓÍÑWORKOUT¤Î²Î¤Ç¥Ð¥¤¥ª¥ê¥ó¥Ñ¡¼¥È¤Î¤¢¤È¤Ë¤Ê¤ó¤ÈBOSKO¤¬¥È¡¼¥¯¥Ü¥Ã¥¯¥¹¤Ç¡Ö¤¢¤¤¤ï¤Ê¤·¡¼¤è¤ï¡¼¤¯¤¢¤¦¡¼¡×¤È²Î¤Ã¤Æ¤ë¤Î¤Ë¤Ï¾Ð¤¤¤Þ¤·¤¿¡£ :bootyshake: \r\n\r\nÉÔŬÀڤǤ·¤¿¤éºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (285,'5b914c6eb8','','[quote:5b914c6eb8=\"goku\"]¤Ç¤âºÇ½é¤Î¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤¿¤â¤Î¤òÏ¿¤Ã¤¿¸å¡Ê¤«¤É¤¦¤«¡Ë¤Î¥ß¥Ã¥¯¥¹¤Îµ¿Ì䤬¡£¡£¡£[/quote:5b914c6eb8]\r\n¤¢¡¢¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¡¥¡¥¡¥¤¢¤ì¤Ï¡¢ÉáÄ̤ή¤µ¤ÇÏ¿¤Ã¤Æ¤ë¤Ç¤·¤ç¤¦¤Í\r\n¤½¤ì¤Î¥Á¥ç¥Ã¥×¤Ï¡¥¡¥¡¥¤¦¡¼¤ó¡¢¥Ç¥£¥ì¥¤¤È¤«¥µ¥ó¥×¥é¡¼¤È¤¤¤Ã¤¿µ¡ºà¤Ç¤¹¤«¤Í¡¥¡¥¡¥\r\n\r\n¿ʬ :angel4:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (286,'9f220b09d7','Mexicans With Attitude','Easy-E¤ÏBrownside¤ÎEastside Drama¤Ã¤Æ¶Ê¤Ë¤â»²²Ã¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£\r\nEasy¤¬À¸¤­¤Æ¤¤¤¿¤éRuthless¤Ïº£º¢¡¢Ãã¹õº®¹ç¤ÎŽÒŽÁŽ¬ŽÒŽÁŽ¬ÌÌÇò¤¤¥ì¡¼¥Ù¥ë¤Ë¤Ê¤Ã¤Æ¤¿¤ó¤Ç¤·¤ç¤¦¤Í!\r\nFrost¤È¤«Tony G¤Ê¤ó¤«¤ÎG-spot geez¤ÈEasy-E¤Î¶¦±é¤È¤«¡£\r\n¤â¤Ã¤ÈChicano Rapper¤òHook up¤·¤¿¤ê¡£¡¡»ÄÇ°¤Ç¤¹¤Í :cry: \r\n\r\nEric Wright R.I.P.'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (287,'ccd780639d','','¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª¤Þ¤¹¤Þ¤¹¸«¤¿¤¯¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿¡ª\r\nCD¤âÁ´¶ÊRHYTHM D¤È¤¤¤¦¤³¤È¤Ç¡¢´üÂÔ¤¬ËĤé¤ß¤Þ¤¹¡£¥È¥é¥Ã¥¯¥ê¥¹¥È¤ÏÄ´¤Ù¤Æ¸«¤Æ¤ß¤Þ¤·¤¿¤è 8)\r\n BG KO¡¢DRESTA¡¢SHAKI¤¬¤¤¤Ê¤¤¤Î¤ÏÄˤ¤¤Ç¤¹¤¬¡¢\r\nPAPERBOY¤ÈSTEFFON¡¢¤¢¤Î¿Í¤Ïº£¾õÂ֤Υé¥Ã¥Ñ¡¼¤¬»²²Ã¤·¤Æ¤ë¤Î¤Ï¤Á¤ç¤Ã¤È´ò¤·¤¤¤Ç¤¹ :wink: \r\n\r\nDOC¤Î¶Ê¤ÏEAZY¤È¤¤¤¦¤è¤êNWA¤Î¥¤¥á¡¼¥¸¤À¤Ã¤¿¤Î¤Ç¡¢»×¤¤É⤫¤Ó¤Þ¤»¤ó¤Ç¤·¤¿¡£¡£\r\nBLOOD OF ABRAHAM¤Ï»ý¤Ã¤Æ¤¤¤Ê¤¤¤ó¤Ç¤¹¤è ::oops: ATBAN KLAN(B.E.P.)¤Ë¶á¤¤¥°¥ë¡¼¥×¤Ç¤¹¤è¤Í¡©\r\n¤½¤ÎÊÕ¤ä¥Á¥«¡¼¥Î¤ò´Þ¤á¤Æ¡¢DeathRow¤ß¤¿¤¤¤Ë¸ß¤¤¤Ë¥Õ¥£¡¼¥Á¥ã¡¼¤·¤Þ¤¯¤ë¤ä¤êÊý¤Ç¤ä¤Ã¤Æ¤¿¤é\r\n¤­¤Ã¤È³Ú¤·¤«¤Ã¤¿¤Ç¤·¤ç¤¦¤Í¡ª\r\n\r\nEsE DrEaMeR¤µ¤ó\r\nBROWNSIDE¤Î¤½¤Î¶Ê¡¢²¿¤Î¥¢¥ë¥Ð¥à¤ËÆþ¤Ã¤Æ¤Þ¤¹¤«¡©\r\nƱ̾¤Î¥¢¥ë¥Ð¥à¤Ë¤ÏÆþ¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢¤â¤·¤«¤·¤¿¤é̤ȯɽ¡©¤È»×¤Ã¤¿¤ó¤Ç¤¹¤±¤É :? \r\n¤¿¤·¤«BROWNSIDE¤ÎÃæ¤Î°ì¿Í¤âË´¤¯¤Ê¤Ã¤Æ¤ë¤ó¤Ç¤¹¤è¤Í¡ÄR.I.P. :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (288,'c5270880fb','','¤ï¤¶¤ï¤¶Ä´¤Ù¤Æ¤¯¤À¤µ¤Ã¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nSPC¤Ï¥Ö¥é¥Ã¥¯¥à¥¹¥ê¥à¤Ð¤Ã¤«¤¸¤ã¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤Í¡¼¡£ÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤·¤¿¡ª\r\n¥é¥¹¥¿¤È¥Ö¥é¥Ã¥¯¥à¥¹¥ê¥à¤Î´Ø·¸¡¦¡¦¡¦\r\nËͤ⽡¶µ¤Ë¤Ä¤¤¤Æ¾Ü¤·¤¯¤Ê¤¤¤Î¤Ç¤¢¤Þ¤ê¥³¥á¥ó¥È¤Ç¤­¤Þ¤»¤ó ::oops: \r\n\r\nKOOP¤â¶Ê¤Ë¤è¤Ã¤Æ¥ì¥²¥¨¤Ã¤Ý¤¤¤È¤­¤¢¤ê¤Þ¤¹¤Í¡ª\r\nMO THUGS¤Ë¤â¤Á¤ç¤Ã¤È»÷¤Æ¤ë¿Í¤¬¤¤¤Þ¤¹¤·¡¢¼«³Ð¤·¤Æ¤¤¤ë¤«¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢±Æ¶Á¤¢¤ê¤½¤¦¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (289,'195ec91edb','','À®¤ë¤Û¤É¡¢¥¿¥ó¥Æ²þ¤¤Ç¤¹¤«¡ªÎ®ÀÐSCREW¤Ç¤¹¤Í¡£\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n¤¢¤È¾¤Ë¤Á¤ç¤Ã¤Èµ¿Ìä¤Ë»×¤Ã¤¿¤ó¤Ç¤¹¤¬\r\n¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤Ï¤È¤â¤«¤¯¤È¤·¤ÆÅÓÃæ¤Î¤·¤ã¤Ù¤¯¤ê¤¬¥Î¥í¤¯¤Ê¤Ã¤Æ¤ë¤Î¤Ï¤É¤¦»×¤ï¤ì¤Þ¤¹¤« :?: \r\n¤¢¤ì¤Ï¥ê¥¢¥ë¥¿¥¤¥à¤ÇÀ¼Æþ¤ì¤Æ¤ë¤ó¤¸¤ã¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤ó¤Ê¤È¤³¤«¤é¡¢Ž¢Ï¿¤Ã¤Æ¤ë¤È¤­¤Ï¤½¤ó¤Ê¤Ë¥Î¥í¤¯¤Ê¤¤À⎣¤òÀª¤¤¤Ç¾§¤¨¤Æ¤·¤Þ¤Ã¤¿¤Î¤Ç¤¹¤¬¡Ä'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (290,'401f4aca84','','ÅÓÃæ¤ÎÃý¤ê¤Î¡Ö¤æ¤Î¤ï¤é¤à¤»¡¼¤ó¡×¤È¤«¤ÏÏ¿¤Ã¤Æ¤«¤é¥ß¥Ã¥¯¥¹¤·¤Æ¤ë¤è¤¦¤Ëʹ¤³¤¨¤Þ¤¹¤è¤Í¡£¼«Ê¬¤â¤½¤ÎÀ⻿À®¤Ç¤¹¡£\r\n\r\n :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (291,'8ee452cfba','','²Î¤¨¤ë¥é¥Ã¥Ñ¡¼¤Ï¤¤¤Ã¤Ñ¤¤¥á¥ó¥Õ¥£¥¹¤Ë¤¤¤Þ¤¹¤±¤É¡¢¤½¤¦¹Í¤¨¤ë¤ÈKOOP¤Ï°ìÈ֥쥲¡¼¤è¤ê¤Ê´¶¤¸¤¬¤·¤Þ¤¹¡£\r\n\r\nSPLIT PERSONALITY¤ÏR&B\r\nPLAYA FLY¤ÏBLUES¡¢\r\n¤Ê¤ó¤Æ¾¡¼ê¤Ë·è¤áÉÕ¤±¤Æ¤ß¤Þ¤·¤¿ :? \r\n\r\ng-stringz¤µ¤ó¤¬Ç¯´Ö¥Ù¥¹¥È¤ËÆþ¤ì¤Æ¤¿MR.SCHEºÇ¶á¥²¥Ã¥È¤·¤¿¤Î¤Ç¤¹¤¬¡¢¤³¤³¤Ë½Ð¤Æ¤¯¤ëIMMORTAL LOWLIFE¤Ã¤Æ¤«¤Ê¤ê²Î¤¬¤¤¤±¤Æ¤Æ¡¢²Î¥°¥ë¡¼¥×¡©¤Ã¤Ý¤¤´¶¤¸¤¬¤·¤¿¤ó¤Ç¤¹¤ó¤¬¡¢¤É¤ó¤Ê¤Ò¤È¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (292,'ff2119543f','ÆîÉô¥é¥Ã¥×ÍѸ콸','¤Ä¤®¤«¤é¤Ä¤®¤Ø¤È¥¹¥é¥ó¥°¤¬À¸¤Þ¤ì¤Æ¤¯¤ë¤Î¤Ç¡¢¤è¤¯¤ï¤«¤ó¤Ê¤¤¤È¤¤¤¦¤¢¤Ê¤¿¡ª¥¯¥é¥ó¥¯¤Ã¤Æ¤Ê¤ó¤À¤è¡©¡¢¤È¤«¤³¤Î²Î»ì¤Ê¤Ë¤¤¤Ã¤Æ¤ë¤Î¤«¤ï¤«¤ó¤Ê¤¤¤è¡©¡¢¤È¤«¤ï¤«¤ó¤Ê¤¤¤³¤È¤ò²ò·è¤·¤Þ¤·¤ç¤¦¤Î¥³¡¼¥Ê¡¼¤òºî¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\n\r\n¤½¤ó¤Ê¤ï¤±¤Ç¤ß¤Ê¤µ¤ó¤É¤·¤É¤·¤É¤¦¤¾¡£¤ß¤ó¤Ê¤Ç²ò·è¤·¤Æ¤¹¤Ã¤­¤êÁÖ²÷ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (293,'54f72a890c','','IMMORTAL LOWLIFE¤ÏMR.SCHE¤Î¥¯¥ê¥Ã¥¯¤ÎÁí¾Î¤Ç¤¹¡ª\r\n¥á¥ó¥Ð¡¼¤Ï10¿Í¤°¤é¤¤¤Ç¡¢ÂçÂÎ¥á¥ó¥Õ¥£¥¹(°ìÉô¥¢¡¼¥«¥ó¥½¡¼)½Ð¿È¤é¤·¤¤¤Ç¤¹¡£\r\n»þÀ޲Τ¦¤è¤¦¤Ê¥Õ¥í¡¼¤òÄ°¤«¤»¤ë¿Í¤¬¤¤¤Þ¤¹¤±¤É(À¼¤È̾Á°¤¬°ìÃפ·¤Æ¤Þ¤»¤ó¡Ä\r\n¤½¤ó¤Ê¤Ë²ÎÀìÌç¤Ã¤Æ´¶¤¸¤Ï¤·¤Ê¤¤¤Î¤Ç\r\n¤â¤·¤«¤·¤Ægoku¤µ¤ó¤¬¤ª¤Ã¤·¤ã¤Ã¤Æ¤¤¤ë¤Î¤Ï¡¡MR.SCHE¤Î½¾·»Äï¤Î¥·¥ó¥¬¡¼¡¢MACKENZIE¤Î¤³¤È¤Ç¤·¤ç¤¦¤«:?: \r\nGANGSTA BLAC¤ò¥Õ¥£¡¼¥Á¥ã¡¼¤·¤¿¥¢¥ë¥Ð¥à¤ò½Ð¤·¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢¤Þ¤À¼ê¤ò½Ð¤·¤Æ¤Ê¤¤¤ó¤Ç¤¹¡¦¡¦¡¦¡£\r\nMR.SCHE¼«¿È¤âºÇ¶á¤ÎºîÉʤǤϷ빽²Î¤Ã¤Æ¤Þ¤¹¤Í :oops: \r\n\r\n¤½¤ì¤è¤êgoku¤µ¤ó¡ªZ-RO¤Î¿·ºîLife Of~¤ÎsnippetÄ°¤­¤Þ¤·¤¿¤è¡ª\r\n¤¹¤Ã¤´¤¤Îɤµ¤½¤¦¤Ç¤·¤¿¡£³§¤µ¤ó¡¢¤³¤ì¤Ï¥Þ¥¸¤Çº£¤¹¤°Í½Ì󤹤٤­¤Ç¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (294,'c45d5cadf6','Re: KANYE WEST"COLLAGE DROPOUT"¤Î¥¸¥ã¥±','¤¤¤ä¤¡¡¢¤³¤Î¥¸¥ã¥±²Ä°¦¤¤¤Ç¤¹¤è¤Í¡£ \\:D/ \r\n¤¤¤«¤Ë¤âÞ¯Íî¼Ô¡õ¶Ê¼Ô¤Ã¤Æ´¶¤¸¤À¤·¡¢¥¢¥ë¥Ð¥à¤â¤ä¤ê¤¿¤¤ÊüÂê¤Ç¤¹¤·¡£\r\nBOSKO»¦¤·¤ÎTHE NEW WORKOUT PLAN¤Ï»ä¤â¾Ð¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n>¥Ö¥Ã¥¯¥ì¥Ã¥È¤â¹ë²Ú¤ÇÀΤμ̿¿¤È¤«¸«¤¨¤Æ³Ú¤·¤«¤Ã¤¿¤Ç¤¹¡£\r\n¤½¤¦¤½¤¦¡¢¼ã¤«¤ê¤·º¢¤ÎJAY-Z¤Î´é¤ÎŤµ¤Ë¤ÏÌåÀä¤Ç¤¹¤è¤Í¡£ :angel4: \r\n¤Ê¤ó¤«¡¢¤¢¤Î¥¯¥Þ¤Á¤ã¤ó£Ô¥·¥ã¥Ä¤¬Íߤ·¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¤Ä¤¤¤Ç¤ËTWISTA¤â¥Ñ¥ó¥À¤ÎÃ夰¤ë¤ß¤òÃ夿¥¸¥ã¥±¤Ç¥¢¥ë¥Ð¥à½Ð¤·¤Æ¤¿¤é\r\n¥Ð¥«Çä¤ì¤·¤Þ¤¯¤ê¤Ç¤·¤ç¤¦¤Í¡£ :bootyshake:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (295,'43854798aa','g-stringz¤µ¤ó','Payback¤Ã¤Æ»®¤Ç¤¹¡£\r\n¼«Ê¬¤âEastside Drama¤Ã¤Æ»®¤·¤«»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢¥¿¥¤¥È¥ë¤Ë¤Ê¤Ã¤Æ¤ë¤Î¤Ë²¿¤Ç¼ýÏ¿¤µ¤ì¤Æ¤Ê¤¤¤ó¤Ç¤¹¤«¤Í :roll: \r\n¤Á¤Ê¤ß¤Ë¿ô¶Ê¥«¥Ö¤Ã¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (296,'58eb5dfe77','z-ro --- life of joseph v macvey!!!','º®»¨¤·¤Æ¤¿¤Î¤Ç¤¹¤¬¡¢¥¹¥Ë¥Ú¥Ã¥È¤ä¤Ã¤È¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤Þ¤·¤¿¡£\r\n¤«¤Ê¤êÎɤµ¤½¤¦¤Ç¤¹¤Í :thumbleft: \r\nSCARFACE¤È¤ä¤Ã¤Æ¤ë¥·¥ó¥°¥ëTHESE NIGGAZ¤¬°ìÈ֤ѤäȤ·¤Ê¤¤¤¯¤é¤¤Â¾¤Î¶Ê¤Ï¡¢Z-ROÀáÇúȯ¤Ç¤¹¤Í¡£¤ª¤Ê¤¸¤ß¥Õ¥Ã¥¯¤â¿·¤·¤¤¥È¥é¥Ã¥¯¤ÇÁɤäƤ뤷¡¢\r\n¾¤Î²Î¥Õ¥Ã¥¯¤â¤Û¤È¤ó¤ÉZ-ROËܿͤDzΤ¤¤Þ¤¯¤ê¤Ç¡¢¤³¤ì¤Ï¤¹¤´¤«¤Ã¤¿¤Ç¤¹¡£\r\n¥È¥é¥Ã¥¯¤â¤³¤ì¤À¤±Á֤䤫°¥½¥¤â¤Î¤òÆþ¤ì¤Æ¤¯¤ë¤È¤Ê¤ë¤È¡¢¤«¤Ê¤êËܵ¤¤ÇÇä¤ì¤è¤¦¤È¤·¤Æ¤Þ¤¹¤Í :bom: ¼«Ê¬¤âȯÇäÆü¤Ë®¹¶¥²¥Ã¥È¤·¤Þ¤¹¡ª\r\n\r\nSCHE¤Î¥¢¥ë¥Ð¥à¡¢¤«¤Ê¤ê²Î¥Õ¥Ã¥¯¤â¤Î¤¬Â¿¤¯¤Æ¡¢¥³¡¼¥é¥¹¤È¤«¤â¤«¤Ê¤ê¤·¤Ã¤«¤ê¤·¤Æ¤Æ¤«¤Ã¤³Îɤ«¤Ã¤¿¤Î¤Ç¡¢¥¯¥ì¥¸¥Ã¥È¸«¤¿¤é¤³¤ì¤ÏÄï¡¢¥×¥é¥¹ËܿͤǤ¹¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (297,'fc3548a0bb','','¥ë¥À¥¯¥ê¥¹¤Î¥Á¥ó¥Ñ¥ó¥¸¡¼´é\r\n¥¸¥§¥¤¥ß¡¼¡¦¥Õ¥©¥Ã¥¯¥¹¤Î¤«¤Ê¤êÉÔºÙ¹©¤Ê´é\r\n¤â¾Ð¤¨¤Þ¤·¤¿¡£\r\n\r\n¼«Ê¬¤â·§T¥²¥Ã¥È¤·¤è¤¦¤È»×¤Ã¤Æ¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È¹Ô¤Ã¤Æ¤ß¤Þ¤·¤¿¤¬\r\n¤Þ¤ÀÇä¤Ã¤Æ¤Ê¤¤¤è¤¦¤Ç¤¹¡£ÎäÀŤ˹ͤ¨¤ë¤ÈÃå¤Ê¤¤¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¤±¤É :wink: \r\n\r\nTWISTA¤âÇ㤤¤Þ¤·¤¿¤¬¡¢¤³¤Ã¤Á¤â¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£\r\nKANYE¤âTWISTA¤â¥Ô¥ó¤Ç¤º¤Ã¤È¤ä¤é¤ì¤ë¤Èʹ¤¤¤Æ¤¤¤Æ¤«¤Ê¤êÈè¤ì¤Æ¤­¤Þ¤¹¤¬¡¢¡ÊìÔÂô¤Êʸ¶ç¸À¤Ã¤Æ¤¹¤ß¤Þ¤»¤ó¡ËTWISTA¤Î¤Û¤¦¤ÏÆîÉô·Ï¤ÎµÒ±é¤¬¹ë²Ú¤À¤·¡¢ÆîÉôÅÚ½­¥Õ¥¡¥ó¥¯¶Ê¤È¤«¥Ð¥¦¥ó¥·¡¼¥È¥é¥Ã¥¯¿¥¤ê¸ò¤¼¤Æ¤Æ¤³¤Á¤é¤Î¤Û¤¦¤¬Ä¹¤¯¤ªÀ¤Ïäˤʤꤽ¤¦¤Ç¤¹¤±¤É¡¢³ª¹¾¤â¥æ¥ë¥æ¥ë¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í¡ª\r\n\r\n¤Ê¤ó¤ÈTWISTA¥Ó¥ë¥Ü¡¼¥É¥¢¥ë¥Ð¥à¥Á¥ã¡¼¥È°ì°Ì¡ª\r\n¾¤ËÂй³ÇϤ¬¤Ê¤«¤Ã¤¿¤«¤é¤Ê¤ó¤Ç¤·¤ç¤¦¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (298,'e3fe2ec3a8','','[quote:e3fe2ec3a8]PV¥á¥¬MIX¤Ê¤ó¤Æ´¶Æ°¤Ç¤·¤¿ [/quote:e3fe2ec3a8]¤Ï¤¸¤á¤Þ¤·¤Æ£Ç¡Ý£È£Ï£Õ£Ó£Å£°£³¤µ¤ó :) \r\nËͤâ¥á¥¬MIX¤Ë¤Ï¤ä¤é¤ì¤Þ¤·¤¿¡£¤Ê¤ó¤»¤Ï¤¸¤á¤Æ´Ñ¤ë£Ð£Ö¤Ð¤«¤ê¤Ç¡££È£×£Á¤Ë´¶Æ°¤·¤Þ¤·¤¿¡£\r\n£Å£á£ú£ù¤Î£å£é£ç£â£ï£ò£è£ï£ï£ä¡¡£ó£î£é£ð£å£ò¤Î£Ð£Ö¤Ë¤·¤Æ¤â¸þ¤³¤¦¤Ç¤â£Ðlay¤Ç¤­¤Ê¤¤¤è¤¦¤ÊÆâÍơʼºÝÌó£²Ç¯´Ö£±²ó¤â¸«¤¿´Ñ¤¿»ö¤Ê¤«¤Ã¤¿¤Ç¤¹¡Ë¤Ê¤Î¤ËÀ¨¤¤¶â¤«¤±¤¿ÆâÍƤǤ¢¤ë°ÕÌ£¤Ç£Å£á£ú£ù¤ÎËÜÅö¤ÎÀ¨¤µ¤ò´¶¤¸¤Þ¤¹¡£\r\n\r\n\r\n[quote:e3fe2ec3a8]Easy¤¬À¸¤­¤Æ¤¤¤¿¤éRuthless¤Ïº£º¢¡¢Ãã¹õº®¹ç¤ÎŽÒŽÁŽ¬ŽÒŽÁŽ¬ÌÌÇò¤¤¥ì¡¼¥Ù¥ë¤Ë¤Ê¤Ã¤Æ¤¿¤ó¤Ç¤·¤ç¤¦¤Í[/quote:e3fe2ec3a8]\r\n\r\n¤Ï¤¸¤á¤Þ¤·¤ÆEsE DrEaMeR¤µ¤ó :) \r\nËͤ⤽¤¦»×¤¤¤Þ¤¹¡££Æ£ò£ï£ó£ô¡¢BrownSide¤È¤¤¤¤Á᤯¤«¤éÈà¤é¤ÎºÍǽ¤Ëµ¤¤Å¤¤¤Æ¤¤¤¿¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í¡££Å£á£ú£ù¤¬»à¤ó¤Ç£Â£ò£ï£÷£î£Ó£é£ä£å¤Î¥¢¥ë¥Ð¥à¤ÏÊ̥졼¥Ù¥ë¤«¤éÃÙ¤¯¤Î¥ê¥ê¡¼¥¹¤Ç¤·¤¿¤·¡£¤ß¤ó¤Ê£Ò£õ£ô£è£ì£å£ó£ó¤«¤é½Ð¤Æ¤¤¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¤Í¡£\r\n¡¡\r\n[quote:e3fe2ec3a8]PAPERBOY¤ÈSTEFFON¡¢¤¢¤Î¿Í¤Ïº£¾õÂ֤Υé¥Ã¥Ñ¡¼¤¬»²²Ã¤·¤Æ¤ë¤Î¤Ï¤Á¤ç¤Ã¤È´ò¤·¤¤¤Ç¤¹ [/quote:e3fe2ec3a8]\r\nÀµÄ¾¥²¥¹¥È¥é¥Ã¥Ñ¡¼Á´¤¯ÃΤé¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢£É£Î£Ô£Ò£Ï¤è¤¯¤ß¤¿¤é£Ó£Ô£Å£Æ£Æ£Ï£Î¤¤¤Þ¤¹¤Í¡£\r\n³Î¤«£Òuthless¤«¤é¤Ç¤¿¥¢¥ë¥Ð¥à¤â¤Û¤ÜRHYTHM D¤Î£Ð£ò£ï¤À¤Ã¤¿¤è¤¦¤Ê¡©\r\nÃçÎɤ·¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (299,'a2aca17a97','','These Niggas¤¬Àè¹Ô¥·¥ó¥°¥ë¤Ê¤ó¤Ç¤¹¤« :shock: \r\n¤½¤ì¤Ë¤·¤Æ¤ÏÃÏÌ£²á¤®¤Ç¤¹¤è¤Í¤§\r\n¤Ç¤âÄ°¤¤¤Æ¤ë¤¦¤Á¤Ë¤É¤ó¤É¤ó¹¥¤­¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿¡£\r\nÉ÷¤Î¥·¥ë¥¨¥Ã¥È¤Å¤«¤¤¤Î¶Ê¤È¤«¤è¤ê¤ÏË°¤­¤º¤ËÄ°¤±¤ë¤«¤Ê¤È»×¤Ã¤¿¤ê¤·¤Æ¡Ä¡£\r\n\r\n¤È¤Ë¤«¤¯È¯ÇäÆü¤¬³Ú¤·¤ß¤Ç¤¹¤Í¡ª±ä´ü¤·¤Ê¤¤¤³¤È¤òµ§¤ê¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (300,'ef7f288538','','toni montana¤µ¤ó\r\nSTEFFON¤ÏRHYTHM D.¿ÍÌ®¤Ç¤¹¤Í¡ª\r\n¤Ò¤µ¤Ó¤µ¤ËFrost BitÄ°¤¤¤Æ¤ß¤Þ¤·¤¿ :) Îɤ¤¤Ç¤¹¡ª\r\n\r\nEsE DrEaMeR¤µ¤ó\r\nPayback¤ËÆþ¤Ã¤Æ¤Þ¤·¤¿¤« :o :signthanks: \r\nRuthless¤ò½Ð¤Á¤ã¤Ã¤¿¤ó¤Ç\r\n¸¢Íø´Ø·¸¤ÎÌäÂ꤬¤¢¤Ã¤ÆÆþ¤ì¤é¤ì¤Ê¤«¤Ã¤¿¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :? \r\n¿ä¬¤Ç¤¹¤¬¡¢Payback¤ÏEastside Drama¤Î¥ª¥ê¥¸¥Ê¥ë¥ô¥¡¡¼¥¸¥ç¥ó¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (301,'c12f01efcd','WWW.DIRTYNEEZ.COM','yea yea watup watup!!\r\nº£²ó¤Ï¤Á¤ç¤Ã¤È¼ÙË⤵¤»¤ÆÌã¤Ã¤Æ¤ë¤±¤É\r\n¿·À¤Âå¡¡J RAPʹ¤Ë¤Ï\r\nWWW.DIRTYNEEZ.COM ¤òcheck it out!!\r\n(¥«¥Ê¥ê¤ä¤Ð¤¤¤«¤é)\r\n\r\n[url]http://www.dirtyneez.com[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (305,'23faf58018','','¼«Ê¬¤Î¤ÏÂç¾æÉפǤ·¤¿¤è¡¢¤À¤«¤éÊÖÉʸò´¹¤·¤Æ¤â¤é¤¨¤ÐÎɤ¤¤«¤È¡£¡£¡£ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (306,'5520162217','¤¢¤ê¤¬¤È¤´¤¶¤Þ¤¹¤Ã¤Ã','̵»ö¤Ç¤Ê¤Ë¤è¤ê¤Ç¤¹¡£¡£¡£ :cry: \r\nÇã¤Ã¤Æ¥½¥Ã¥³¡¼¥³¥ó¥Ý¤ËÆþ¤ì¤ÆÄ°¤¤¤Æ\r\n¤½¤Î¤Þ¤ÞÊüÃÖ¤·¤¿¤¿¤á¡¢¤¹¤Ç¤ËÊÖÉÊÉԲĤΤ褦¤Ç¤¹¤¥¡£¡£¡£\r\n£·Æü´Ö¤À¤±¤é¤·¤£¡£¡£¡£¤¹¤Ç¤Ë£±¥ö·î¤¿¤Ã¤Æ¤ë :angel: \r\n\r\n¤·¤ç¤¦¤¬¤Ê¤¤¤â¤ó¤Ê¤Î¤«¤Ê¤¡¡Á¤È¤«»×¤Ã¤Æ¤Þ¤·¤¿¡£\r\n¤¤¤Ä¤â¡¢¥Æ¥­¥È¡¼¤Ã¤Æ´¶¤¸¤Ê¤Î¤¬Â¿¤¤¤«¤é¤¡¡£¡£¡£\r\n\r\n¤¢¤­¤é¤á¤Þ¤·¤å¡£ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (307,'3110e0cbe6','¤Ï¤¸¤á¤Þ¤·¤Æ¡ª','¤ß¤Ê¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ¡ªC¡Ý¥µ¡¼¤È¿½¤·¤Þ¤¹¡£¤¤¤­¤Ê¤ê¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢Ãæ¿È¤¬¥é¥¸¥ª·Á¼°¤Ë¤Ê¤Ã¤Æ¤¤¤ëCD¡Ê¤¿¤È¤¨¤Ðthump rap radio with frost¤È¤«¡Ë¤Ï´ðËÜŪ¤Ë¥¯¥ê¡¼¥ó¥Ð¡¼¥¸¥ç¥ó¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¤È¤³¤í¤É¤³¤í¤Ë¥¹¥¯¥é¥Ã¥Á¤Î¤è¤¦¤Ê²»¤¬¤«¤Ö¤»¤é¤ì¤Æ¤ë¤è¤¦¤Êµ¤¤¬¤·¤Æ¤·¤ç¤¦¤¬¤Ê¤¤¤ó¤Ç¤¹¡£¤¿¤À¤Î²»Èô¤Ó¤Ç¤¹¤«¤Í¡©Ã¯¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Þ¤»¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (303,'e914984084','¤Õ¤©¡¼¤µ¤à¤¥','Foesum¤ÎGreatest Hits¤ÎCD¤òÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢\r\n¥È¥é¥Ã¥¯£±£¶¤Î3:46¤¢¤¿¤ê¤«¤éµÞ¤Ë²»¤¬¤È¤Ó¤È¤Ó¤È¤¤¤¦¤«\r\nÊѤˤʤë¤ó¤Ç¤¹¡ª¡ª¤½¤·¤Æ¡¢\r\n¼¡¤Î£±£·¤Ë¹Ô¤¯¤È¡¢¥«¥¦¥ó¥¿¡¼¡©¡ÊÉÿô¤Ç¤ë¤ä¤Ä¡Ë¤¬\r\nÇÜ®¤È¤¤¤¦¤«¡¢ÁáÁ÷¤ê¤·¤Æ¤ë¤ß¤¿¤¤¤Ë¡¢¿Ê¤ó¤Ç\r\n²»¤âÁᤤ¤ó¤Ç¤¹¡£¡£¡£\r\n\r\n»ä¤À¤±¤Ç¤·¤ç¤¦¤«¤¡¡©¡©¡©\r\n¤Á¤Ê¤ß¤Ë¡¢Ë¿¡¡³°»ñ·ÏCD¥·¥ç¥Ã¥×¥ª¥ó¥é¥¤¥ó¤ÇÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡£¡£¡£\r\n¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¥¤«¤¡¡£¡£¡£\r\n²»¤¬°­¤¤¤Î¤Ï¤·¤ç¤¦¤¬¤Ê¤¤¤±¤É¡¢¤³¤³¤Þ¤Çʹ¤±¤Ê¤¤¤Î¤Ï½é¤á¤Æ¤À¤·\r\n¤Ä¤é¤£¤Ç¤¹¤¥ :cry: \r\n\r\nƱ¤¸¾õ¶·¤À¤Ã¤¿¤ê¤¹¤ëÊý¤¤¤Þ¤¹¤«¡©¡©\r\n»ä¤À¤±¤À¤Ã¤¿¤é¡¢¤»¤Ä¤Ê¤£¤Ê¤¡¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (304,'7be3ecadb3','','¤´¤á¤ó¤Ê¤µ¤£¡Á¡ª\r\n²èÌ̤¬Æ°¤«¤Ê¤«¤Ã¤¿¤«¤é¤â¤¦£±²ó¤ä¤Ã¤¿¤é¡¢\r\n£²¸Ä¤Ë¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£¡£¡£´À\r\nºï½ü¤·¤Æ¤¯¤À¤µ¤£¡¼¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (308,'12b7d8d66f','Bling The Funk ½ÂëGAME 2004.2.15','Ž²ŽÍŽÞŽÝŽÄ¤ªÈè¤ì¤µ¤Þ¤Ç¤·¤¿¢ö\r\n¤¿¤¯¤µ¤ó¤ÎÊýã¤È½Ð²ñ¤¤ËÜÅö¤Ë³Ú¤·¤«¤Ã¤¿¤Ç¤¹¡ª\r\nG-Rap¤òÄ̤¸¤Æ¿´¤¬°ì¤Ä¤Ë¤Ê¤ëÁÇÀ²¤é¤·¤µ¤Ë´¶Æ°¤·¤Þ¤·¤¿¡ù×Ä\r\n´°Á´¤ÊŽµŽÅŽÆŽ°ŽÌŽßŽÚŽ°¤Ç¿½¤·Ìõ¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬ËÜÅö¤Ëµã¤­Êø¤ì¤Æ¤ë¿Í¤¬¡Ä\r\n¤Þ¤¿Í·¤Ó¤ËÍè¤ë¤Î¤Ç¤ß¤Ê¤µ¤ó¤¼¤Ò¤æ¤Ã¤¯¤ê¤ªÏä·¤Þ¤·¤ç¤¦¡£ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (309,'5a271704a5','¤ªÈè¤ìÍͤǤ·¤¿¡ª','Mr.G-HOUSE03\r\n£±£¶¡¢£±£·Æü¤È¤Û¤ó¤È¤Ë³Ú¤·¤¤»þ´Ö¤ò²á¤¹¤³¤È¤¬½ÐÍè¤Þ¤·¤¿ :) \r\nÈó¾ï¤ËÏ䷤䤹¤¯¡¢¤È¤Æ¤â¤ª¤â¤·¤í¤¤Êý¤Ç¤«¤Ê¤ê¥Ï¥Þ¥ê¤Þ¤·¤¿¡Ê¾Ð¡Ë\r\nǯ¤â¶á¤¯¤Æ¼«Ê¬¤ÎÃϸµ¤Ë¤â¤è¤¯Íè¤é¤ì¤Æ¤¿¤ß¤¿¤¤¤Ç¤«¤Ê¤ê¿Æ¶á´¶Ê¨¤­¤Þ¤·¤¿¢ö\r\n¤ª¼ò¤Ï¼«Ê¬¤â¼¡¤ÎÆü¤ÎÄ«»Ä¤Ã¤Æ¤·¤Þ¤Ã¤Æ¤­¤Ä¤«¤Ã¤¿¤Ç¤¹ :shock: \r\n¶á¤¤¤¦¤Á¤ËÏ¢Íí¤·¤¢¤Ã¤Æ¤Þ¤¿É¬¤º¤ß¤Ê¤µ¤ó¤Ç¤ª²ñ¤¤¤·¤Þ¤·¤ç¤¦ ¡ù\r\n¤¢¤Ã¡¢¥¹¡¼¥Ä»Ñ¥­¥Þ¥Ã¤Æ¤Þ¤·¤¿¤è 0X\r\n\r\n¶ÍÅç»á¡¢¹â¶¶»á\r\nºòÆü¤Ï¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£\r\nµ®½Å¤Ê¾ì¤Ë¤¤¤µ¤»¤Æ¤¤¤¿¤À¤±¤Æ´¶ÌµÎ̤Ǥ¹¡£\r\n¤Þ¤¿¤ª²ñ¤¤¤Ç¤­¤¿¤é¹¬¤¤¤Ç¤¹¡£ \r\n\r\n¤½¤ì¤Ç¤Ï :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (311,'08370e7a47','','ÀèÆü¤Ï¤ªÈè¤ìÍͤǥ·¥¿¡ª \r\n\r\nËؤÉÃΤé¤Ê¤¤¶Ê¤Ð¤«¤ê¤Ç¤à¤»¤Óµã¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ \r\n\r\n¥¢¡¼¤¤¤Ã¤¿´¶¤¸¤Ç¥¢¥ì¤Ð¤Õ¤À¤ó¥¯¥é¥Ö¤Ë¹Ô¤«¤Ê¤¤Êý¤¿¤Á¤Ç¤â \r\n³Ú¤·¤á¤ë¤È»×¤¤¤Þ¤·¤¿¤è¡£ \r\n½ã¿è¤Ë¢ö \r\n\r\nÍè·î¤â´üÂÔ¤·¤Æ¤Þ¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (312,'5e75a067d6','Re: ¤¢¤ê¤¬¤È¤´¤¶¤Þ¤¹¤Ã¤Ã','[quote:5e75a067d6=\"Baby Dogg\"]̵»ö¤Ç¤Ê¤Ë¤è¤ê¤Ç¤¹¡£¡£¡£ :cry: \r\nÇã¤Ã¤Æ¥½¥Ã¥³¡¼¥³¥ó¥Ý¤ËÆþ¤ì¤ÆÄ°¤¤¤Æ\r\n¤½¤Î¤Þ¤ÞÊüÃÖ¤·¤¿¤¿¤á¡¢¤¹¤Ç¤ËÊÖÉÊÉԲĤΤ褦¤Ç¤¹¤¥¡£¡£¡£\r\n£·Æü´Ö¤À¤±¤é¤·¤£¡£¡£¡£¤¹¤Ç¤Ë£±¥ö·î¤¿¤Ã¤Æ¤ë :angel: \r\n[/quote:5e75a067d6]\r\n\r\n¤Ê¤ó¤È¤â¡ª :shock: \r\n\r\n¥À¥á¤À¤Ã¤¿¤ó¤Ç¤¹¤«¡©\r\n¤â¤¦¤Á¤ç¤Ã¤È¸ò¾Ä¤·¤Æ¤ß¤Æ¤Ï¤¤¤«¤¬¤Ç¤¹¤«¡©\r\n¤»¤Ã¤«¤¯¤ÎCD¤Ê¤Î¤ËÄˤ¤¤Ç¤¹¤è¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (313,'2d081b434d','¤³¤Á¤é¤³¤½¤Ã¡ª','¤ï¤¿¤·¤â³Ú¤·¤¤»þ´Ö¤ò²á¤´¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿ :) \r\n\r\n¤¤¤Ä¤Ç¤âÏ¢Íí¤¯¤À¤µ¤¤¤Í \\:D/ \r\n¤³¤¦¤¤¤¦Ï䬽ÐÍè¤ëÊý¤Ã¤Æ¾¯¤Ê¤¤¤Ç¤¹¤·¡¢\r\n¤½¤¦¤¤¤¦ÉÕ¤­¹ç¤¤¤òÂç»ö¤Ë¤·¤Æ¤¤¤­¤¿¤¤¤Î¤Ç :thumbleft: \r\n\r\n[quote:2d081b434d=\"­¶FLY\"]Mr.G-HOUSE03\r\n¤¢¤Ã¡¢¥¹¡¼¥Ä»Ñ¥­¥Þ¥Ã¤Æ¤Þ¤·¤¿¤è 0X\r\n[/quote:2d081b434d]\r\n\r\n¤ª¤© ::oops: \r\n¥¦¥¨¥¹¥È¤¬¤­¤Ä¤¯¤Æ¤ä¤Ð¤¤¤Ç¤¹ :dontknow:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (314,'d23617b9d3','','[quote:d23617b9d3=\"toni montana\"]¤¦¡¼¤ó¹Ô¤­¤¿¤¤¤Ç¤¹¤Í :angel: \r\n½ÐÍè¤ë»ö¤Ê¤éplay¤â¤·¤¿¤¤¤Ç¤¹¤Í\r\n¤·¤«¤·±óÊý¤Ê¤Î¤Ç̵Íý¤Ç¤¹¤Í¡¼»ÄÇ°¤Ç¤¹¤¬\r\n¤¦¡¼¤ó :([/quote:d23617b9d3]\r\n\r\n¤¼¤Ò¤È¤â¤­¤Æ¤¯¤À¤µ¤¤¢ö\r\n±óÊý¤Î¤«¤¿¤â¤¼¤Ò¤È¤âÅÔ¹ç¤ò¹ç¤ï¤»¤Æ¡ª\r\nÅìµþ´Ñ¸÷¤â¤«¤Í¤Æ¤¤¤«¤¬¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (315,'1c751b6cc1','G-Sta03FM !!','¤¤¤Ã¤Ä¤â¥¢¥Ã¥×¤µ¤ì¤ë¤Î³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹¤¥ :angel: \r\n\r\nAin\'t Nothin No It But To Do It ¤á¤Á¤ã¤á¤Á¤ã¤«¤Ã¤³¤¤¤£¤Ç¤¹¡ª¡ª¡ª\r\nBad Azz¤¬¤¿¤Þ¤é¤Ê¤¤¤Ç¤¹¤¥¢ö\r\n¤µ¤Ã¤­¤«¤é¤º¤¥¡¼¤Ã¤È¥Ø¥Ó¥í¥ÆÃæ¤Ç¤¹ ::oops: \r\n\r\n¤½¤ì¤Ç¡¢¤³¤Î¶Ê¤Ã¤Æ£Ã£Ä¤Ç½Ð¤Æ¤¿¤ê¤·¤Þ¤¹¡©¡©\r\n¥ì¥³¤À¤±¤À¤Ã¤¿¤ê¤¹¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n¤«¤Ê¤ê¤Û¤·¤£¤ó¤Ç¤¹¤±¤É¤â¡¼¡£¡£¡£\r\nÄ´¤Ù¤Æ¤ß¤¿¤±¤É¡¢¤ï¤«¤é¤Ê¤¯¤Æ¡£¡£¡£\r\n¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤»¤ó¤«¤¡¡©¡©\r\n\r\n¤¢¤¡¡¼¤â¤¥¡¢¥Û¥ó¥È¤¿¤Þ¤ó¤Ê¤£¡£¤á¤í¤Ã¤Á¤ã¤¤¤Þ¤¹ :drunken:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (316,'87de16f781','Re: G-Sta03FM !!','¤³¤ó¤Ë¤Á¤Ï :!: \r\n³Ú¤·¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤¤¤ë¤è¤¦¤Ç´ò¤·¤¤¸Â¤ê¤Ç¤¹ :) \r\n\r\n[quote:87de16f781=\"Baby Dogg\"]¤½¤ì¤Ç¡¢¤³¤Î¶Ê¤Ã¤Æ£Ã£Ä¤Ç½Ð¤Æ¤¿¤ê¤·¤Þ¤¹¡©¡©\r\n¥ì¥³¤À¤±¤À¤Ã¤¿¤ê¤¹¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n¤«¤Ê¤ê¤Û¤·¤£¤ó¤Ç¤¹¤±¤É¤â¡¼¡£¡£¡£\r\nÄ´¤Ù¤Æ¤ß¤¿¤±¤É¡¢¤ï¤«¤é¤Ê¤¯¤Æ¡£¡£¡£\r\n¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤»¤ó¤«¤¡¡©¡©\r\n[/quote:87de16f781]\r\n\r\nCD¤Ç¤Æ¤Þ¤¹¤è :angel: \r\n¤Á¤Ê¤ß¤Ë12¥¤¥ó¥Á¤â¤Ç¤Æ¤Þ¤¹¡£»ä¤Ï»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤±¤É¡÷Íߤ·¤¤¡£\r\n̾Ìܾå¤ÏI Love Cali¤äºÇ¶á¤Î¥Á¥«¥Î¥·¡¼¥ó¤Ç¤Î¥×¥í¥Ç¥å¡¼¥¹¤¬¸÷¤ë\r\nFINGAZZ´Æ½¤¤Î¥³¥ó¥Ô¤¢¤Ä¤«¤¤¤Î¤è¤¦¤Ç¤¹¡£\r\n\r\n[url]http://www.amazon.co.jp/exec/obidos/ASIN/B00005ABLH/ghouse03-22[/url]\r\n\r\n¥¢¥Þ¥¾¥ó¤Ç¤Ï¥Þ¡¼¥±¥Ã¥È¥×¥ì¥¤¥¹¤ÇÇ㤨¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\nÅö»þ¡¢½Âë¤ÎHMV¤ÇÇã¤Ã¤¿µ­²±¤¬¤¢¤ë¤Î¤Çõ¤·¤Æ¤ß¤Æ¤Ï¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©\r\n¤¿¤Ö¤ó¤¢¤ê¤Þ¤¹¤è¡£\r\n\r\n¤¤¤¼¤ó¤³¤ÎFORUM¤Ç¤âÏÃÂê¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¤Í¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (317,'6fb3447b66','Lil\' Troy','¤É¡¼¤â¤Ç¤¹¡ª\r\n¤µ¤Ã¤½¤¯¤Ç¤¹¤¬Ì¾¶Ê\"Wanna Be A Balla\"¤äS.U.C.¤Î¿Í¤¿¤Á¤â¤è¤¯»È¤Ã¤Æ¤¤¤ë\"shot caller\"¤È¤Ï¤É¤¤¤¦¤¤¤¦°ÕÌ£¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©Ì¿Î᤹¤ë¼Ô¡©¤è¤¯¤ï¤«¤ê¤Þ¤»¤ó :roll: \r\nÆä˥ҥ塼¥¹¥È¥ó»º¤Î¥¹¥é¥ó¥°¤Ï¤ï¤«¤é¤Ê¤¤¤³¤È¤À¤é¤±¤Ç¤¹¤Í¡Á :? [color=red:6fb3447b66][/color:6fb3447b66]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (318,'32a631dfe6','¼ÁÌä¤Ç¤¹£ð£ô¡¥£²','¤Þ¤¿¤â¼ÁÌä¤Ç¤¹¡££Ó£Î£Ï£Ï£Ð¡¡£Ä£Ï£Ç£Ç¤Î¥¦¥§¥Ã¥µ¥¤¥Þ¥¹¥¿¡¼¥Ô¡¼¥¹¡¢¥É¥®¡¼¥¹¥¿¥¤¥ë¤Î΢ɽ»æ¤Î¥È¥é¥Ã¥¯¥ê¥¹¥È¤Ë¤Ï£Â£Á£Í£Ð¡¡£Â£Á£Í£Ð°Ê¹ß½ñ¤¤¤Æ¤¢¤ë¤Î¤Ç¤¹¤¬¤Ï¤¤¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤É¤¦¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¡£¤½¤ÎÃæ¤Ë¤Ï£ô£è£å¡¡£î£å£ø£ô¡¡£å£ð£é£ó£ï£ä£å¡¡£Æ£å£á£ô¡¥£Ä£ò¡¥£Ä£Ò£Å¤È¤¤¤¦¶Ê¤Ê¤É¤â¤¢¤ê¤Þ¤¹¡£µ¤¤Ë¤Ê¤ê̲¤ì¤Þ¤»¤ó¡£\r\n\r\n[url]http://www.sound.jp/hiphop_nanndemo[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (319,'3f4b796c05','¡ðHOT CALLER','¤³¤ì¤ÏBOSS BALLER¡¢BALLER¤Î¥Ü¥¹µé¤Î¤ä¤Ä¤Î¤³¤È¤ò¸À¤¦¤ß¤¿¤¤¤Ç¤¹¡£\r\n¤Û¤ó¤È¥Ò¥å¡¼¥¹¥È¥ó¤Ï¤¤¤í¤¤¤í¤ï¤«¤ó¤Ê¤¤¤Î¤¬¤¢¤ê¤Þ¤¹¤è¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (320,'ef05f3958c','¤¢¤ê¤¬¤È¤´¤¶¤Þ¤Ã¤¹','õ¤·¤Æ¤ß¤Þ¤¹¤¥¡¼\r\n¥Û¥ó¥È¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤¹¤´¤£¤¦¤ì¤·¤£ :lol: \r\n\r\n°ÊÁ°¡¢ÏÃÂê¤Ë¤Ê¤Ã¤Æ¤¤¤¿¤È¤Ï¤Ã¤Ã\r\n¤¹¤ß¤Þ¤»¤§¤ó¡£¡£¡£´À'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (321,'4af1816682','SUGAFREE','¥·¥å¥¬¥Õ¥ê¡¼¤Î¥Ë¥å¡¼¥¢¥ë¥Ð¥àThe New Testament¤ÎȯÇ䤬3/9¤Ë¤Û¤Ü·èÄꤷ¤¿¤è¤¦¤Ç¤¹¤Í¡£ :) \r\n´ñ¤·¤¯¤âHI-C¤Î¥¢¥ë¥Ð¥àȯÇäÆü¤ÈÈï¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤¬¡£\r\n http://www.dj-quik.net/realaudio/freesampler.wma\r\n\r\n¤È¤³¤í¤Ç¡¢¤³¤Î¥¢¥ë¥Ð¥à¤Ë¼ýÏ¿¤µ¤ì¤ë¿·¶ÊCOOL¤Ç¤ÏÆüËÜ¿Í¥é¥Ã¥Ñ¡¼¤ÎBig Z¤¬\r\n¥Õ¥£¡¼¥Á¥ã¡¼¤µ¤ì¤Æ¤ë¤ó¤Ç¤¹¤¬¡¦¡¦¡¦ :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (322,'fc200d63a3','Ghetto Kaos','auction has ended'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (365,'2218af791d','toni montana¤µ¤ó','Can\'t Stop The Southland¤Ï³ç¸ÌÆâ¤Ë½ñ¤«¤ì¤Æ¤¤¤ëDon\'t Stop The Music¤¬¸µ¥Í¥¿¤Î¶Ê̾¤Ç\r\n¥ä¡¼¥Ö¥í¡¼¡õ¥Ô¡¼¥×¥ë¥º¤Î¶Ê¤Ç¤¹¡ª\r\nËͤ⥢¥ë¥Ð¥à¤ÎÃæ¤Ç°ìÈÖ¹¥¤­¤Ç¤¹ :) R.I.P.¤ÈGangstas P.O.V.¤â¼Î¤Æ¤¬¤¿¤¤¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (341,'bb3a02de33','','up'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (323,'134a49047a','','G-HOUSE03¤µ¤ó\r\n¼Â¤Ï£³ÆüÁ°¤Þ¤Ç»Å»ö¤ÇÅìµþ½ÐÄ¥¤Ç¤·¤¿¡£\r\n¼¡¤Î½ÐÄ¥¤È¥¿¥¤¥ß¥ó¥°¤¬¤¢¤¨¤Ð¤è¤¤¤Î¤Ç¤¹¤¬ :x \r\nÆüÄøÅùÂԤäƤޤ¹ :o'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (324,'9c352149f4','','g-stringz¤µ¤ó\r\nRHYTHM D¤ÏºÇ¶á³èÆ°¤·¤Æ¤¤¤ë¤Î¤Ç¤¹¤«¡©\r\n¤º¤Ã¤È˺¤ì¤Æ¤¿¤Î¤Ç¤¹¤¬ºÇ¶á¤Þ¤¿µ¤¤Ë¤Ê¤ê¤Ï¤¸¤á¤Æ¡£\r\nSTEFFONÎɤ¤¤Ç¤¹¤Í¡£ËͤϣµÇ¯¤Ö¤ê¤¯¤é¤¤¤ËÄ°¤­¤Þ¤·¤¿ :thumbright: \r\n¤Ä¤¤¤Ç¤Ë¤â¤Ã¤Èµ×¡¹¤Ëruthless¤Ä¤Ê¤¬¤ê¤Ç¥á¥Ê¥¸¥ã¥È¥ïÄ°¤¤¤Æ¤ß¤Þ¤·¤¿¡£¤¹¤Ã¤´¤¯Îɤ¤¤Ç¤¹¤Í :angel: \r\n¤½¤ì¤ÇÄ°¤¤¤Æ¤¤¤ë¤È£¹¶ÊÌܤˣţÁ£Ú£Ù¡Ý£Å¤¤¤Þ¤·¤¿ :deathlyobsessed: \r\n¤³¤Î¥¢¥ë¥Ð¥à£Â£Ç¡¡Knocc out¤ÎµÒ±é¶Ê¤â¤Î¤¹¤´¤¤Îɤ¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (325,'be8ec99a8d','','·èÄꤷ¤Þ¤·¤¿¤« :) £È£É¡Ý£Ã¡Ê¥¢¥ë¥Ð¥à²¿Ç¯¤Ö¤ê¤Ç¤·¤ç¤¦¤«¡Ë¤ÈƱ»þ¤È¤ÏìÔÂô¤¹¤®¤È¤¤¤¦¤«¡¢ÌÞÂÎ̵¤µ¤¹¤®¤È¤¤¤¦¤«¡¢¤È¤Ë¤«¤¯³Ú¤·¤ß¤Ç¤¹¤Í=D> \r\n£Â£É£Ç¡¡£Ú¡¡¸Ä¿ÍŪ¤Ë¤Ï£Î£É£Ô£Ò£Ï¤Ï¶Ê¤Ë¤è¤Ã¤Æ¤Ï·ù¤¤¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤·¡¢£Â£É£Ç£Ú¤âµÒ±é¶Ê¤Ë¤è¤Ã¤Æ¤ÏÎɤ¤¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢£Ã£Ï£Ï£Ì¤Ë´Ø¤·¤Æ¤Ï¡¦¡¦£Ú¤Ïcool¤Ç¤Ê¤¤¤È»×¤¤¤Þ¤¹ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (326,'3656b40760','','RHYTHM D¤ÏC-BO¤ÎWest Coast Mafia´Ø·¸¤Î»Å»ö¤ò¤ä¤Ã¤Æ¤Þ¤¹¡ª\r\n¤Þ¤¿¡¢¼«Ê¬¤ÇHa-Ha Entertainment¤È¤¤¤¦²ñ¼Ò¤ò¤ä¤Ã¤Æ¤¤¤Æ\r\n¤½¤³¤«¤éPHALOS MODE¤¬ºîÉʤò¥É¥í¥Ã¥×¤·¤Æ¤ë¤é¤·¤¤¤Î¤Ç¤¹¤¬\r\n¤É¤³¤Ë¤âÇä¤Ã¤Æ¤¤¤Þ¤»¤ó¡¦¡¦¡¦ :? \r\n\r\nMENAJAHTWA¤ËEAZYµÒ±é¤·¤Æ¤Þ¤·¤¿¤Í!\r\nºÇ¶áÄ°¤­Ä¾¤·¤¿¤Ð¤Ã¤«¤ê¤À¤Ã¤¿¤Î¤Ë˺¤ì¤Æ¤¤¤Þ¤·¤¿¡£\r\nKickin Azz¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤è¤Í :) La La La¤â¹¥¤­¤Ç¤¹¡£\r\n¤¢¤È¤¿¤·¤«DRESTA¤ÎËå¡©¤ÎLEICY LOC¤Ï¤¹¤´¤¤¤È»×¤¤¤Þ¤·¤¿¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (327,'8f432d839c','','¥µ¥ó¥×¥ëÄ°¤­¤Þ¤·¤¿¡ª³Ú¤·¤ß¤Ç¤¹:icon_smile: \r\nAngry Enough¤ÈWhy You Bullshittin?¤¬¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤¹¤Í\r\nËͤâBIG Z¤Î¥ô¥¡¡¼¥¹¤Ï¤¢¤ó¤Þ¤êÎɤ¯¤Ê¤¤¤È»×¤¤¤Þ¤¹ :? \r\n¤Ç¤â¥Ü¡¼¥Ê¥¹¥È¥é¥Ã¥¯¤ß¤¿¤¤´¶¤¸¤ÇÄ°¤±¤ÐOK¤Ç¤¹¡£\r\n¥µ¥ó¥×¥ë¥¯¥ê¥¢¥é¥ó¥¹¤ÎÌäÂê¤Ç¥·¥ó¥°¥ë¤Ë½ÐÍè¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤è¤Í¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (328,'94fc6ab075','','LEICY LOCº£Ä°¤¤¤Æ¤ß¤¿¤éÂ礷¤¿¤³¤È¤Ï¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡¦¡¦¡¦¡£\r\n¤¹¤´¤¤¤Î¤ÏMENAJAHTWA¤Ç¤·¤¿ ::oops: \r\n\r\n¤È¤³¤í¤Ç¡¢NYTOWL FT. EAZY-E¤ÎR.I.P.¤Ã¤Æ¶Ê\r\n¤Ê¤ó¤Î¥¢¥ë¥Ð¥à¤ËÆþ¤Ã¤Æ¤¤¤ë¤«¤ï¤«¤ëÊý¤¤¤é¤Ã¤·¤ã¤¤¤Þ¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (329,'555d20b64a','','>toni montana¤µ¤ó\r\nNITRO¤Ï̾Á°¤°¤é¤¤¤·¤«ÃΤé¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢SUGAFREE¤È¤Ï¤É¤¦¤¤¤Ã¤¿´Ø·¸¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¤§¡£ :?: \r\n¥°¡¼¥°¥ë¤Ç¸¡º÷¤·¤Æ¤ß¤¿¤È¤³¤í¡¢£È£ï£õ£ó£å¡¡£Ï£æ¡¡£Â£ì£õ£å£ó¤Ç¹Ô¤ï¤ì¤¿SUGAFREE¤Î¥é¥¤¥Ö¤ËHI-C¤È¤È¤â¤ËBIGZAM¤¬¸½¤ì¤¿¤È¤¤¤¦·Ç¼¨ÈĤνñ¤­¹þ¤ß¤ò¸«¤Ä¤±¤ë¤³¤È¤¬½ÐÍè¤Þ¤·¤¿¤¬¡£\r\n\r\n¡äg-stringz¤µ¤ó\r\n¤¤¤¤¶Ê¤Ê¤Î¤Ë¥·¥ó¥°¥ë¥«¥Ã¥È¤·¤Ê¤¤¤Î¤Ï¤Á¤ç¤Ã¤È¤â¤Ã¤¿¤¤¤Ê¤¤¤Ç¤¹¤Í¡£ :cry: ¥×¥í¥â¤Ï½Ð¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤±¤É¡£\r\n¥ª¥ê¥¸¥Ê¥ë¤ò²Î¤Ã¤Æ¤¤¤¿¥â¡¼¥ê¥¹¥Ç¥¤¤¬»²²Ã¤·¤Æ¤ë¤Î¤Ë¥µ¥ó¥×¥ë¥¯¥ê¥¢¥é¥ó¥¹¤ÎÌäÂ꤬¥¯¥ê¥¢¤Ç¤­¤Ê¤«¤Ã¤¿¤Î¤Ï»ÄÇ°¤Ç¤¹¤Í¡¦¡¦¡¦\r\nºî¶Ê¼Ô¤Î¥×¥ê¥ó¥¹¤¬OK¤·¤Ê¤«¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦ :cry: \r\n²¿¤Ï¤È¤â¤¢¤ì¥¢¥ë¥Ð¥à¤«¤é¥«¥Ã¥È¤µ¤ì¤Ê¤«¤Ã¤¿¤À¤±¤Ç¤â¤è¤«¤Ã¤¿¤Ç¤¹¡£ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (330,'481d34c7fa','Rare and Tight cds for sale','Hi, I got those for sale :\r\n\r\nZ-ro look - what you did to me OG\r\nplaya g - pimp shit (sealed)\r\nal kapone - da ressurection \r\nal-d - home of the free \r\n\r\nAll are in mint condition\r\n\r\nif you are interessed, make an offer at : busiman40@hotmail.com\r\nbye'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (331,'73f7796d37','SWISHAHOUSE','ÆüËܤǤϤ¢¤Þ¤ê¿Íµ¤¤¬¤Ê¤¤¡©¿å¼Ö¾®²°¤Ç¤¹¤±¤É\r\nMIKE JONES¤Î¿·ºî\"RUNNIN\' THA GAME\"(DVD+CD)¤¬½Ð¤Þ¤·¤¿¤Í\r\n̤¤ÀCHECK¤·¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É狼ʹ¤¤¤¿¿Í¤¤¤Þ¤»¤ó¤«¡©\r\n\r\n¤¢¤ÈÁ°ºî\"BALLIN UNDERGROUND\"¤Ç¤¹¤±¤É¡¢DVD¤¬ÉÕ¤¤¤Æ¤Ê¤¤¥Ð¡¼¥¸¥ç¥ó¤¬¤¢¤ë¤é¤·¤¤¤ó¤Ç¤¹¤±¤É¡¢¸«Ê¬¤±Êý¤È¤«¤¢¤ê¤Þ¤»¤ó¤«¡©\r\n\r\n¤½¤ì¤È24Æü¤ËPAUL WALL¤Î¿·ºî¤¬½Ð¤Þ¤¹¤Í¡¢¤ª¶â¤¬¡£¡£¡£ :crackup:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (332,'fc5f17922f','','[quote:fc5f17922f=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]\r\n²¿¤Ï¤È¤â¤¢¤ì¥¢¥ë¥Ð¥à¤«¤é¥«¥Ã¥È¤µ¤ì¤Ê¤«¤Ã¤¿¤À¤±¤Ç¤â¤è¤«¤Ã¤¿¤Ç¤¹¡£ :wink:[/quote:fc5f17922f]\r\n\r\n¤½¤¦¤Ç¤¹¤Í¡ª¤½¤ÎÅÀ¤ò¹Í¤¨¤ÆÂŶ¨¡¦¡¦¡¦¤Ã¤Æ¤«¤ó¤¸¤Ç¤¹¡£\r\n̤ȯɽ¤ÇInside Out¤È¤¤¤¦¹¥¤­¤Ê¶Ê¤¬¤¢¤ë¤ó¤Ç¤¹¤¬¡¢\r\n½Ð¤·¤ÆÍߤ·¤¤¤Ç¤¹¡£¿·ºî¤Ë¤Ï¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n[quote:fc5f17922f]ºî¶Ê¼Ô¤Î¥×¥ê¥ó¥¹¤¬OK¤·¤Ê¤«¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦ :cry: [/quote:fc5f17922f]\r\n\r\n¤¿¤·¤«¤ËºÇ¶á¥×¥ê¥ó¥¹¤Ï¤½¤Î¤¢¤¿¤ê¤¦¤ë¤µ¤¤¤Î¤«¤â¡¦¡¦¡¦¤Ç¤¹¤Í :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (333,'198ebc5f26','','>̤ȯɽ¤ÇInside Out¤È¤¤¤¦¹¥¤­¤Ê¶Ê¤¬¤¢¤ë¤ó¤Ç¤¹¤¬¡¢\r\n>½Ð¤·¤ÆÍߤ·¤¤¤Ç¤¹¡£¿·ºî¤Ë¤Ï¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤Î¶Ê¤ÏËͤ⹥¤­¤Ç¤¹¤è¡£µ®½Å¤ÊQUIK¤ÎÀ¸²Î¤âÄ°¤³¤¨¤Þ¤¹¤· :lol: \r\n¤³¤Î¥¢¥ë¥Ð¥à¤Ë¤Ï»ÄÇ°¤Ê¤¬¤é¼ýÏ¿¤µ¤ì¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤³¤Î¥¢¥ë¥Ð¥à¤Î¸å¤ËȯÇ䤵¤ì¤ë̤ȯɽ¶Ê¡õ¥²¥¹¥È»²²Ã¶Ê½¸¤Ë¤Ï¼ýÏ¿¤µ¤ì¤ë¤è¤¦¤Ç¤¹¤è¡£\r\n¸Ä¿ÍŪ¤ËÂç¹¥¤­¤ÊAbracadabra¡ÊFocos Pocus)¤â¼ýÏ¿¤µ¤ì¤ë¤è¤¦¤Ê¤Î¤Ç³Ú¤·¤ß¤Ç¤¹¡£ :wink: \r\n\r\n¡ä¤¿¤·¤«¤ËºÇ¶á¥×¥ê¥ó¥¹¤Ï¤½¤Î¤¢¤¿¤ê¤¦¤ë¤µ¤¤¤Î¤«¤â¡¦¡¦¡¦¤Ç¤¹¤Í \r\n¤¤¤í¤¤¤í¤¢¤Ã¤ÆºÇ¶á¤Ï¤¦¤ë¤µ¤¤¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\nÁ°¤Î¥¢¥ë¥Ð¥à¤Ë¤Ï¥×¥ê¥ó¥¹¥Í¥¿¤Î¶Ê¤â¤¢¤Ã¤¿¤ó¤Ç¤¹¤¬¡£ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (334,'2f2021e1a0','','[quote:2f2021e1a0=\"g-stringz\"]¿ä¬¤Ç¤¹¤¬¡¢Payback¤ÏEastside Drama¤Î¥ª¥ê¥¸¥Ê¥ë¥ô¥¡¡¼¥¸¥ç¥ó¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£[/quote:2f2021e1a0]¤½¤¦¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :idea: \r\nStreet¤Ç¤ÏPayback¤¬Àè¤À¤Ã¤¿¤ê¡£Eastside Drama¤ÎÊý¤¬Î®Ä̤¬Îɤ¯¤Æ¡¢Àè¤Ã¤Æ°õ¾Ý¤¢¤ê¤Þ¤¹¤¬¡£\r\n\r\n¤È¤³¤í¤ÇºÇ¶á¸«¤Ä¤±¤Æµ¤¤Ë¤Ê¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢BG K.O.¤¬»²²Ã¤·¤Æ¤ëQsta¤Ã¤Æ¿Í¤Ï²¿¼Ô¤Ê¤ó¤Ç¤·¤ç¤¦¤«??\r\nCPT¤Î¿Í?? ¡¡King T¤È¤«RBX¤â»²²Ã¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£\r\n¡¡¤´Â¸ÃΤÎÊý :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (335,'f36fff586c','Lil Blacky Presents...','ͧ¿Í·Ðͳ¤Çget¤·¤Þ¤·¤¿!\r\nOld Tawn Mafia¤ÎBigg Bandit¤äTony G¤â¿ô¶ÊProduce¤·¤Æ¤Æ¡¢Oh HoneyŽÈŽÀ¡¢Talk Box¤Ê¤É¤¢¤êÁ´ÂÎŪ¤Ë¥«¥Ã¥³¥¤¥¤¤Ç¤¹ :!: \r\nLil Blacky¤ÈLil Sicko¤½¤ì¤¾¤ì¤ÎSolo¤¬¡¢Æ±¤¸»þPimp Rollin Records¤«¤é¥«¥ß¥¹¥ó¤ÎÍͤǤ¹¡£\r\nHit A Lick¤Î²»º»ÂÁ¤¬Ìµ¤¯¤Ê¤Ã¤Æ¤É¤¦¤Ê¤ë¤Î¤«¤È°Æ¤¸¤Æ¤¤¤Þ¤·¤¿¤¬¡¢¤³¤Î¥³¥ó¥Ô¤òÄ°¤¤¤Æº£¸å¤ÎPimp Rollin Records¤Ë´üÂÔÂç¤Ç¤¹ :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (336,'b5266c8ac3','paul wall','paul wall»°·î¤Ë±ä´ü¤Ë¤Ê¤ê¤Þ¤·¤¿ :( \r\n¤Ç¤â¼«Ê¬¤â¶â·ç¤Ê¤Î¤Ç¤Á¤ç¤Ã¤È¥Û¥Ã¤È¤·¤Þ¤·¤¿ :lol: ¤¹¤ß¤Þ¤»¤ó¡£\r\n\r\n¤½¤ì¤Ë¤·¤Æ¤â¤³¤ì¤«¤é¤¿¤¯¤µ¤ó¥ê¥ê¡¼¥¹Î̤¬Áý¤¨¤½¤¦¤Ê¤Î¤Ç¡¢ÂçÊѤǤ¹¤Í¡£\r\n\r\n¼«Ê¬¤ÏMIKE JONES¤ÎÃϲ¼ÊªÇã¤Ã¤Æ¤Ê¤¤¤¯¤»¤Ë¤Ê¤ó¤Ç¤¹¤¬MAGNO¤â¤Û¤·¤¤¤Ã¤¹¡ª¡ª\r\n\r\n¤Ä¤¤¤Ç¤Ç¤¹¤¬¡¢SLIM THUG¤ÈKEYLONE¤ÎHAVING THANG¤Ã¤Æ¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (337,'6a412cd92a','','HAVING THANG»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹ :oops: \r\nÇ㤪¤¦¤«¤É¤¦¤·¤è¤¦¤«¡¢¤½¤ì¤³¤½goku¤µ¤ó¤Î¥ì¥ô¥å¡¼¤Ç¤â¸«¤Æ¤«¤é·è¤á¤è¤¦¤È»×¤Ã¤Æ¤½¤Î¤Þ¤Þ˺¤ì¤Æ¤Þ¤·¤¿ :birdman: \r\n¤¢¡¼¥ì¥ô¥å¡¼¸«¤¿¤¤¤Ê¡¼ :3some: \r\n¤Ê¤ó¤ÆÆȤê¸À¥¹¥¤¥Þ¥»¥ó :withstupid:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (338,'ef611b1679','¥Þ¥¤¥¸¥ç¡¼¥ó¡¡¥Õ¡¼¡©','Running The Game¡¢DVDÉÕ¤­¤È¤¤¤¦¤³¤È¤ÇÇã¤Ã¤Á¤ã¤¤¤Þ¤·¤¿ :? \r\nÆâÍƤϡ¢Îã¤Î¥Õ¥ê¡¼¥¹¥¿¥¤¥ëMIX CD¤ÈƱ¤¸¤Ç¡¢¥Ó¡¼¥È¤òͭ̾½è¤«¤é¼Ú¤ê¤Æ¤½¤Î¾å¤Ë¥Þ¥¤¥¸¥ç¡¼¥ó¤¬¥é¥Ã¥×¤·¤Þ¤¯¤ë¡¢¤Ã¤Æ´¶¤¸¤Ç¤¹¡£¥Þ¥¤¥¸¥ç¡¼¥ó¤Î¤¢¤Î¡Ö¥Þ¥¤¥¸¥ç¡¼¥ó¡¢¥Þ¥¤¥¸¥ç¡¼¥ó¡×¥é¥Ã¥×¤¬¹¥¤­¤ÊÊý¤Ë¤ÏÌÞÏÀ¥ª¥¹¥¹¥á¤Ç¤­¤Þ¤¹¤±¤É¡¢¤½¤¦¤Ç¤â¤Ê¤¤¤è¡¢¤Ã¤ÆÊý¤Ï»ß¤á¤È¤¤¤¿Êý¤¬¤è¤µ¤½¤¦¤Ç¤¹¡£\r\n´üÂÔ¤ÎDVD¤Ï¤È¤¤¤¦¤È¡¢¤³¤Ã¤Á¤ÏBallin Underground¤ÎDVD¤âÆþ¤Ã¤Æ¤Æ¥é¥Ã¥­¡¼¡ª¤È»×¤¤¤Ä¤Ä¤â¡¢ÆâÍƤϤɤäÁ¤â¡¢Mike Jones¤ÎÃϸµ¤Ç¤Î¿Íµ¤¤Ã¤×¤ê¹ë²Ú¤ÊÊë¤é¤·¤Ã¤×¤êÅù¤ò¸«¤»¤Ä¤±¤é¤ì¤¿¡¢¤Ã¤Æ´¶¤¸¤Ç¤Þ¤¡¤Þ¤¡¤Ç¤·¤¿¡£¡£¡£¤Ç¤â·ÈÂÓÈÖ¹æ¤òÄÌÈÎÈÖÁȤߤ¿¤¤¤Ëº¸¾å¤Ëɽ¼¨¤µ¤»¤Æ°ìÈ̸ø³«¤·¤Æ¤¿¤ê¡¢Í×½êÍ×½ê¤Ç¥À¥¤¥ä¥â¥ó¥É¤À¤é¤±¤Î»õ¤ò¸«¤»¤Ä¤±¤Æ¤­¤¿¤ê¡¢°ã¤¦¸«Êý¤ò¤¹¤ì¤Ð¡¢Æͤùþ¤ß¤É¤³¤íËþºÜ¤ÇÌÌÇò¤«¤Ã¤¿¤Ç¤¹:thumbright:\r\n\r\nDVD¤¬ÉÕ¤¤¤Æ¤Ê¤¤¤Ã¤Æ¤Î¤Ï¿ʬ¥Ö¡¼¥È¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¡©¡¡¤Ê¤ó¤«¤½¤ó¤Ê¤è¤¦¤Ê¤³¤È¤òËܿͤ¬Running The Game¤ÎDVD¤Ç¸À¤Ã¤Æ¤Þ¤·¤¿¡£¡¡Â¿Ê¬Âç¼ê¤ÎCD²°¤ÇÇ㤨¤Ð¤Á¤ã¤ó¤ÈDVD¤¬ÉÕ¤¤¤Æ¤¯¤ë¤È»×¤¤¤Þ¤¹¤è¡ª\r\n\r\n¤Ò¤µ¤Ó¤µ¤Ë¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤â¤Î¤òÇ㤤¤Þ¤·¤¿¤±¤É¡¢¤É¤ì¤â²»¤¬¤¢¤ó¤Þ¤ê¿·Á¯¤¸¤ã¤Ê¤¤¤ó¤Ç¸Ä¿ÍŪ¤Ë¤Ï¤Þ¤¡¤Þ¤¡¤Ã¤Æ´¶¤¸¤Ç¤¹¡Ä¡£¥ª¥ê¥¸¥Ê¥ë¤Î¿·¶Ê¤ò2-3¶Ê¤Ç¤¤¤¤¤«¤éÆþ¤ì¤ÆÍߤ·¤¤¤Ê¤Ã¤Æ»×¤¤¤Þ¤¹¡£\r\n¤È¤¤¤¦¤ï¤±¤Ç¡¢Slim Thug & Keylon¤â¤Þ¤ÀÄ°¤¤¤Æ¤Ê¤¤¤Ç¤¹¡£¡£¡£goku¤µ¤ó¥ì¥Ó¥å¡¼¤ª´ê¤¤¤·¤Þ¤¹¡ª¤Ê¤ó¤Á¤ã¤Ã¤Æ:oops:\r\n\r\nPaul Wall¤Î¿·ºî¤ÏËͤâ³Ú¤·¤ß¤Ç¤¹¡ª :2gunfire: \r\nChick Magnet¤Ê¤ó¤Æ¼«Ê¬¤Ç¸À¤Ã¤Æ¤ß¤¿¤¤¤â¤Î¤Ç¤¹¤Í :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (339,'a6f54ac4ef','','Ãϲ¼Êª°ìµ¤¤Ë3ËçÇ㤦¤Î¤Ï¤µ¤¹¤¬¤Ë¥ê¥¹¥¯¤¬¹â¤¤¤Ã¤¹ :hothot: \r\n»È¤Ã¤Æ¤ë¶Ê¤È¤«ÀäÂÐƱ¤¸¤Î¤¬¤«¤Ö¤ê¤Þ¤¯¤Ã¤Æ¤½¤¦¤Ç¤¹¤·¡£\r\n¤½¤ó¤Ê¤³¤È¤¤¤Ã¤Æ¤Æµîǯ¤Ï»°ËçÇ㤤¤Ê¤ó¤ÆÅö¤¿¤êÁ°¤Ã¤Æ¤Ê´¶¤¸¤ÇÃϲ¼ÊªÇ㤤¤Þ¤·¤¿¤¬ :tongue9: ·ë¹½CDR¤â¤Î¤È¤«¤âÇã¤ï¤µ¤ì¤ÆÄˤ«¤Ã¤¿¤Ç¤¹¡£ :cry: \r\n\r\n¼«Ê¬Åª¤Ë¤Ï¡¢\r\n¥Þ¥°¥Î¡¼¡¼¡¼¥é¥Ã¥×¤È¥¸¥ã¥±¤¬¥¤¥«¤·¤Æ¤Þ¤¹\r\n¥Þ¥¤¥¸¥ç¡¼¥ó¡¼¡¼¡¼¡¼DVD¼«Ê¬¤â¸«¤¿¤¤¤Ç¤¹¡£\r\nSLIMTHUG&KYLEON¡Ý¡Ý¡ÝSLIMTHUG¤Î¥É¥¹À¼ºÇ¹â¡Ê£±£°ËçÇ㤦¤È°Â¤¤¤Ã¤Æ :?: ¡Ë\r\n¤Ç¤âÇ㤦¤Ê¤é¤ä¤Ã¤Ñ¤êSLAB\r\nÂç·ê¤ÇYUNG RO¤È¤¤¤Ã¤¿´¶¤¸¤Ê¤ó¤Ç¤¹¤¬¡£¡£\r\n\r\nÃϲ¼Êª¤¸¤ã¤Ê¤¤The Day Hell Broke Loose 2¤Ï¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\nʹ¤¤¤Æ¤Ð¤Ã¤«¤ê¤Ç¤¹¤ß¤Þ¤»¤ó¤¬¡¢¤ª»ý¤Á¤ÎÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\nCHAMILLIONAIRE¤ÎSOUTHERN SMOKE7¤Ï¥ß¥Ã¥¯¥¹CD°·¤¤¤Ç¤¹¤±¤É¡¢¤³¤Á¤é¤Ï·ë¹½Îɤ«¤Ã¤¿¤Ç¤¹¡£SCREW JAMZ¤ÇCHAMILLIONAIRE¤¬JAMIE FOXX,³ª¹¾¡¢TWISTA°ì¿Í¤Ç¤ä¤Ã¤Á¤ã¤Ã¤Æ¤Þ¤¹¡£¥Þ¥¤¥¢¥ßDJ¤¬¥ß¥Ã¥¯¥¹¤·¤Æ¤ë¤»¤¤¤«SLIP N SLIDE¤â¤Î¤¬ÅÓÃ濤¤¤Ç¤¹¤¬¡¢·ë¹½¤½¤Î¤¢¤¿¤ê¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£\r\n\r\nZ_RO¡¢LIL SCRAPPY¡¢SOUTHCOAST¡¢¤¢¤È¤Á¤ç¤Ã¤ÈÃÙ¤ì¤ÆMURDER £±Çã¤Ã¤Á¤ã¤Ã¤¿¤Î¤Ç¡¢¤ª¶â¤Ê¤¤¤Ç¤¹¡£¤Ç¤âMAGNO¤ÈHAVING THANGS¤Ï¤«¤Ã¤Æ¤ß¤Þ¤¹¤Ç¤¹¡Ê´À¡Ë'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (340,'7ab918d8f7','','ricky¤µ¤ó¥ì¥ô¥å¡¼¤¢¤ê¤¬¤È¤¦¤´¤´¤¶¤¤¤Þ¤¹\r\n¡Ö¥Þ¥¤¥¸¥ç¡¼¥ó¡¢¥Þ¥¤¥¸¥ç¡¼¥ó¡×¥é¥Ã¥×¤«¤Ê¤ê¥¦¥±¤Þ¤·¤¿ \\:D/ \r\nBALLIN¤Î¤Û¤¦¤¬°Â¤«¤Ã¤¿¤Î¤Ç¼Â¤ÏºòÆüÃíʸ¤·¤Á¤ã¤Ã¤Æ¤Þ¤¹\r\n\r\ngoku¤µ¤ó¡¢The Day Hell Broke Loose 2Çã¤Ã¤¿¤ó¤Ç¤¹¤±¤É\r\n̤¤ÀÄ°¤±¤Æ¤Ê¤¤¤Ç¤¹¡¢£²ËçÁȤʤó¤Ç¤Þ¤¿»þ´Ö¤¬¤¢¤ë¤È¤­Ä°¤¯¤Ä¤â¤ê¤Ç¤¹ =;¤½¤ì¤Ç¤Ï'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (342,'ab41212ba9','','Features¤Ã¤Æ¤ä¤Ä¤ËÆþ¤ë¤ó¤Ç¤¹¤« :shock: ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n¥¢¥Ö¥é¥«¥¿¥Ö¥é¡Ä¡©¤ÏÄ°¤¤¤¿¤³¤È¤Ê¤¤¤Ç¤¹¡£µ¤¤Ë¤Ê¤ë¡¦¡¦¡¦¡£\r\n¥¢¥ó¥À¡¼¥°¥é¥¦¥ó¥É¥ª¥ó¥ê¡¼¤À¤È¤Á¤ç¤Ã¤Èí´í°¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬\r\nÀ§Èó¥Á¥§¥Ã¥¯¤·¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¤Í¡ª\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (343,'15af253264','','Q\'STA¤Ç¤¹¤«¡Á\r\n¤º¤Ã¤ÈÁ°¤ËFWA¤Î·Ç¼¨ÈĤÇTY¤µ¤ó¤¬Ì¾¶Ê¤¬Æþ¤Ã¤Æ¤¤¤ë¤È¸À¤Ã¤Æ¤ª¤é¤ì¤Þ¤·¤¿¤¬\r\n¤¤¤Þ¤À¤Ë¥Á¥§¥Ã¥¯½ÐÍè¤Æ¤¤¤Þ¤»¤ó¡Ä¡£\r\n\r\n¾ÜºÙ¤Ï¤³¤Á¤é¤Ç¤´Í÷¤Ë¤Ê¤Ã¤Æ²¼¤µ¤¤ 8) \r\nhttp://www.theilltip.com/executiveent_.htm'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (345,'47c307ceda','Z-RO¥á¥¸¥ã¡¼¥Ç¥Ó¥å¡¼','¿·¤·¤¤¥¢¥ë¥Ð¥àʹ¤¤¤¿¿Í¤¤¤Þ¤¹¤« :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (346,'1c8f1128c7','','g-stringz¤µ¤ó¡¢Thanx fo tha info!\r\n¤ä¤Ã¤ÑCompton¤ÎŽ×Ž¯ŽÊŽßŽ°¤Ç¤¹¤Í¡£ Compton¤Èʹ¤¯¤À¤±¤Ç̵½þ¤Î¹¥°Õ¤òÊú¤¤¤Æ¤·¤Þ¤¤¤Þ¤¹¢ö\r\nNWA¤ò»Ï¤á¡¢Compton¤Î²»¤Ë¤Ï°ì´Ó¤·¤¿¥«¥Ã¥³¤è¤µ¤ò´¶¤¸¤Æ¤Þ¤¹¡£\r\nŽÚŽËŽÞŽ­Ž°¤È¤«¶ì¼ê¤Ç¤¹¤¬¡¢Qsta¼ê¤ËÆþ¤ì¤¿¤éÊ̥ȥԤÇÏÃÂê¤Ëµó¤²¤¿¤¤¤È»×¤¤¤Þ¤¹ :idea:\r\n\r\nNYTOWL¤ÈEasy¤Î¥ä¥Ä¤Ï¡¢DJ U-neek¤ÎKingin Records¤«¤é\'99¤Ë½Ð¤¿The Eclipse¤ËÆþ¤Ã¤Æ¤ë¤Ã¤Ý¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (347,'99353fb130','','\"The Day Hell Broke Loose 2\"\r\nº££²²óÌÜÄ°¤¤¤Æ¤Þ¤¹¡¢¤³¤ì¤«¤Ê¤ê¥¤¥¤¤Ç¤¹¤Í:thumbleft: \r\nÌ̻ҤÏMIKE \"¤Þ¤¤¤¸¤ç¡¼¤ó\" JONES, PAUL WALL, MAGNIFICENT, SLIM THUG, KYLEON, LIL KEKE, 5TH WARD WEEBIE, CHOPPA, TOWDOWNÅù¤Ç\r\n¥È¥é¥Ã¥¯¤â¤Ê¤«¤Ê¤«¤Î½ÐÍè¤À¤È»×¤¤¤Þ¤¹\r\n¥¤¥ó¥È¥í¤Ë³¤¤¤Æ¤Î­¢CASH THAT I GOT¤«¤é\"¥Þ¥¸¥«¥Ã¥±¡¼\"¤Ç¤¹\r\n­¦THROWED¤ÏCHOPPA¤ÈWEEBIE¤òfeat.¤·¤Æ\"CHOPPASTYLE\"É÷\r\n¤¢¤È´Î¿´¡©¤Î\"¥Þ¥¤¥¸¥ç¡¼¥ó¡¢¥Þ¥¤¥¸¥ç¡¼¥ó\"¤â¤«¤Ê¤ê¤ÎÉÑÅÙ¤À¤ÈÉÕ¤±²Ã¤¨¤Æ¤ª¤­¤Þ¤¹\r\n\r\nDISC B¤ÏMICHAEL \"Áí¿ã\" WATTS¤¬¤ä¤Ã¤Æ¤Þ¤¹¤¬¡¢\r\n¤Þ¤¸¤Ç\"¥¹¥²¡¼¥«¥Ã¥±¡¼\"¤Ç¤¹ :signcool: \r\n¤¢¤­¤é¤«¤ËOG RON C¤Î±Æ¶Á¤¬»Ç¤¨¤Þ¤¹¤¬+CHOP¤Ç¾ö³Ý¤±¤Æ¤­¤ÆºÇ¹â¤Ç¤¹¤Í\r\n\r\n¤³¤ì¤ÏÇã¤Ã¤ÆÀµ²ò¤Ç¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (348,'53aec4cec3','major without major deal','LLB¤µ¤ó¡¢¥ì¥Ó¥å¡¼¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª\r\nThe Day Hell Broke Loose 2¤µ¤Ã¤½¤¯¼«Ê¬¤â¥²¥Ã¥È¤·¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£\r\nËèÅÙ¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¥Û¥ó¥È¤¹¤ß¤Þ¤»¤ó¡ª¤Á¤Ê¤ß¤Ë£±»ý¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤¹¤¬¤â¤·¤ª»ý¤Á¤Ç¤·¤¿¤é¤³¤Á¤é¤â¤µ¤¯¤Ã¤È¤É¤ó¤Ê´¶¤¸¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª\r\n\r\nARCHIE LEE\"MISTA DA MASTA¤ÈBIG TIGER\"I CAME TO WRECK(¤·¤«¤âSCREWEDÈ״ְ㤨¤ÆÇã¤Ã¤Á¤ã¤¤¤Þ¤·¤¿)\"¤°¤é¤¤¤·¤«WEB¤Ë¤Î¤Ã¤±¤Æ¤Ê¤¤¤Î¤Ï¤â¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢SCREWEDÈפΤ»¤¤¤«¤ä¤¿¤é¥Ï¡¼¥É¤Ç¤«¤Ã¤³¤è¤¯Ê¹¤³¤¨¤ëBIG TIGER¤ß¤¿¤¤¤Ê¥Ð¥¦¥ó¥·¡¼¤Ç¥Á¥ç¥×¥Á¥ç¥×¤¯¤ë¤ä¤Ä¤­¤¯¤È¿ÈÌ夨¤¹¤ë·¹¸þ¤Ë¤¢¤ê¤Þ¤¹ ::oops: \r\n\r\n¤½¤ì¤Ë¤·¤Æ¤â¿å¼Ö¾®²°¡¢ÆüËܤǤ⤤¤Þ¤¤¤ÁÀ¹¤ê¾å¤¬¤ê¤Þ¤»¤ó¤·¡¢¥¢¥á¥ê¥«¤Ç¤Ï¤³¤Î¤´¤í¤¤¤í¤ó¤Ê¥¢¥ë¥Ð¥à¤Ç¥Á¥ç¥Ã¥×¤·¤¹¤®¤Æ¤ë¤»¤¤¤«¡©SCREW¥Õ¥¡¥ó¤Î¿Í¤«¤é·ë¹½·ù¤ï¤ì¤Æ¤Þ¤¹¤Í¡£SCREW¤È¤Ï¤Þ¤¿°ã¤Ã¤¿Ê·°Ïµ¤¤¬¤¢¤Ã¤ÆÌÌÇò¤¤¤È»×¤¦¤Î¤Ç¤¹¤¬¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (349,'9f142e72f5','','goku¤µ¤óLLB°ã¤¤¤Þ¤¹LBB a.k.a. LIL BIMBIM¤Ç¤¹ :mad: \r\n¤Þ¡¢¤¿¤¤¤·¤Æ°ÕÌ£¤Ï̵¤¤¤ó¤Ç¤¹¤±¤É :oops: \r\n\r\nThe Day Hell Broke Loose¤Î1¤Ï²¶¤â»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹\r\n¤¢¤È3·î¤ËDay Hell After Broke Loose¤È¸À¤¦¤Î¤¬½Ð¤ë¤ß¤¿¤¤¤Ç¤¹\r\n¤«¤Ê¤ê½Ð¤·²á¤®´¶¶¯¤¤¤Ç¤¹ :stoopyd: \r\n[quote:9f142e72f5]SCREWEDÈפΤ»¤¤¤«¤ä¤¿¤é¥Ï¡¼¥É¤Ç¤«¤Ã¤³¤è¤¯Ê¹¤³¤¨¤ëBIG TIGER¤ß¤¿¤¤¤Ê¥Ð¥¦¥ó¥·¡¼¤Ç¥Á¥ç¥×¥Á¥ç¥×¤¯¤ë¤ä¤Ä¤­¤¯¤È¿ÈÌ夨¤¹¤ë·¹¸þ¤Ë¤¢¤ê¤Þ¤¹ [/quote:9f142e72f5]\r\nBIG TIGER¤â»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤Þ¤¿GET¤·¤¿¤¤¤È»×¤¤¤Þ¤¹\r\n\r\n¼«Ê¬¤Î°ì²¡¤·¤Ï¡¢\"STREET MILITARY / STEEL GANGSTAZ-CHOPPED & SKREWED\"¤Ç¤¹¤Í\r\nO.G. RON C¤ÎMIX¤Ç²¿¤È¸À¤¦¤«±§Ãè¿Í¤¬½Ð¤Æ¤­¤½¤¦¤Ç¤¹ 0X \r\n¥Í¥¿¤¬¥Í¥¿¤À¤±¤Ë¡¢¤³¤ì¤Ê¤éSCREW¥Õ¥¡¥ó¤Ë¤â¼õ¤±Æþ¤ì¤é¤ì¤ë¤Î¤Ç¤Ï¡©¤È»×¤¤¤Þ¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (350,'5e422e5d4f','','¤¢¤Ã :shock:\"STREET MILITARY / STEEL GANGSTAZ-CHOPPED & SKREWED\"\r\n\r\n¤³¤ìSWISHA HOUSE¤¸¤ã¤Ê¤¤¤Ç¤¹¤Í\r\n¥¸¥ã¥±¤ËBY O.G. RON C OF SWISHA HOUSE¤È½ñ¤¤¤Æ¤¢¤ë¤Î¤Ç²¿¤È¤Ê¤¯´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿ :hothot:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (351,'27b5c02344','¼ºÎ餤¤¿¤·¤Þ¤·¤¿','LIL BIMBIM¤µ¤ó¡¢\r\n¤´¤á¤ó¤Ê¤µ¤¤ :explosivesmile: \r\n¤Ç¤â :mad: ¤ÇÎɤ«¤Ã¤¿¤Ç¤¹\r\n :leftfighter2: ¤¸¤ã¤Ê¤¯¤Æ¤Á¤ç¤Ã¤È°Â¿´¤Ç¤¹ ::D \r\n\r\n¤â¤¦¿·ºî¤Ç¤¹¤«¡ªAFTER/BEFOREÂIJÏƸ¤ß¤¿¤¤¤Ê¤³¤ÈÉáÄ̤Υê¥ê¡¼¥¹¤Ç¤â¤¹¤ë¤ó¤Ç¤¹¤Í¡£\r\n\r\nSTREET MILITARY¤Î¤½¤ÎÈפâ»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£\r\n¤â¤¦Íߤ·¤¤¤â¤Î¤À¤é¤±¤Çº¤¤ê¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (352,'7697b9c7b6','¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¤Ô¤ó¤×¡ª¡Ý¡ÝKINGPIN SKINNY PIM','SKINNYPIMP¤Î¿·¥ì¡¼¥Ù¥ë¤Ç¿·¶Ê¤¬Ä°¤±¤ë¤Î¤Ç¤¹¤¬Èù̯¤Ê´¶¤¸¤Î¥¯¥é¥Ö¸þ¤±¤Î\r\n¶Ê¤¬¤¢¤Ã¤¿¤ê¤·¤Æ¡¢¥¢¥ë¥Ð¥à¤Î¥¿¥¤¥È¥ë¤¬CLASSIC¤Ã¤Æ¡£¡£¡£ :cry:\r\n\r\n¤Ê¤ó¤ÈƱ¥ì¡¼¥Ù¥ë¤ËYOUNG LO¤Þ¤Ç¤¤¤Æ¤³¤Ã¤Á¤â»ëÄ°¤·¤Þ¤·¤¿¤¬¤³¤Ã¤Á¤Î¤Û¤¦¤¬¤«¤Ã¤³¤è¤«¤Ã¤¿¤ê¤¹¤ë¤Î¤Ë :cry: \r\n\r\n¤È¤¤¤¦¤ï¤±¤ÇÆȤê¸À¤Ç¤·¤¿¡£\r\nSKINNY PIMP¥Õ¥¡¥ó¤ÎÊý¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (353,'00ae5fd153','','a few hours left'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (354,'06752dea95','Re: Lil Blacky Presents...','[quote:06752dea95=\"EsE DrEaMeR\"]ͧ¿Í·Ðͳ¤Çget¤·¤Þ¤·¤¿![/quote:06752dea95]\r\n\r\n¤Ê¤ó¤È :shock: \r\n¤¹¤Ç¤ËÆþ¼ê¤µ¤ì¤Þ¤·¤¿¤«!\r\n¤¦¤é¤ä¤Þ¤·¤¤¤Ç¤¹¤Í :angry3: \r\n\r\nÆâÍƤâ¤è¤µ¤½¤¦¤Ç¤¹¤Í!\r\n¤¼¤Ò¤È¤â¥²¥Ã¥È¤·¤¿¤¤¤È»×¤¤¤Þ¤¹! :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (355,'a731eb127b','¤Ê¤ó¤È!','[quote:a731eb127b=\"toni montana\"]G-HOUSE03¤µ¤ó\r\n¼Â¤Ï£³ÆüÁ°¤Þ¤Ç»Å»ö¤ÇÅìµþ½ÐÄ¥¤Ç¤·¤¿¡£\r\n¼¡¤Î½ÐÄ¥¤È¥¿¥¤¥ß¥ó¥°¤¬¤¢¤¨¤Ð¤è¤¤¤Î¤Ç¤¹¤¬ :x \r\nÆüÄøÅùÂԤäƤޤ¹ :o[/quote:a731eb127b]\r\n\r\nÅìµþ¤Ë¤¤¤é¤·¤Æ¤¿¤ó¤Ç¤¹¤«!\r\n°ìÀ¼¤«¤±¤Æ¤¯¤À¤µ¤ì¤Ð¡¦¡¦¡¦\r\nÆüÄø¤Ï¤Þ¤À·è¤Þ¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤¬·è¤Þ¤ê¼¡ÂèÊó¹ð¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (356,'d3a30acdbf','','LBB¤µ¤ó¡¢¤É¤¦¤â¤Ç¤¹¡ª\r\n¡Ö¥Þ¥¤¥¸¥ç¡Á¥ó¡×¤Ïµ¤¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢¥¹¥í¡¼¤Ê¶Ê¤Ç»È¤¦¤Î¤Ï»ß¤á¤ÆÍߤ·¤¤¤Ç¤¹¡Ê¾Ð\r\nRunnin The Game¤ÎÃæ¤Ë¥¹¥í¡¼¤Ê¶Ê¤¬²¿¶Ê¤«¤¢¤ë¤ó¤Ç¤¹¤±¤É¡¢¤µ¤¹¤¬¤Ë¼ª¾ã¤ê¤Ç¤·¤¿¡Ê¾Ð\r\n¤È¤Ï¤¤¤¤¤Ä¤Ä¡¢£±²ó¤â½Ð¤Æ¤³¤Ê¤¤¤È¼ä¤·¤¤¤ó¤Ç¤¹¤±¤É¤Í :geek: \r\nThe Day Hell Broke Loose¡¢Ëͤâ¤Þ¤À»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¥²¥Ã¥È¤·¤Æ¤ß¤Þ¤¹¤Í¡£\r\n\r\nLBB¤µ¤ó¤Ï¡¢\"Real Recognize Real\"¤Ï»ý¤Ã¤Æ¤é¤Ã¤·¤ã¤¤¤Þ¤¹¤«¡©\r\nOG RON C¤ÈBRO.WOOD¡Êï¡©¡Ë¥×¥ì¥¼¥ó¥Ä¤ÇÃÏÌ£¤Ë¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥³¥ó¥Ô¤Ê¤ó¤Ç¤¹¤±¤É¡¢¤Ê¤«¤Ê¤«Îɤ¤¤Ç¤¹¤è¡ª¡¡Mike Jones¤Ï¤¤¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢Swishahouse·Ï¼ã¼ê¥é¥Ã¥Ñ¡¼¤«¤é¡¢UGK, Lil Flip, Z-Ro¤Ê¤ó¤«¤ÎÂçʪ¤â·ë¹½¤¤¤Æ¡¢¥ª¥¹¥¹¥á¤Ã¤Æ´¶¤¸¤Ç¤¹¡£¤Ã¤Æ¡¢»ý¤Ã¤Æ¤é¤·¤¿¤é¥¹¥ß¥Þ¥»¥ó¡£\r\n\r\nDay Hell After Broke Loose¤Ç¤¹¤±¤É¡¢Ä´¤Ù¤Æ¤ß¤¿¤é¥ì¡¼¥Ù¥ë¤¬Rap-A-Lot¤Ã¤Æ½ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿:shocked!: ¤³¤ì¤Ã¤Æ¥Ñ¥¯¤Ã¤¿¤Ã¤Æ¤³¤È¤¸¤ã¤Ê¤¤¤Ç¤¹¤è¤Í¡©¡¡ºÇ¶á¤ÎRap-A-Lot¤Ï¿§¡¹»î¹Ôºø¸í¤·¤Æ¤ë´¶¤¸¤ÇÌÌÇò¤¤¤Ç¤¹ :rr: \r\n\r\n¤Ç¤Ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (357,'9d420588a6','æÍîÉð¼Ô','¥¹¥­¥Ë¡¼¹¥¤­¤Ç¤¹ 8) \r\n¿·¤·¤¤¥ì¡¼¥Ù¥ë¤Î¥µ¥¤¥È¸«¤¿¤ó¤Ç¤¹¤±¤É¸«°ã¤¨¤Þ¤·¤¿ :o \r\n¤Á¤ç¤Ã¤ÈÁ°¤Ë¥½¥Ë¡¼¤Ë°ÜÀÒ¤·¤¿¤Ã¤Æ¤¤¤¦±½¤¬¤¢¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î¥ì¡¼¥Ù¥ë¤Ï¥½¥Ë¡¼´Ø·¸¤Ê¤ó¤Ç¤¹¤«¤Í¡©¡¡¥Õ¥é¥¤¥ä¡¼¤Î¼Ì¿¿¤ËThree 6 Mafia¡ÊÉü±ï¡©¡Ë, Lil Flip¤È¤«½ñ¤¤¤Æ¤¢¤Ã¤¿¤Î¤Ç¡¢²¿¤«´Ø·¸¤¬¤¢¤ë¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :thumbright: \r\n¤É¤Ã¤Á¤Ë¤·¤í¡¢¥Ñ¥½¥³¥ó¤ÇÄ°¤±¤Ê¤¤CD¤òÇä¤Ã¤Æ¤¿¤è¤¦¤Ê¥»¥³¤¤¥¹¥­¥Ë¡¼¤¸¤ã¤Ê¤¯¤Ê¤Ã¤¿¤è¤¦¤Ê¤Î¤Ç°Â¿´¤·¤Þ¤·¤¿¡Ê¾Ð\r\n¿·¶ÊÄ°¤­¤Þ¤·¤¿¤±¤É¡¢Classic¤Ã¤Æ¤¤¤¦¶Ê¤Ï¤Á¤ç¤Ã¤ÈÎɤµ¤²¤À¤Ã¤¿¤¯¤é¤¤¤Ç¡¢³Î¤«¤Ë¾¤Î¶Ê¤È¤«¤Þ¤¡¤Þ¤¡¤Ç¤¹¤Í :( \r\n\r\nYoung Lo¤Î¤Û¤¦¤¬ÃÇÁ³Îɤ«¤Ã¤¿¤Ç¤¹¡£´üÂÔÂç¤Ç¤¹¤Í¡ª¤¿¤À¥¯¥ê¥¹¥Þ¥¹¤Ã¤Æ»þ´ü³°¤ì¤Ë¤âÄø¤¬¤Ê¤¤¤Ç¤¹¤«¡©¡¡ :santa: ¡¡:deathlyobsessed: \r\nÅöʬÀè¤Ã¤Æ¤³¤È¤Ç¤¹¤«¤Í¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (358,'e7394e528c','','ricky¤µ¤ó¡¢¤É¡¼¤â :drunken: \r\n\"Real Recognize Real\"\r\n¥ª¡¼¥À¡¼¤·¤Á¤ã¤¤¤Þ¤·¤¿¡¢¶â·ç¤Ê¤Î¤Ë :drunken: \r\n¤¤¤ä¤¡¡¢goku¤µ¤ó¤Î¥µ¥¤¥È¸«¤Æµ¤¤Ë¤Ï¤Ê¤Ã¤Æ¤¿¤ó¤Ç¤¹¤è¤Í¢«¸À¤¤Ìõ :transformer:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (359,'f58068dc00','','less than 2 hours left'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (360,'e758744ea2','','The Eclipse¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í :o\r\n ¤³¤Á¤é¤³¤½¤¤¤Ä¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n¥ê¥Ó¥å¡¼³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (361,'fb65b55601','','¤¹¤¤¤Þ¤»¤ó¡¢²óÀþ¤­¤ì¤Æ¥í¥°¥¢¥¦¥È¤·¤Æ¤Þ¤·¤¿ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (362,'43ff1eab1c','','¤¢¤¢¡ª¤Þ¤¿¡¦¡¦¡¦\r\nº£ÅÙ¤ÏÂç¾æÉפǤ¹¤è¤Í¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (363,'2e56d98956','','g-stringz¤µ¤ó\r\n¡¡RHYTHM D¤ÏC-BO¤È»Å»ö¤·¤Æ¤ë¤ó¤Ç¤¹¤Í 8) ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\nÁá®Ĵ¤Ù¤Æ¤ß¤Þ¤¹¡£\r\n\r\nEsE DrEaMeR¤µ¤ó\r\n¡¡Brownside¤ÎPayback¤Ã¤Æº£¤Ç¤â¼ê¤ËÆþ¤ì¤ë»ö¤Ï¤Ç¤­¤ë¤ó¤Ç¤·¤ç¤¦¤«¡© »ä¤âEastside Drama¤Ï¤â¤Ã¤Æ¤¤¤ë¤ó¤Ç¤¹¤¬¡¦¡¦¤Á¤Ê¤ß¤ËCan\'t stop\r\nthe southland¤Ã¤Æ¶Ê¤¬Âç¹¥¤­¤Ç¤¹ :love7: ¤Ê¤Ë¤«¤ÎÂç¥Í¥¿¤Ã¤Ý¤¤¶Ê¤Ç¤¹¤¬¤É¤Ê¤¿¤«¸µ¥Í¥¿\r\nÃΤäƤëÊý¤¤¤Þ¤»¤ó¤«¡© :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (364,'5c997073e1','','¤Ï¤¸¤á¤Þ¤·¤Æ¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó¤µ¤ó :) \r\nSUGAFREE¤Î£È£ï£õ£ó£å¡¡£Ï£æ¡¡£Â£ì£õ£å£ó¤Ç¤Î¥é¥¤¥Ö¤Ê¤ó¤Æ¤â¤ÎÀ¨¤¯Á¢¤Þ¤·¤¤¾õ¶·¤Ç¤¹¤Í¡£\r\n£Ñ£Õ£É£Ë¡¢£È£É¡Ý£Ã¤â»²²Ã¤·¤Æ£Ô£é£ð¡¡£Ôoe¤Ê¤ó¤«¤ä¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤« :drunken: \r\n¾ì½ê¤¬£È£ï£õ£ó£å¡¡of blues¤Ê¤À¤±¤Ë¤«¤Ê¤ê¤Î£Ð£á£ò£ô£ù¤Ê¤ó¤Ç¤·¤ç¤¦ :love3: \r\n£Â£É£Ç¡¡£Ú¤È¤Ï狼Ãϸµ¤ÎÅۤξҲð¤È¤«²¿¤«¤Ë½ñ¤¤¤Æ¤Þ¤·¤¿¡££Ì£Á¤ÏÈó¾ï¤Ë¤¤¤í¤ó¤Ê½Ð²ñ¤¤¤Î¿¤¤³¹¤Ê¤Î¤Ï»ö¼Â¤À¤È»×¤¤¤Þ¤¹¤¬¡¢¤½¤ì¤À¤±¤Ç¤Ê¤¯£Ú¤Î¼ÂÎϤâǧ¤á¤é¤ì¤¿¡¢Èó¾ï¤Ë¤Û¤Û¤¨¤Þ¤·¤¤¸÷·Ê¤À¤Ã¤¿¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (366,'80a04c2682','Re: HI-LIFE HUSTLE¡¡','¤Þ¤¿È¯Ç䤬±ä¤Ó¤Æ3/23¤Ë¤Ê¤Ã¤¿¤è¤¦¤Ç¤¹¡£\r\n¤Ê¤Ë¤«¥È¥é¥Ö¥ë¤Ç¤â¤¢¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡£\r\n¤µ¤é¤Ë¿·Ï¿¶Ê¤òÄɲ乤ë¤È¤¤¤¦Ïä⤢¤ê¤Þ¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (367,'f5438199d1','my life','0X lil flip¤Îmy life¤¬¤«¤Ã¤³¤è¤¹¤®¤Þ¤¹¤Ç¤¹¡£\r\n 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (368,'37e623759b','young-lo "gangsta"','young lo¸Þ·î¤ËȯÇä¤È¤¤¤¦»ö¤Ï¡¢SKINNY PIMP¤Î¤¹¤°¸å¤°¤é¤¤¤Ë¤Ç¤ë¤ó¤Ç¤·¤ç¤¦¤«¡£\r\n\r\nYOUNG LO¤ÎÀè¹ÔÈס©¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©½Ð²ó¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢¤³¤ì¤Ï¤½¤Î¤Þ¤ÞGANGSTA¥¢¥ë¥Ð¥à¤Ë¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡£¡£¡£¡©\r\n\r\n¤½¤ì¤Ë¤·¤Æ¤â¤³¤Î¥ì¡¼¥Ù¥ë¡¢Çò¿Í¥Ý¥Ã¥×²Î¼ê¤âÊú¤¨¤ëÁí¹ç²»³Ú¥ì¡¼¥Ù¥ë¤ß¤¿¤¤¤Ê´¶¤¸¤Ê¤ó¤Ç¤¹¤¬¤¤¤Ã¤¿¤¤¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¥½¥Ë¡¼¤Î»Ò²ñ¼Ò¤é¤·¤¤¤Ç¤¹¤±¤É¡£¹õ¿Í²»³ÚÉôÌ礬SKINNY PIMP¤ÈYOUNG LO¤À¤±¤Ã¤Æ¤¤¤¦¤Î¤â¥¹¥´¥¹¥®¥Þ¥¹¤Í¡£¼ÒĹÊФê²á¤®¡¼ :flower: \r\n\r\nSKINNY¥¹¥ì¤òºî¤Ã¤¿¤ó¤Ç¤¹¤¬YOUNG LO¥¹¥ì¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£ :crackup: \r\n\r\n¤¢¡¢¤Á¤Ê¤ß¤ËLIL CED¥²¥Ã¥È¤·¤Þ¤·¤¿ :thumbright:ͽ»»¥ª¡¼¥Ð¡¼¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (369,'d55893ef6b','','¤¦¤Á¤Î¥µ¥¤¥È¤Î¥Õ¥©¡¼¥é¥à¤Ë¤É¤¦¤¾¡£ÁÇÀ²¤é¤·¤¤¥³¥á¥ó¥È¤µ¤ì¤Æ¤ëÊý¡¹¤¬¤¤¤é¤Ã¤·¤ã¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (370,'91a180fd52','Re: Z-RO¥á¥¸¥ã¡¼¥Ç¥Ó¥å¡¼','¤¹¤¤¤Þ¤»¤ó¡£¤­¤º¤«¤Ê¤«¤Ã¤¿¤Ç¤¹¡£ÇÒ¸«¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ËͤÏZ-RO¤ò¥Õ¥¡¡¼¥¹¥È¤È°ì½ï¤ËÇã¤Ã¤¿¤Î¤Ç¥Õ¥¡¡¼¥¹¥È¤«¤éʹ¤­»Ï¤á¤Æ¤Þ¤¹¤¬¥ä¥é¥ì¤Þ¤·¤¿¡£¥á¥¸¥ã¡¼ÈפⲶ¤Ï¤¹¤´¤¯¥¤¥¤¤È»×¤¤¤Þ¤·¤¿¡£¥Æ¥­¥µ¥¹½é¿´¼Ô¤Ê¤ó¤Ç¤Þ¤À¤Þ¤ÀÊÙ¶¯Ãæ¤Ç¤¹¤¬Z-RO¤ÎÎɤµ¤Ï¥¬¥Ã¥Ä¥êǾ¤Ë¥Ï¥Þ¥ê¤Þ¤·¤¿¡£Guerilla Maab¤ÎCD¤äZ-RO¤Î¥»¥«¥ó¥É¤È¥µ¡¼¥É¤¬¤Ê¤«¤Ê¤«¼ê¤ËÆþ¤ê¤Ë¤¯¤¤¤Ç¤¹¤¬¼ê¤ËÆþ¤ë¤â¤Î¤«¤éʹ¤¤¤Æ¤¤¤­¤¿¤¤¤È»×¤¤¤Þ¤¹¡£¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (371,'58b94b5661','¥ê¥ê¡¼¥¹!','¤È¤¦¤È¤¦¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤ß¤¿¤¤¤Ç¤¹¤Í¢ö\r\namazon¤Ç¤Ï¤Þ¤À¤ß¤¿¤¤¤Ç¤¹¤±¤É¡£\r\nʹ¤¤¤¿Êý¤¼¤Ò¤´´¶ÁÛ¤ò :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (372,'a0fc5db25d','CANDY RAIN','¤É¤¦¤â¤Ç¤¹ :!: \r\n¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à½é¤Ç¤¹¤¬¤è¤í¤·¤¯¤ª¤Í¤¬¤¤¤·¤Þ¤¹ :) \r\n\r\nG-HOUSE03¤µ¤ó¡¢\r\n¥ì¥Ó¥å¡¼¤ËCandy rain¾î¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤·¤¿¤¬¡¢¤É¤ó¤Ê´¶¤¸¤Ç¤·¤ç¤¦¤«¡©¡ª\r\nÈó¾ï¤Ëµ¤¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤Æ¡£¡£¡£¥·¥ó¥¬¡¼¤Î¤è¤¦¤Ç¤¹¤¬¡¢²»¤Ï¥Ð¥¦¥ó¥¹¤â¤Î¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n·ë¶É¤³¤Î¥Õ¥©¡¼¥é¥à¤ËÍè¤Æ¤Þ¤ÇÆîÉô¥Í¥¿¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¥ì¥Ó¥å¡¼¤Ë¤Î¤Ã¤±¤Æ¤¤¤é¤·¤¿LAX¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹ :thumbright: ²¼¼ê¤ÊÆîÉô¤â¤Î¤Ê¤ó¤«¤è¤êÁ´Á³ÆîÉô¤Ã¤Ý¤¤¥Ó¡¼¥È¤Ê¤ó¤Ç¤¹¤±¤É¡¢¥Ð¥¦¥ó¥·¡¼¤Ê¤Î¤Ë¤Ê¤¼¤«À¶Îô¶¤¤¤Ã¤Ñ¤¤¤Ê¤Î¤Ïwest»º¤Î¤¤¤¤¤È¤³¤í¤¬½Ð¤ÆºÇ¹â¤Ç¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (373,'7277c51492','Survival Of The Siccest!!! ++DOOMSDAY PRODUCTIONS++','ºòǯ²Æ¤«¤é±ä´ü¤·Â³¤±¤Æ¤¤¤¿Pray 4 Me¤Î¥ê¥á¥¤¥¯¤¬º£·î16Æü¤Ë¤è¤¦¤ä¤¯È¯Ç䤵¤ì¤Þ¤¹¡ª\r\n\r\n¥ª¥Õ¥£¥·¥ã¥ë¤Çsnippet¤¬Ä°¤±¤Þ¤¹ :rightfighter6: \r\n\r\n[url]http://www.cinsityrecords.com/[/url]\r\n\r\n[url=http://www.streetlevelrecords.com/]STREET LEVEL RECORDS[/url]¤ÎÀ¨ÏÓ¥×¥í¥Ç¥å¡¼¥µ¡¼D-SANEÀ½ºî¤Î¥Ó¡¼¥È¤â¤¢¤ë¤é¤·¤¤¤Ç¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (374,'c56c17828e','All Falls Down','¤É¤â¡£½é¤á¤Þ¤·¤Æ¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢(¥Ï¥ó¥É¥ë¥Í¡¼¥àÊѤ¨¤Þ¤¯¤Ã¤Æ¤Þ¤¹¡¦¡¦¡¦)\r\n¤³¤Á¤é¤Ë¤Ï½é½ñ¤­¹þ¤ß¤Ç¤¹¡£\r\n¥è¥í¥·¥¯¤ª¤Í¤¬¤¤¤·¤Þ¤¹¡ª¡ª\r\n\r\n¥¸¥ã¥±¥Ã¥È´Ø·¸¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢KANYE¤ÎÏÃÂê¤Ê¤Î¤Ç¤³¤³¤Ë½ñ¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¤Í :) \r\n\r\n[url=http://spencer.idjmg.com/www2/av/go.wax?num=6190460656&speed=high]All Falls Down¤Î¥Ó¥Ç¥ª(WINDOWS)[/url]\r\n¤Ë¤ä¤ì¤é¤Þ¤·¤¿ :shock: \r\nThrough The WireƱÍÍ\r\n¤³¤Î¿Í¤ÎÞ¯Í¥»¥ó¥¹¤¬¾®Áþ¤é¤·¤¤¤Ç¤¹¡£\r\n\r\n¤Á¤Ê¤ß¤Ë½Ð¤Æ¤¯¤ë½÷À­¤ÏSTACEY DASH¡½DAM DASH¤Î¤¤¤È¤³¡½¤é¤·¤¯\r\n½÷Í¥¤ò¤ä¤Ã¤Æ¤¤¤ë¤Î¤âÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢1966ǯÀ¸¤Þ¤ì¤È¤¤¤¦¤Î¤Ë¤Ó¤Ó¤ê¤Þ¤·¤¿ :shock: \r\n¤«¤ï¤¤¤¤¤Ê¡Á¤È»×¤Ã¤¿¤é37ºÐ¡Ä¤³¤Î¥Ó¥Ç¥ª¤À¤ÈÁ´Á³¸«¤¨¤Þ¤»¤ó¤è¤Í¡Á¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (375,'94fe351a14','Re: All Falls Down','[quote:94fe351a14=\"g-stringz\"]¤Á¤Ê¤ß¤Ë½Ð¤Æ¤¯¤ë½÷À­¤ÏSTACEY DASH¡½DAM DASH¤Î¤¤¤È¤³¡½¤é¤·¤¯\r\n½÷Í¥¤ò¤ä¤Ã¤Æ¤¤¤ë¤Î¤âÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢1966ǯÀ¸¤Þ¤ì¤È¤¤¤¦¤Î¤Ë¤Ó¤Ó¤ê¤Þ¤·¤¿ :shock: \r\n¤«¤ï¤¤¤¤¤Ê¡Á¤È»×¤Ã¤¿¤é37ºÐ¡Ä¤³¤Î¥Ó¥Ç¥ª¤À¤ÈÁ´Á³¸«¤¨¤Þ¤»¤ó¤è¤Í¡Á¡©[/quote:94fe351a14]\r\n\r\n¤³¤¦¤¤¤¦ÏÃÂê¤Ë¤Ï¤¹¤°Èô¤Ó¤Ä¤­¤Þ¤¹ :bootyshake: \r\n\r\n¤Û¤ó¤È¤Ë¸«¤¨¤Ê¤¤¤Ç¤¹¤Í¡¼¤«¤ï¤¤¤¤¤Ç¤¹ :thumbleft: \r\n37ºÐ¤Ç¤â¤¤¤±¤ëµ¤¤¬¤·¤Æ¤­¤Þ¤·¤¿ :angel4:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (376,'c8a2eea908','Re: CANDY RAIN','[quote:c8a2eea908=\"goku\"]G-HOUSE03¤µ¤ó¡¢\r\n¥ì¥Ó¥å¡¼¤ËCandy rain¾î¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤·¤¿¤¬¡¢¤É¤ó¤Ê´¶¤¸¤Ç¤·¤ç¤¦¤«¡©¡ª\r\nÈó¾ï¤Ëµ¤¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤Æ¡£¡£¡£¥·¥ó¥¬¡¼¤Î¤è¤¦¤Ç¤¹¤¬¡¢²»¤Ï¥Ð¥¦¥ó¥¹¤â¤Î¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:c8a2eea908]\r\n\r\n¤É¤¦¤â¤Ç¤¹!\r\n¤³¤Á¤é¤³¤½¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹ :) \r\n\r\nCandyRain¾î¤Ç¤¹¤¬¤Þ¤À°ìÅÙʹ¤­Î®¤·¤¿¤À¤±¤Ê¤Î¤Ç¾Ü¤·¤¯¤Ï¤Ê¤ó¤È¤â¤¤¤¨¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\n¥Ð¥¦¥ó¥¹¤â¤Î¤Ï¤Ê¤µ¤²¤Ê´¶¤¸¤Ç¤·¤¿¤è¢ö\r\n¥¹¥¦¥£¡¼¥È¤Ê´¶¤¸¤Î¤â¤Î¤â¤¢¤Ã¤¿µ¤¤¬¤·¤Þ¤¹¡£\r\n\r\nŬÅö¤Ê¥³¥á¥ó¥È¤Ç¤¹¤ß¤Þ¤»¤ó!\r\n¤É¤Ê¤¿¤«¥Õ¥©¥í¡¼¤ª´ê¤¤¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (377,'a7db698358','Re: Survival Of The Siccest!!! ++DOOMSDAY PRODUCTIONS++','¤µ¤¹¤¬¤Ç¤¹!\r\n¾ðÊó¤Î®¤µ¤Ëæ˹¤Ç¤¹!\r\n\r\n¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È½é¤á¤ÆÃΤê¤Þ¤·¤¿¡£\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n\r\n¤¤¤í¤¤¤íÇ㤨¤ë¤ß¤¿¤¤¤Ç¤¹¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (378,'b2922aba65','Streiht Up Menace¥Í¥¿','R&B¥·¥ó¥¬¡¼¤ÎMontell Jordan¤¬»È¤Ã¤Æ¤Þ¤¹¤è :!: \r\n¥¿¥¤¥È¥ë¤Ï\"Falling\"¤Ç\"More To Tell\"¤Ã¤Æ¤æ¤¦¥¢¥ë¥Ð¥à¤Ë¼ýÏ¿¤µ¤ì¤Æ¤Þ¤¹¡£\r\n[url]http://www.amazon.co.jp/exec/obidos/ASIN/B00005FGLK/qid=1078451302/sr=1-8/ref=sr_1_10_8/250-5387243-9467432[/url]\r\nÃæ¸Å²°¤Ç¤â·ë¹½¸«¤«¤±¤Þ¤¹¤è¡£»ä¤â¤³¤Î¶Êʹ¤­¤¿¤µ¤ËÃæ¸Å²°¤ÇÇ㤤¤Þ¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (379,'6412f6ac60','Re: SUGAFREE','·ë¶ÉCOOL¤Ï¥¢¥ë¥Ð¥à¤«¤é³°¤µ¤ì¤¿¤è¤¦¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (380,'f1512938d8','ÃÙ¤¯¤Ê¤ê¤Þ¤·¤¿!','[quote:f1512938d8=\"toni montana\"]EsE DrEaMeR¤µ¤ó\r\n¡¡Brownside¤ÎPayback¤Ã¤Æº£¤Ç¤â¼ê¤ËÆþ¤ì¤ë»ö¤Ï¤Ç¤­¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:f1512938d8]\r\nÉáÄ̤ËÆþ¼ê½ÐÍè¤Þ¤¹¤è :) \r\n¿ô¶Ê¥«¥Ö¤Ã¤Æ¤Þ¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (381,'34a85dc0a7','¤¢¤é¤é','¾å¤Î¼«Ê¬¤Ç¤¹¡¢¼ºÎ顪'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (382,'b5183cadfa','Re: All Falls Down','[quote:b5183cadfa=\"G-HOUSE03\"]\r\n¤Û¤ó¤È¤Ë¸«¤¨¤Ê¤¤¤Ç¤¹¤Í¡¼¤«¤ï¤¤¤¤¤Ç¤¹ :thumbleft: \r\n37ºÐ¤Ç¤â¤¤¤±¤ëµ¤¤¬¤·¤Æ¤­¤Þ¤·¤¿ :angel4:[/quote:b5183cadfa]\r\n\r\n½Ï½÷¥Õ¥¡¥ó¤¸¤ã¤Ê¤¤¤Ç¤¹¤±¤É¡¢¤¢¤ì¤Ê¤éÁ´Á³¤¤¤±¤Þ¤¹ :oops: \r\n¥ß¥¹¥Æ¥£¥«¥ë¤Îµ¤»ý¤Á¤â¤ï¤«¤ë¤«¤â¡¦¡¦¡¦:explosivesmile:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (383,'b0daed62f7','','¤¢¤é¤é¡¦¡¦¡¦·ë¶É¤Ï¤º¤µ¤ì¤¿¤ó¤Ç¤¹¤«¡Á\r\n¤½¤¦¤½¤¦Abracadabra¤Î¥µ¥ó¥×¥ëÄ°¤­¤Þ¤·¤¿¡ª¤È¤Æ¤âÎɤ«¤Ã¤¿¤Ç¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (384,'a906990d36','','¤ä¤Ã¤Ñ¤ê¥µ¥ó¥×¥ê¥ó¥°¥¯¥ê¥¢¥é¥ó¥¹¤ÎÌäÂ꤬¾å¼ê¤¯²ò·è¤·¤Ê¤«¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¤Í¤§\r\nºÇ½ªÅª¤Ê¶Ê¥ê¥¹¥È¤Ï¤³¤¦¤Ê¤Ã¤¿ÌÏÍͤǤ¹¡£\r\n01. Interlude\r\n02. Why U Bullshittin (Part 2)\r\n03. Thinkin \r\n04. He\'s Pimpin She\'s Hoeing (Feat. War Zone Rydaz) \r\n05. Angry Enuff \r\n06. Born Again \r\n07. You Just Won\'t Stop Talkin (Feat. Princess & Hi-C) \r\n08. Get Loose (Feat. Big Steele & Clue Dog) \r\n09. Did I Do Dat\r\n10. Don\'t Fight Da Pimpin \r\n11. High Heels (Feat. Kokane) \r\n12. Pay Me (Feat. Hi-C) \r\n13. Yo Momma Yo Daddy \r\n14. She Get What She Pay Foe (Feat Morris Day) \r\n15. Circus Music (Feat. Chingy) \r\n16. Outro'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (385,'cfcb0a37c3','','ricky¤µ¤ó¡¢goku¤µ¤ó¡¢\r\nMIKE JONES/BALLIN UNDERGROUND¤ÎDVD¸«¤Þ¤·¤¿¤è\r\nÆâÍƤÏricky¤µ¤ó¤Î¸À¤Ã¤Æ¤¿Ä̤ê¤Ç¤·¤¿¤¬¡¢wannabee¤¬µï¤¿¡Ê̵ÍýÌðÍý¡©¡Ë¤Î¤Ë¤Ï¡¢¤Á¤ç¤Ã¤È¥¦¥±¤Þ¤·¤¿ :forbiddensmile: \r\n\r\n40¶ÊÆþ¤ê¤Îfreestyle½¸¤ÎÊý¤òº£Ê¹¤¤¤Æ¤Þ¤¹¤¬¡¢»×¤Ã¤¿¤è¤ê¥¤¥¤¤Ç¤¹¤Í\r\n¤¢¤Þ¤êfreestyle¤â¤Î¤òÇã¤ï¤Ê¤¤¤ó¤Ç¡¢¤É¤Î¥È¥é¥Ã¥¯¤¬Îɤ¯»È¤ï¤ì¤Æ¤ë¤È¤«Ê¬¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢SWIZZ BEATS¤Î¡Ö¥Ï¥¤¡¢¥Ï¥¤¡¢¥Ï¡Á¡Á¡Á¥¤¡×¤ò¾¯¤·SCREW¤«¤±¤¿¤Î¤¬Îɤ«¤Ã¤¿¡Ê¸Å¤¤¡©¡Ë¡¢¥Ñ¥Ã¥¯¥Þ¥ó¤Î¤â¤Ê¤«¤Ê¤«¤Ç¤·¤¿¤±¤É¡¢¤³¤ì¤â¸Å¤½¤¦¤Ç¤¹¤Í Zombie Smile \r\n\r\n¤È¡¢¤¦¤Þ¤¯¥ì¥ô¥å¡¼½ÐÍè¤Ê¤¤¤Ç¤¹¤±¤É¡¢°­¤¯¤Ê¤¤¤È»×¤¤¤Þ¤·¤¿ :birdman:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (386,'f6d28238ae','','¤¢¡¢¤½¤¦¤½¤¦\r\n lil flip¤Îmy life¤Ã¤ÆO.G. RON C¤Î¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡©\r\n\"Lil Flip Presents Clover G\'s \"¤Ã¤Æ¤Î¤ò³ä¤ÈºÇ¶áÃíʸ¤·¤¿¤ó¤Ç¤¹¤±¤É\r\n¥Ð¥Ã¥¯¥ª¡¼¥À¡¼¤Ë¤Ê¤Ã¤Æ¤Æ¤Þ¤ÀÍè¤Æ¤Ê¤¤¤ó¤Ç¤¹¤è¤Í\r\n¤½¤ì¤ÈË¿ÆîÀ¾¤Ä¤Ê¤¬¤ê¤ËUP¤µ¤ì¤Æ¤ë19ºÐ¡¢¤â¤¦3½µ´Ö¤â·Ð¤Ä¤Î¤ËÆϤ«¤Ê¤¤¤è¡¼ :cry: \r\n´Ö°ã¤¨¤ÆÆϤ¤¤¿¿Íµï¤Þ¤»¤ó¤«¡Á :withstupid:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (387,'59d2f46d26','','¤ä¤Ã¤È°ìºòÆü\r\nThe Day Hell Broke Loose 2\r\n¤òÃíʸ¤·¤Þ¤·¤¿ :) \r\n\r\n¥Ñ¥Ã¥¯¥Þ¥ó¤ÏT2¤ÈESG¤ÈSLIM THUG¤Î¤ä¤Ä¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤¦¤À¤È¤·¤¿¤é¾å¤Î»°¿Í¤Îï¤è¤ê¤â¥Þ¥¤¥¸¥ç¡¼¥óÀ᤬»÷¹ç¤¤¤½¤¦¤Ç¤¹¡£\r\n\r\n¤È¤³¤í¤ÇCHAMILLIONAIRE¤ÎCOLOR CHANGING CLICK¤ÎTHE ARMY\r\n¤â¤«¤Ê¤êµ¤¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤ÏÀ§ÈóÇã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¤Ç¤¹ :) \r\n\r\n¤½¤ì¤Ë¤·¤Æ¤â¿å¼Ö¾®²°¥¹¥ìÀ¹¤ê¾å¤¬¤Ã¤Æ¤­¤Þ¤·¤¿¤Í¡ª\r\n»°¿Í¤À¤±¤Ç¤¹¤±¤É :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (388,'b2752a5101','','¤Ê¤ó¤È°ìʬ°ã¤¤¤Ç¤·¤¿ :lol: \r\nOG RONC&BRO. WOODS¤Î¤ä¤Ä¤Ê¤ó¤Ç¤¹¤¬¡¢\r\n¤½¤Î¥×¥ì¥Ó¥å¡¼¤È¤·¤ÆÂIJÏƸ¸å£²£°£°£³¤ËÆþ¤Ã¤Æ¤Þ¤·¤¿¡£\r\nÂIJÏƸ¤Ç¤ÏTI¤Î£²£´S¤«¤é¤Î·Ò¤®¤Ç¤È¤Æ¤â¤«¤Ã¤³¤è¤«¤Ã¤¿¤Î¤Ç¡¢\r\nµîǯ¤ÎÂç¹¥¤­¤Ê¶Ê¤Î°ì¤Ä¤Ç¤·¤¿¡£¡£\r\n\r\n¤³¤Î19ºÐ¤Ã¤Æº¸¾å¤ËºÜ¤Ã¤Æ¤¤¤ë¥ë¥¤¥¸¥¢¥Ê¤Î¤ª·»¤Á¤ã¤ó¤Î¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n¤ï¤«¤ê¤Þ¤»¤ó¤Ç¤¹¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (389,'5b937b80cc','¤É¤¦¤â¤Ç¤¹¡ª','¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£\r\n¸Ä¿ÍŪ¤Ë¤Ï¥¹¥¦¥£¡¼¥È¤Ç¥Ð¥¦¥ó¥¹¤À¤È¡¢Íߤ·¤¤¡ª¤È¤¤¤¦´¶¤¸¤Ç¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (390,'67fc97afe4','','¥Ó¥Ç¥ªºÇ½é¤Ë¤«¤Ê¤êȾΩ¤Áµ¤Ì£¤Ë¤·¤Æ¼æ¤­¤Ä¤±¤Æ¤ª¤­¤Ä¤Ä¤â¡¢\r\n¤½¤Î¸å¤Ï¤Þ¤¿°ã¤Ã¤¿ÌÌÇò¤µ¤ÇKANYE·¯¹¥¤­¾¡¼ê¤Ë¥Ó¥Ç¥ªºî¤Ã¤Æ¤ë¤È¤¤¤¦´¶¤¸¤Ç¡¢¤Û¤ó¤ÈºÍǽ¤¢¤Õ¤ì¤Æ¤Þ¤¹¤Í¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (439,'eb83c759b7','Re: HI-LIFE HUSTLE¡¡','»ä¤Ï¤Þ¤À¼ê¤ËÆþ¤ì¤Ê¤¤¤Ç¤¹!\r\n·ë¹½É¾È½¤¬¤¤¤¤¤ß¤¿¤¤¤Ç¤¹¤Í :) \r\n\r\n[quote:eb83c759b7=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]\r\n¡ÖÀè¤Ã¤Á¤ç¤À¤±¤Ç¤âÆþ¤ì¤µ¤»¤Æ¤¯¤ì¡×¤È¤¤¤¦ÊѤÊÆüËܸ줬Æþ¤Ã¤Æ¤¤¤Þ¤·¤¿ :wink:[/quote:eb83c759b7]\r\n\r\n :oops: \r\nÊѤʸÀÍÕ¤ò¤ª¤Ü¤¨¤µ¤»¤é¤ì¤Þ¤·¤¿¤Ê¡¦¡¦¡¦(¾Ð'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (392,'56a53a5c35','','¤¢¤ì¡¢ºòÆü¤ÏÁ÷¿®¸å¤¹¤°²¿½è¤«¹Ô¤Ã¤Æ¤Þ¤·¤¿¥¹¥¤¥Þ¥»¥ó:flower: \r\n¥Ñ¥Ã¥¯¥Þ¥ó¤Î£Ô2»ý¤Ã¤Æ¤Ê¤¤¤ó¤Çʬ¤«¤ê¤Þ¤»¤ó :dontknow: \r\nCOLOR CHANGING CLICK¡¢¥¦¡¼¥óµ¤¤Ë¤Ê¤ë\r\n¤Ç¤â¤³¤³¤Î¤È¤³¤íÇ㤤²á¤®¤Ç¥Á¥ç¥Ã¥È̵Íý¤«¤Ê¡© :explosivesmile: \r\n\"LIL FLIP/MY LIFE\"¤ÏO.G. RON C&BRO.WOOD¤Î¤Ë¤âÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¡¢¥è¥«¥Ã¥¿¤¢¤ÈÎã¤ÎÆϤ«¤Ê¤¤¤Î¤Ï¤½¤Î·»¤Á¤ã¤ó¤Ç¹ç¤Ã¤Æ¤Þ¤¹¡¢¼«Ê¬Åª¤Ë´üÂԤο·¿Í¤«¤â¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (393,'afb8c747c6','','BIG SID¼«Ê¬¤âµ¤¤Ë¤Ê¤ê¤Þ¤¹¤Ç¤¹¡£\r\nSOUTHWEST¥ß¥Ã¥¯¥¹¥Æ¡¼¥×¤òÇ㤦¤È°Â¤¯Ç㤨¤ë¤ß¤¿¤¤¤Ê¤Î¤ÇÇ㤪¤¦¤«¤È»×¤¤¤Þ¤¹¡£\r\n\r\nMAVERIC DESIGNÍͰ쵤¤Ë£²£°Ëç°Ê¾å¥ê¥ê¡¼¥¹¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª¡ª :flower: \r\n¤µ¤¹¤¬¤Ë20Ëç¤ÏÇ㤨¤Ê¤¤¤Ç¤¹¡£¤Ç¤âÁ´ÉôMAVERIC DESIGNºî¡¢Àµµ¬¤â¤Î¤ÏÁ´Éô¥Á¥§¥Ã¥¯¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¤Î¤Ç¤è¤í¤·¤¯¤Ç¤¹¡£ :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (394,'22c5868b26','','[quote:22c5868b26=\"goku\"]MAVERIC DESIGNÍͰ쵤¤Ë£²£°Ëç°Ê¾å¥ê¥ê¡¼¥¹¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª¡ª[/quote:22c5868b26]\r\nÀ¨¤¤¤Ç¤¹¤Í =D> ¼«Ê¬¤âʹ¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ÊÇ㤨¤ë½êÃΤê¤Þ¤»¤ó¡Ë :oops: \r\n¤È¤³¤í¤Çº£¹¹¤Ê¤ó¤Ç¤¹¤¬¡¢¤³¤³¤Ë½ñ¤«¤ì¤Æ¤ëricky¤µ¤ó¤¬design¤µ¤ì¤Æ¤ë¤ó¤Ç¤¹¤«¡©¡Ê̾Á°¤¬»÷¤Æ¤ë¤ó¤Ç¡Ë\r\n¤À¤È¤·¤¿¤é¡¢¤ª¤ª¤ª¡¼¤Ã :shock: ¡Ê¿§¤ó¤Ê°ÕÌ£¤Ç¡Ë'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (395,'b3e8b7691b','','g-stringz¤µ¤ó\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤³¤ì¤«¤é¤Ï¤Ê¤ë¤Ù¤¯Ã楸¥ã¥±¸«¤ë¤è¤¦¤Ë¤·¤Þ¤¹ :wink: \r\nËͤâ R.I.PÂç¹¥¤­¤Ç¤¹¡£ºÇ¸å¤ÎºÇ¸å¤Çµã¤«¤»¤Æ¤¯¤ì¤Þ¤¹¤Í\r\n\r\nEsE DrEaMeR¤µ¤ó\r\nÁá®Ĵ¤Ù¤Æ¤ß¤Þ¤¹¡£¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) \r\n\r\nhttp://thugradio.net/nwa-main.html'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (396,'098f56acba','','LBB¤µ¤ó\r\nWannaBeËͤⵤ¤Ë¤Ê¤ê¤Þ¤·¤¿¡Ê¾Ð¡¡ËÜÅö¤Ë:forbiddensmile:¢«¤³¤ó¤Ê´¶¤¸¤Ë¤µ¤ì¤Æ¤Æ¤Á¤ç¤Ã¤È¤«¤ï¤¤¤½¤¦¤Ç¤·¤¿¤Í¡Ê¾Ð\r\nRunnin The Game¤ÎÊý¤ÎDVD¤Ê¤ó¤Ç¤¹¤±¤É¡¢\r\nhttp://www.whomikejones.com/\r\n¤³¤³¡Ê¿ʬ¥ª¥Õ¥£¥·¥ã¥ë¡Ë¤Ç¥À¥¦¥ó¥í¡¼¥É¤Ç¤­¤½¤¦¤Ç¤¹¡Ê¾Ð\r\nMike Jones¤ÏÉþ¤âºî¤ëµ¤¤ß¤¿¤¤¤Ç¤¹¤±¤É¡¢¤¤¤­¤Ê¤êG-Unit¤Î¥Ñ¥¯¤ê¤¸¤ã¤ó¤Ã¤Æ´¶¤¸¤Ç¤¹:? \r\n\r\n¤½¤¦¤Ç¤¹Maveric Design¤ÏËͤǤ¹ 8) \r\nRAP¥Ç¥¶¥¤¥óÍѤÎ̾Á°¤ò¹Í¤¨¤¿¤ó¤Ç¤¹¤±¤É¡¢¤Á¤ç¤Ã¤È¤ï¤«¤ê¤Ë¤¯¤«¤Ã¤¿¤Ç¤¹¤Í:wolverinex: \r\nOne-i & Taylor¤Ã¤Æ¤¤¤¦¥°¥ë¡¼¥×¤Î¥«¥Ð¡¼¤¬½é»Å»ö¤Ç¡¢¤³¤ì¤«¤é¥Þ¥¤¥Ê¡¼¤Ê¥¢¡¼¥Æ¥£¥¹¥È¤È¤«¤Î¥«¥Ð¡¼¤ò¤ä¤é¤»¤Æ¤â¤é¤¨¤½¤¦¤Ç³Ú¤·¤ß¤Ç¤¹ :) \r\nSWC¥ß¥Ã¥¯¥¹¥Æ¡¼¥×¤Ïsouthwest-connection.com¤ÎMIXTAPE¥»¥¯¥·¥ç¥ó¤ÇÇ㤨¤ë¤è¤¦¤Ê¤Î¤Ç¸«¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\ngoku¤µ¤ó\r\n¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹:flower: \r\n¤¿¤À¥³¥Ô¡¼CD¤È¼«²ÈÀ½¥×¥ê¥ó¥¿½ÐÎϤΥ«¥Ð¡¼¤é¤·¤¤¤Î¤Ç¡¢Í×Ãí°Õ¤Ç¤¹¡£\r\n°ì½ï¤ËÇ㤦¤È°Â¤¯¤Ê¤ëÊý¤ÎCD¤ÏËÜʪ¤Ê¤Î¤Ç¡¢°ì½ï¤ËÇ㤦¤Ã¤Æ¤Î¤Ï¤ªÆÀ¤«¤â¤Ç¤¹¤Í¡£\r\n¾¤ËËͤ¬»ý¤Ã¤Æ¤ëÈϰϤǤÏ\r\n-FTS -IK -SYKO -LIL WITNESS¡Ê¤³¤Î¥¢¥ë¥Ð¥à¤Ï»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î¿Í¤Î¥é¥Ã¥×¤ÏKOOPSTA»÷¤Ç¥«¥Ã¥³¤¤¤¤¤Ç¤¹¡Ë\r\n¤¢¤¿¤ê¤¬¥ª¥¹¥¹¥á¤Ç¤¹¡£\r\n\r\n¤Ê¤ó¤«ÀëÅÁ¤ß¤¿¤¤¤Ë¤Ê¤Ã¤Á¤ã¤Ã¤Æ¥¹¥ß¥Þ¥»¥ó :oops:¡¡¡¡¡¡¡¡¡¡¡¡'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (397,'7dda2b28ef','¤Ë¤£¤£¡¼¤Ã¤Ä¡ª¡ª','¥Þ¥¤¥¸¥ç¡¼¥ó¡¢DVD¸«¤Þ¤·¤¿¡ª\r\n\r\n¡Ö»õ¤ò¥¢¥Ã¥×¥°¥ì¡¼¥É¤·¤¿¤¼¡ª\r\n¤Ë¤£¤£¤£¡¼¤Ã¡ª¡×¤Ð¤Ã¤«¤ê¤ä¤Ã¤Æ¤Æ¤Û¤Û¤¨¤Þ¤·¤¤¤Ç¤¹ :oops: \r\n\r\nYOUNG BLEED¤Î¥ß¥Ã¥¯¥¹¥Æ¡¼¥×¡£¡£¡£µ¤¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢¤É¤ó¤Ê´¶¤¸¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (398,'b6634ad66b','','[quote:b6634ad66b=\"ricky\"]SWC¥ß¥Ã¥¯¥¹¥Æ¡¼¥×¤Ïsouthwest-connection.com¤ÎMIXTAPE¥»¥¯¥·¥ç¥ó¤ÇÇ㤨¤ë¤è¤¦¤Ê¤Î¤Ç¸«¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡ª[/quote:b6634ad66b]\r\n¹Ô¤Ã¤Æ¤ß¤ë¤È²¿Ë礫Íߤ·¤¤¤Î¤¬¤¢¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢¤Þ¤È¤áÇ㤤¤Î¤ä¤êÊý¤¬È½¤é¤Ê¤¤¤ó¤Ç¤¹¤Í :? \r\n狼¤ª¤»¡¼¤Æ :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (438,'1497671d42','Re: HI-LIFE HUSTLE¡¡','¤ä¤Ã¤È¼ê¤ËÆþ¤ì¤Þ¤·¤¿¡ª :)\r\n ¤Ç¤â¥é¥¹¥È¤Î¶Ê¤¬²»Èô¤Ó¤·¤Þ¤¹¡¦¡¦¡¦ :( \r\n\r\n¡ÖÀè¤Ã¤Á¤ç¤À¤±¤Ç¤âÆþ¤ì¤µ¤»¤Æ¤¯¤ì¡×¤È¤¤¤¦ÊѤÊÆüËܸ줬Æþ¤Ã¤Æ¤¤¤Þ¤·¤¿ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (400,'a084be23a1','','¼«Ê¬¤â¤Þ¤È¤áÇ㤤¤·¤è¤¦¤È¤·¤Æ¥Á¥§¥Ã¥¯¥¢¥¦¥È¤·¤è¤¦¤È»×¤Ã¤¿¤é\r\n¶â³Û¤¬¤¹¤Ç¤Ë»ØÄꤵ¤ì¤Æ¤Æ¸Þ¥É¥ë­¤»¤Ê¤«¤Ã¤¿¤Ç¤¹¡£¡£¡£ :?\r\n\r\n¤Á¤Ê¤ß¤ËRICKY¤µ¤óMIXTAPEÁ´Éô»ý¤Ã¤Æ¤é¤·¤¿¤é¡¢¤É¤Î¤Ø¤ó¤¬¤ª´«¤á¤Ç¤·¤ç¤¦¤«¡©¼«Ê¬Åª¤Ë¤ÏSOUTH¤è¤ê¤âMIDWESTÁÀ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡£ \r\n\r\n´Ø·¸¤Ê¤¤¤Ç¤¹¤¬Ãíʸ¤·¤Æ¤ª¤¤¤¿K-RINO¤ÈSPC¤¬¥Ð¥Ã¥¯¥ª¡¼¥À¡¼¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (401,'c114482772','LIL WYTE, FRAYSER BOY "SCREWED & CHOPPED"','ξÊý¤È¤âDVDÉÕ¤­¤Î¤è¤¦¤Ç³Ú¤·¤ß¤Ê¤ó¤Ç¤¹¤¬¡¢¤È¤ê¤¢¤¨¤ºFRAYSER BOY¤òÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£ÌÌÇò¤«¤Ã¤¿¤éLIL WYTE¤âÇã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¦¤Î¤Ç¤¹¤¬¡¢\r\n¤Þ¤µ¤«Æ±¤¸DVD¤Ç¤Ï¤Ê¤¤¤«¤È¿´ÇÛ¤·¤Æ¤Þ¤¹¡£\r\n¤É¤Ê¤¿¤«¸«¤¿¤«¤¿¤É¤ó¤Ê´¶¤¸¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (402,'81c70345b3','','Ëͤâ¤ï¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢¤ª¼ê¿ô¤Ç¤¹¤¬°ìË示¤Ä¥ª¡¼¥À¡¼¤·¤Æ¤¯¤À¤µ¤¤¡¢¤Ã¤Æ¤¤¤¦¤³¤È¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¤Í¡©¡¡Á´ÉôÇ㤤¤È¤«¤Ë¤Ê¤ë¤È¤«¤Ê¤êÌÌÅݽ­¤½¤¦¤Ê¤Î¤Ç¡¢¥á¡¼¥ë¤·¤¿Êý¤¬¤è¤µ¤½¤¦¤Ç¤¹¤±¤É¡£¡£\r\n¤É¤Á¤é¤Ë¤»¤è¡¢CO-OP DEAL¤ÎÊý¤Ï¥á¡¼¥ë¤·¤Ê¤¯¤Á¤ã¤¤¤±¤Ê¤¤¤Ã¤Ý¤¤¤Ç¤¹¤Í¡£\r\n´ÉÍý¿Í¤µ¤ó¤Ï¡¢¤¢¤ó¤Þ¤ê¤½¤¦¤¤¤¦¤Î¤Ë¾Ü¤·¤¯¤Ê¤¤¤Ã¤Æ¸À¤Ã¤Æ¤¿¤Î¤Ç¡¢¤Þ¤È¤áÇ㤤¤ÎÀßÄê¤Î»ÅÊý¤¬²ò¤é¤Ê¤¤¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹Zombie Smile \r\n\r\nYoung Bleed, SWC Mixtape»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤è〜 :crackup:\r\n¤À¤«¤é²¿¤È¤â¸À¤¨¤Ê¤¤¤Ç¤¹¤±¤É¡¢¥È¥é¥Ã¥¯¥ê¥¹¥È¤ò¸«¤ÆÃΤäƤë¸Â¤ê¤À¤È¡¢\r\nMidwest¤À¤Ã¤¿¤éVol.1¤¢¤¿¤ê¤¬Îɤ¤¤ó¤¸¤ã¤Ê¤¤¤«¤È»×¤¤¤Þ¤¹:thumbleft: \r\n\r\nÁ´Á³Îɤ¤Åú¤¨¤¸¤ã¤Ê¤¯¤Æ¤´¤á¤ó¤Ê¤µ¤¤ m(_ _)m'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (403,'f0a5227fcc','¤½¤Î¤Þ¤µ¤«¤Ç¤¹¡Ê¾Ð','DVD¤ÏDJ Kayslay feat.3-6¤ÎWho Gives A F**k Where U From¤Î¥Ó¥Ç¥ª°ìËܤÀ¤±¤Ç¡¢Î¾Êý¤È¤âƱ¤¸¤Ç¤·¤¿ :angry8: \r\nÆüËܤΥե¡¥ó¤À¤Ã¤¿¤éÉáÃʸ«¤ì¤Ê¤¤¤«¤é¤Þ¤¡Îɤ¤¤ó¤Ç¤·¤ç¤¦¤±¤É¡¢¥¢¥á¥ê¥«ºß½»¤À¤Ã¤¿¤é¡¢¥Æ¥ì¥Ó¤Ä¤±¤ê¤ã¸«¤ì¤ë¤ï¡ª¤Ã¤Æ´¶¤¸¤Ç¤¹¤è¤Í¡©\r\nProject Pat¤Î¥ª¥Þ¥±¤â¤³¤ó¤Ê´¶¤¸¤Ç°ì¶Ê¤À¤±¤À¤Ã¤¿¤·¡¢DVD¤Ê¤ó¤À¤«¤é¤â¤Ã¤È¥Õ¥ë³èÍѤ·¤ÆÍߤ·¤¤¤Ç¤¹:angry3: \r\n\r\n¤È¤³¤í¤Ç¡¢º£²ó¤â½ÁÃˤΥµ¥ó¥°¥é¥¹ÌÌÇò¤¤¤Ç¤¹¤è0X ¡¡·ë¹½Í­Ì¾¤Ê¤ä¤Ä¤Ç¤¹¤±¤É½ÁÃˤ¬¤·¤Æ¤ë¤È°ìÃʤÈÌÌÇò¤¤¤Ç¤¹¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (404,'af6a49c45e','','³Î¤«¤ËÆæ¤Ç¤¹¤Í¡¢¤³¤Î¥ì¡¼¥Ù¥ë :?: ¡¡¤Á¤ã¤ó¤ÈCD½Ð¤·¤Æ¤¯¤ì¤ë¤Î¤«¤Á¤ç¤Ã¤È¿´ÇۤǤ¹¡£¡£\r\n¥µ¥¤¥È¤ÎÊ·°Ïµ¤¤«¤é¤·¤Æ¡¢¤¢¤ÎÆó¿Í¤Ï¤«¤Ê¤êÉ⤤¤Æ¤Þ¤¹¤è¤Í¡£¼ÒŤ¬¥á¥ó¥Õ¥£¥¹¥é¥Ã¥×¹¥¤­¤ÎÊÑÂ֤äƤ³¤È¤Ç¤¹¤«¤Í:oops: \r\n\r\nLIL CED¥²¥Ã¥È¤ª¤á¤Ç¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¥ì¥Ó¥å¡¼¤¿¤Î¤·¤ß¤Ë¤·¤Æ¤Þ¤¹¤Í¡ª\r\n\r\n¤Ò¤µ¤·¤Ö¤ê¤ËKing Of Da Playazball Ä°¤¤¤Æ¤Þ¤¹¤±¤ÉÎɤ¤¤Ç¤¹¤Í〜:thumbleft: ¡¡Skinny¤ÎºîÉʤÎÃæ¤Ç°ìÈÖ¹¥¤­¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (405,'a9a620fc2b','SWC¤Î¥ß¥Ã¥¯¥¹','ËͤâMW¤«¤éÁÀ¤¦Í½Äê¤Ç¤¹¡ª 8) \r\n\r\nSPC´ØϢ³¡¹¤È½Ð¤Þ¤¹¤Í¡ª\r\ngoku¤µ¤ó¤Îɾ²Á¤Ï¤¢¤Þ¤êÎɤ¯¤Ê¤«¤Ã¤¿¤Ç¤¹¤¬¡¢DJ CREE¤âËͤ⹥¤­¤Ê¥¿¥¤¥×¤Î¶Ê¤¬¤±¤Ã¤³¤¦Æþ¤Ã¤Æ¤Þ¤·¤¿¡ªº£Ç¯¤Ï¥é¥Ã¥×Åö¤¿¤êǯ¤Ë¤Ê¤ê¤½¤¦¤Ç¤¹¡£\r\n\r\n¤¢¤ÈLIL WITNESS¤Î¥Õ¥¡¡¼¥¹¥È¤¬Ç㤨¤ë¤È¤³¤í¤É¤³¤«ÃΤê¤Þ¤»¤ó¤«¡©\r\nSCC¤Î¥µ¥¤¥È¤Ç¤ÏÇäÀÚ¤ì¤Æ¤ë¤Î¤Ç¡¦¡¦¡¦\r\nSOUNDCLICK¤ÇÄ°¤¤¤Æ¤ä¤é¤ì¤Þ¤·¤¿ :o'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (406,'2c3906ccb1','','FRAYSER BOYÆϤ­¤Þ¤·¤¿¡£\r\nDVD¤Ï¥È¥Û¥Û¤Ç¤¹¤¬CD¤ÎD&C¤Ï¤Ê¤«¤Ê¤«Îɤ«¤Ã¤¿¤Ç¤¹¡ª¡ª :thumbleft: \r\n\r\n¥°¥é¥µ¥ó¥Þ¥Ë¥¢¤È¤¤¤¦¤È¤³¤í¤¬¼Â¤Ï°Õ³°¤ÈÁ¡ºÙ¤Ê½ÁÃË¡©ÊѤʥ°¥é¥µ¥ó¤Ð¤Ã¤«¤ê¤Ç¤¹¤±¤É¡£\r\n :icon_smile: \r\n¥¯¥é¥ó¥Á¡¼¤ÎÍ٤꤬¤Þ¤¿¤¹¤´¤¤¤Ç¤¹¤¬¡¢¥À¥ó¥¹¤Ë¤Ï¸«¤¨¤Ê¤¤¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (407,'9e650b2071','','BIG HILL¤ÈLIL GIN¤Ï¥²¥Ã¥ÈºÑ¤ß¤Ê¤ó¤Ç¤¹¤¬¡¢LIL CED¤Þ¤ÀÃå¤Þ¤»¤ó¡£\r\nBIG¡¡HILL¤Ï¤¤¤¤¶Ê¤È°­¤¤¶Ê¤È¤Ï¤Ã¤­¤ê¤·¤Æ¤Þ¤·¤¿¤±¤É¡¢°Õ³°¤ÈÎɤ«¤Ã¤¿¤Ç¤¹¡£\r\nLIL GIN¤Ï¤¢¤Î´é¤ò¾ï¤Ë¤É¤³¤«¤ÇÁÛÁü¤·¤Ê¤¬¤éʹ¤¤¤Æ¤¤¤Þ¤¹¡£¤¤¤Ã¤¿¤¤²¿ºÐ¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¤È¤Æ¤âµ¤¤Ë¤Ê¤ê¤Þ¤¹¡£ ::D'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (408,'669c34412a','','¤Ç¤âSPC¤ÈK-RINO¤Þ¤¿±ä´ü¤µ¤ì¤Ê¤¤¤«¤È¿´ÇۤǤ¹ :? \r\n\r\nº£Ç¯¤Ï¤Û¤ó¤ÈƬ¤«¤é¤¤¤¤¥¢¥ë¥Ð¥à¤¬¤¤¤Ã¤Ñ¤¤¤Ç¤¹¤Í¡£\r\nz-ro,cee-lo,twista,kanye»þ¡¹ganxta nip¤ò¼Ø²ó¤·Ãæ¤È¤¤¤¦´¶¤¸¤Ç¤¹¡£\r\n\r\n¿å¼Ö¾®²°¤ÎTHE DAY HELL BROKE LOOSE2¥²¥Ã¥È¤·¤Þ¤·¤¿¡£¤Û¤È¤ó¤É¥Þ¥¤¥¸¥ç¡¼¥ó¤Î¥½¥íºî¤ß¤¿¤¤¤Ê¤â¤ó¤Ç¤¹¤Í :oops: ¤Á¤ç¤Ã¤Ñ¤È£µTH WARD WEEBIE¤Î¤ä¤Ä¾Ð¤¨¤Þ¤·¤¿ :lol: \r\n\r\nCHICK MAGNET¤â¥²¥Ã¥È¤·¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (409,'fc7926e6b8','','¤¢¡¢CHICK MAGNET¡ª¡¡CEE-LO¤â¤³¤Ê¤¤¤Ê¡¼¤È»×¤Ã¤¿¤é\r\n¤³¤ÎÁ°½ñ¤¤¤¿Lil Flip Presents Clover G\'s ¡Ê¥Ð¥Ã¥¯¥ª¡¼¥À¡¼¡Ë¤È°ì½ï¤ÎÃíʸ¤À¤Ã¤¿\r\nº£·î¤Îbmr»ï¤Ë¤è¤ë¤ÈClover G\'s¤Ï¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤é¤·¤¤¤ó¤Ç¥­¥ã¥ó¥»¥ë¤·¤è¤Ã¤«¤Ê¡¼\r\n¤Ç¤â¡Ö2004¤ÎBEST¤À¡×¤Ã¤Æ°Õ¸«¤â¤¢¤ë¤·¡¢Ì¤¦¤Ê¡¼ :? \r\n\r\nSWC¤Þ¤È¤áÇ㤤̵¤µ¤½¤¦¤Ç¤¹¤Í¡¢º¤¤Ã¤¿ :? \r\n¾å¤Î¤â¤À¤±¤É¡¢Á÷ÎÁ¤¬Çϼ¯¤Ë¤Ê¤é¤Ê¤¤¤«¤é¤Ê¡¼ \r\n¤È¶òÃԤäƤߤ뺣Æüº¡¤Îº¢¤Ç¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (410,'4d4dc4c885','','¤ª¤Ã¤È¡¢Ï¢Â³¤Ç¤¹¤¤¤Þ¤»¤ó :( \r\n¤È¤¦¤È¤¦¤È¤¤¤¦¤«\"O.G. RON C & BRO. WOOD / REAL RECOGNIZE REAL\"Ä°¤­¤Þ¤·¤¿ :) \r\n¤³¤ìÀ¨¤¤Îɤ¤¤Ç¤¹¤Í¡¢¶Ê¤â¥¤¥¤¤·¡¢DISC 2¤ÎMIXºã¤¨¤Þ¤¯¤ê¤Ç¤¹¤Í\r\nÃæÈפÇÀ¹¤ê¾å¤²¤Æ¤ª¤¤¤Æ­ª¤ÇÍî¤È¤¹¤È¤³¤Ê¤ó¤«¡¢¡Ö¤ä¤ë¤Ê¡¼¡×¤Æ´¶¤¸¤Ç¤¹\r\nZ-RO¤È¶¦¤Ëº£Ç¯¤ÎBEST¸õÊä¤Ç¤¹¤è¤³¤ì¤Ï :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (440,'1deaa44f41','Re: HI-LIFE HUSTLE¡¡','¼«Ê¬¤âÄ°¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¤«¤Ê¤ê¤è¤«¤Ã¤¿¤Ç¤¹¤Í¡£\r\n¼«Ê¬¤ÎÂç¹¥¤­¤ÊE-40¤È¤Î¶Ê¤â¤è¤«¤Ã¤¿¤Ç¤¹¡£\r\n¤¢¤ÎÆüËܸì¤Ë¤Ï¤«¤Ê¤ê¶Ã¤­¤Þ¤·¤¿¡£¤¢¤ì¤¬HI-C¤ÎÀ¼¤Ê¤Î¤«\r\n¤Þ¤ÀÈù̯¤Ëµ¿Ì䤬»Ä¤ë¤È¤³¤í¤Ç¤¹¤¬¡¢Â¿Ê¬¤½¤¦¤Ç¤¹¤è¤Í¡£\r\nºÇ¸å¤Î¶Ê¤ÏQUIK¤Ã¤Ý¤¯¤Æ¡¢¥Û¥ó¥È¤ËÌëÄ°¤­¤¿¤¯¤Ê¤ë¤è¤¦¤Ê¶Ê¤Ç¤·¤¿¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (441,'faa0cb977f','Re: HI-LIFE HUSTLE¡¡','skrush¤µ¤ó¤ÏºÇ¸å¤ÎDo it¤Ç²»Èô¤Ó¤·¤Þ¤»¤ó¤«¡©\r\n¤Ê¤ó¤Ç¤â¤³¤Î²»Èô¤Ó¤¬¸¶°ø¤ÇCD¤ò²ó¼ý¤¹¤ë¤È¤¤¤¦Ïäòʹ¤­¤Þ¤·¤¿'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (412,'9477baec5f','','SKINNY PIMP¤Á¤ç¤³¤Ã¤ÈÄ°¤¤¤Æ¤ß¤Þ¤·¤¿¤¬\r\nClassic¤ÈRide Out¤¬Îɤµ¤½¤¦¤Ë´¶¤¸¤Þ¤·¤¿¡ª¡ª\r\n¤·¤«¤·¥«¡¼¥ê¡¼¥µ¥¤¥â¥ó¤È¥ì¡¼¥Ù¥ë¥á¥¤¥È¤È¤Ï¡¦¡¦¡¦ :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (413,'28aeb7d47a','','CHICK MAGNET¤Ï²»Åª¤Ë¤Ï¤â¤¦¤Á¤ç¤Ã¤ÈÇ»¤µ¤ß¤¿¤¤¤Ê¤Î¤¬Íߤ·¤«¤Ã¤¿¤Ç¤¹¤±¤É¡¢\r\n¤½¤ì¤Ç¤â·ë¹½¹¥¤­¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿¡£Çò¿Í¤À¤±¤É¥é¥Ã¥×¤¬¤«¤Ã¤³¤¤¤¤¤Ç¤¹¡£\r\n\r\nSWC¤Ë¼«Ê¬¤â¤Þ¤È¤áÇ㤤¤·¤è¤¦¤È»×¤Ã¤Æ¤¿¤Î¤Ç¡¢¤Ä¤¤¤Ç¤ËÆüËܤ«¤é¤Î¥ª¡¼¥À¡¼¤Ï¤É¤¦¤Ê¤ë¤Î¤«Ê¹¤¤¤Æ¤ß¤Þ¤·¤¿¤é¡¢Ëç¿ô¤Ë¤è¤Ã¤ÆÁ÷ÎÁÊѤï¤ë¤«¤éÌ䤤¹ç¤ï¤»¤Æ¤¯¤ì¡¢¤È¤¤¤¦»ö¤Ç¤·¤¿¡£ 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (414,'81c18b02cf','','TOM SKEEMASK¤â¥ì¡¼¥Ù¥ë¥á¥¤¥È¤ß¤¿¤¤¤Ç¤¹¡£¡£\r\n :oops: \r\n̵»öLIL CED¥²¥Ã¥È¤·¤Þ¤·¤¿¡£\r\nNO HATINºÇ¹â¤Ç¤¹¡£Â¾¤Ë¤â·ë¹½¤è¤µ¤²¤Ê¶Ê¤¬·ë¹½¤¢¤ê¤Þ¤·¤¿¡£\r\n\r\nSKINNY´ØÏ¢¤Þ¤À¤Þ¤À±ü¤¬¿¼¤½¤¦¤Ç¤¹ :drunken:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (415,'4ae96ceee9','¤³¤Î¿Í¤·¤Ã¤Æ¤Þ¤¹¤«¡©','Daz Dillinger - This Is The Life I Lead - 03 - Ain\'t That Something¤Çft¤·¤Æ¤ë¥Õ¥£¥á¡¼¥ë¥é¥Ã¥Ñ¡¼¤Ê¤ó¤Ç¤¹¤±¤É¡¢¤É¤Ê¤¿¤«¤³¤Î¿Í¤Î¾ðÊóÃΤäƤ¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (416,'956b173f15','','PAUL WALL¤Î¥é¥Ã¥×¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤è¤Í¡¢¡Ê¤Þ¤¤¤¸¤ç¡¼¤ó¤È¤«¤è¤ê¡Ë :oops: \r\n¤Þ¤ÀÍè¤Æ¤Þ¤»¤ó¤±¤É´üÂÔ¤·²á¤¹¤®Ìµ¤¤ÄøÅ٤˳ڤ·¤ß¤Ë¤·¤Æ¤Þ¤¹\r\n¤Ä¤¤ÀèÄøSWC¤ËÌ䤤¹ç¤ï¤»¤Î¥á¡¼¥ë¤·¤Æ¤ß¤Þ¤·¤¿¡¢¿§¡¹¤¢¤ê¤¬¤È¡¼¤Ç¤¹:flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (417,'9ab6fa202d','boss¤â¡£¡£¡£','slim thug¤â¥á¥¸¥ã¡¼¤Ë¤¤¤¯¤½¤¦¤Ç¤¹\r\n :shocked!: \r\n :flower: interscope¤À¤½¤¦¤Ç¤¹¡£ :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (418,'a0a505a745','Mutulu Shakur, Spice 1, Outlawz, Nzingha Shakur, JT The Bigg','Mob Life Records has just released an album titled Tha Movement. The album features Mutulu Shakur, Napoleon, Edi (Outlawz), Spice 1, JT The Bigga Figga, Assassin, San Quinn, Muszamil AKA Hellraza, Nzingha Shakur and many more.\r\n\r\nYou can order the album for $10 + $5 International shipping at www.mobliferecords.net\r\n\r\n\r\n\r\n\r\nwww.mobliferecords.net'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (419,'3a7eb21292','¹¹¿·¡ª','WESTUP!¤«¤é¥ê¥ê¡¼¥¹¤µ¤ì¤¿¥Á¥«¥ÎEP¤«¤é4¶Ê¾Ò²ð¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (420,'343a931549','shorty Interview!','¤ªÂÔ¤¿¤»¤·¤Æ¤Þ¤¹¡ª\r\n\r\n°ÊÁ°¤ªÅÁ¤¨¤·¤Æ¤¤¤¿Shorty¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤Ç¤¹¤¬¸¶¹Æ¤ò¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª\r\n¤Ê¤ó¤È¤âÑÜÄ¢Ì̤ÊÊý¤é¤·¤¯±ä¡¹¤ÈĶ¥í¥ó¥°¤Ê²óÅú¤ò¤·¤Æ¤¤¤¿¤À¤±¤Þ¤·¤¿ :shock: \r\n\r\n·ÇºÜºî¶È¤ËÆþ¤ê¤Þ¤¹¤¬¤Ê¤Ë¤»Î̤¬Â¿¤¤¤Î¤ÇÆñ¹Ò¤·¤½¤¦¤Ç¤¹¡£\r\n¤â¤¦¤·¤Ð¤é¤¯¤ªÂÔ¤Á¤¯¤À¤µ¤¤¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (422,'9400de2470','¤á¤í¤á¤í¤©¡Á¤ó¡Á','Áᮤ­¤­¤Þ¤·¤¿¤è¤¥¤¥¡Á :lol: \r\nProdeje¤«¤Ã¤³¤¤¤£¡Á\r\nºÇ¶á¤Ï¤â¤Ã¤Ñ¤é°¥½¥·Ï¡©¤È¤ä¤é¤Ë¥¾¥Ã¥³¥ó¤Ç¤¹ ::oops: \r\n\r\n¤ä¤Ã¤Ñ¤ê¤ª²Î¤¬Æþ¤Ã¤Æ¤¿¤ê¤¹¤ë¤Î¤¬¹¥¤­¤ß¤¿¤£¤Ç¤¹¤¥\r\n\r\n¤¢¤È¡¢Fingazz¤ÎÇ㤤¤Þ¤·¤¿¤è¤¥¤ó :thumbleft: \r\n¶µ¤¨¤Æ¤¯¤ì¤Æ¥Û¥ó¥È¤Ë¤É¤¦¤â¤Ç¤·¤¿¤¡¡¼¡ª\r\n¾õ¤·¤¿¤±¤É¡¢¤ä¤Ã¤Ñ¤ê¤Ê¤¯¤Æ¤ª¤«¤ó¤Î¥«¡¼¥É¼Ú¤ê¤Á¤ã¤¤¤Þ¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (423,'34c73428be','Re: shorty Interview!','[quote:34c73428be=\"G-HOUSE03\"]¤ªÂÔ¤¿¤»¤·¤Æ¤Þ¤¹¡ª\r\n·ÇºÜºî¶È¤ËÆþ¤ê¤Þ¤¹¤¬¤Ê¤Ë¤»Î̤¬Â¿¤¤¤Î¤ÇÆñ¹Ò¤·¤½¤¦¤Ç¤¹¡£\r\n¤â¤¦¤·¤Ð¤é¤¯¤ªÂÔ¤Á¤¯¤À¤µ¤¤¡ª[/quote:34c73428be]\r\n\r\n¤Æ¤Ê¤ï¤±¤Ç¤´¶¨ÎϤ¤¤¿¤À¤¤¤¿WESTUP!¤Î¥µ¥¤¥È¤Ë¥À¥¤¥¸¥§¥¹¥ÈÈǤ¬¥¢¥Ã¥×¤µ¤ì¤Þ¤·¤¿!\r\n[url=http://www.cisco-records.co.jp/docs/column/westup/040319.php]WESTUP![/url]\r\n¥³¥ó¥×¥ê¡¼¥ÈÈǤϤ⤦¤·¤Ð¤é¤¯¤ªÂÔ¤Á¤¯¤À¤µ¤¤!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (424,'cd572d5d83','Re: ¤á¤í¤á¤í¤©¡Á¤ó¡Á','¥ê¥¢¥¯¥·¥ç¥ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹! :angel: \r\n¤Û¤ó¤È¤Ë¤¤¤¤¶Ê¤Ð¤«¤ê¤ÎEP¤Ç¤¹¤ó¤Ç¤ª´«¤á¤Ç¤¹¡£\r\n[quote:cd572d5d83=\"Baby Dogg\"]¤¢¤È¡¢Fingazz¤ÎÇ㤤¤Þ¤·¤¿¤è¤¥¤ó :thumbleft: \r\n¶µ¤¨¤Æ¤¯¤ì¤Æ¥Û¥ó¥È¤Ë¤É¤¦¤â¤Ç¤·¤¿¤¡¡¼¡ª\r\n¾õ¤·¤¿¤±¤É¡¢¤ä¤Ã¤Ñ¤ê¤Ê¤¯¤Æ¤ª¤«¤ó¤Î¥«¡¼¥É¼Ú¤ê¤Á¤ã¤¤¤Þ¤·¤¿ :oops:[/quote:cd572d5d83]\r\n\r\n¤¢¤Î¥³¥ó¥Ô¤¤¤¤¤Ç¤¹¤è¤Í!\r\n¹ØÆþ¤Ç¤­¤Æ¤Ê¤Ë¤è¤ê¤Ç¤¹ :angel1:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (425,'5aa2a415fe','¤¤¤­¤Ê¤ê¼ºÎ餷¤Þ¤¹','¼«Ê¬Åª¤Ë¤Ï¡¢º£²ó¤Î¤ÏRude Boy¤ÎGangsta 2 Gangsta¤¬µ¤¤ËÆþ¤ê¤Þ¤·¤¿¡£\r\n¤³¤ì¤«¤é¤â¤¤¤í¤¤¤í¶Ê¾Ò²ð¤ª´ê¤¤¤·¤Þ¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (426,'395b983ed1','¥¹¥­¥Ë¡¼¤Ô¤ó¤×¡¡¥ê¥¹¥È¥Þ¥Ë¥¢','¥¹¥­¥Ë¡¼¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢RICKY¤µ¤ó¤¬²èÁü¤Ç¤Î¤Ã¤±¤Æ¤¿¤Î¤Ç¡£¡£¡£\r\n\r\n3À¤¤ÎON THE RUN¤òʹ¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¥·¥ó¥×¥ë¤ÊÉԵȷϤζʤФ䫤ê¤Ç¤·¤¿¤¬¡¢¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£\r\nPLAYA FLY¤â¤¤¤Ã¤Ñ¤¤½Ð¤Æ¤ë¤·¡¢LA CHAT¤ÎÀ¼¤¬¼ã¤¯¤Æ¥µ¥¤¥³¡¼¤Ç¤¹¡£\r\nÀ¼¤À¤±¤Ç´éÃΤé¤Ê¤«¤Ã¤¿¤é¡¢¤­¤Ã¤ÈÎø¤ËÍî¤Á¤Æ¤¤¤¿¤«¤â¤·¤ì¤Þ¤»¤ó ::oops: \r\n\r\nËÜÂê¤ËÌá¤ê¤Þ¤¹¤¬SKINNY PIMP¤Î½Ð±é¤·¤Æ¤¤¤ë¥¢¥ë¥Ð¥à¤Ã¤Æ¤¤¤Ã¤¿¤¤¤É¤ì¤°¤é¤¤¤¢¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©¤Ê¤ó¤À¤«¤¹¤´¤¤Î̤ˤʤꤽ¤¦¤Ç¤¹¡£\r\n¥á¥¸¥ã¡¼¤â¤Î¤«¤é¥É¥Þ¥¤¥Ê¡¼¤Þ¤Ç¤³¤ó¤Ê¤ó¤¢¤ë¤è¡ª¤Ã¤ÆÃΤäƤ¤¤ëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n\r\nKINGPIN SKINNY PIMP, KING OF DA PLAYAZ BALL\r\nKINGPIN SKINNY PIMP, SKINNY BUT DANGEROUS\r\nKINGPIN SKINNY PIMP, THE NEW BEGINNING\r\nKINGPIN SKINNY PIMP, 2000 RAPDOPE GAME\r\nKINGPIN SKINNY PIMP, BACK TO THA PLAYAZ BALL\r\nKINGPIN SKINNY PIMP&211, CONTROVERSY\r\nKINGPIN SKINNY PIMP, DA PRODUCT\r\nKINGPIN SKINNY PIMP, GREATEST HITS AND REMIXES\r\nKINGPIN SKINNY PIMP, PIMPIN AND HUSTLIN\r\nKINGPIN SKINNY PIMP, STILL PIMPIN AND HUSTLIN\r\nGANGSTA BLAC AND SKINNY PIMP, Mayor and pimp\r\nMEMPHIS UNTOUCHABLES, THA JERK, KINGPIN SKINNY PIMP AND AL KAPONE,\r\nKINGPIN SKINNY PIMP PRESENTS: CODE 999\r\nKINGPIN SKINNY PIMPPRESENTS DA SYNDICATE,\r\nKINGPIN SKINNY PIMP PRESENTS THA GIMISUM ARMY, WAR\r\nSKINNY PIMP PRESENTS DA BAD GUYS, THE FALLOUT\r\nSKINNY PIMP AND THE COMMITTEE, BASED ON A TRUE STORY\r\n\r\n¤È¤ê¤¢¤¨¤º¤³¤ó¤Ê´¶¤¸¤Ç¾¤Ë¤â¤¢¤ê¤Þ¤·¤¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª\r\n¼«Ê¬¤â¤Þ¤¿²Ë¤Ê»þ¤ËÄɲä·¤Þ¤¹¤ó¤Ç :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (427,'3d3fee11ed','','TOM SKEEMASK¤â°ì½ï¤Ê¤ó¤Ç¤¹¤« :shock:\r\nͭ̾¤É¤³¤í¤Û¤È¤ó¤É¤Ë¥ª¥Õ¥¡¡¼¤·¤Æ¤ë¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦ :?: \r\nSKEEMASK¤Ï[url=http://www.hoodoolabs.com/Choppergirl/media/ChopperGirl_StillBuck.wmv]CHOPPER GIRL¤ÎStill Buck[/url]¤Çµ×¡¹¤Ë¤«¤Ã¤³¤¤¤¤¤Ê¤È»×¤¤¤Þ¤·¤¿¤è¡£\r\nCHOPPER GIRL¤Î¥ë¥Ã¥¯¥¹¤Ë¤Á¤ç¤Ã¤È¤Ò¤¤¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢¶Ê¤Ï¤«¤Ê¤êµ¤¤ËÆþ¤ê¤Þ¤·¤¿¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (442,'4c2f800579','Re: HI-LIFE HUSTLE¡¡','[quote:4c2f800579=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]skrush¤µ¤ó¤ÏºÇ¸å¤ÎDo it¤Ç²»Èô¤Ó¤·¤Þ¤»¤ó¤«¡©\r\n¤Ê¤ó¤Ç¤â¤³¤Î²»Èô¤Ó¤¬¸¶°ø¤ÇCD¤ò²ó¼ý¤¹¤ë¤È¤¤¤¦Ïäòʹ¤­¤Þ¤·¤¿[/quote:4c2f800579]\r\n\r\n¤Ï¤¤¡¢ºÇ¸å¤Î¶Ê¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢µ¤¤Ë¤Ê¤ë¤È¤³¤í¤¬¤¤¤¯¤Ä¤«\r\n¤¢¤Ã¤¿¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£¸å¤Ç¤â¤¦°ìÅÙÁ´ÉôÄ°¤­¤Ê¤ª¤·¤Æ¤ß¤Þ¤¹¡£\r\n¼«Ê¬¤À¤±¤¸¤ã¤Ê¤¯¤Æ¤è¤«¤Ã¤¿¤È¤¤¤¦¤Î¤¬Ëܲ»¤Ç¤¹ :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (443,'f068ed69af','¤ï¤µ¤Ã¤×¡ª¡ª¡ª¥Ñ¥Ô¡¼','¡Ê´ðËÜŪ¤Ë¥¯¥ê¡¼¥ó¥Ð¡¼¥¸¥ç¥ó¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¤È¤³¤í¤É¤³¤í¤Ë¥¹¥¯¥é¥Ã¥Á¤Î¤è¤¦¤Ê²»¤¬¤«¤Ö¤»¤é¤ì¤Æ¤ë¤è¤¦¤Ê¡Ë\r\n\r\n¥¯¥ê¡¼¥ó¥Ð¡¼¥¸¥ç¥ó¤À¤«¤é¥¹¥¯¥é¥Ã¥Á¤È¤«Æþ¤Ã¤Æ¤ë¤Î¤Ï¤¢¤Ã¤¿¤Ã¤ê¤á¤Ã¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nºÇ¶á¤Ï¤É¤¦¤Ç¤¹¤«¡©¤¼¤ó¤¼¤ó»Ñ¤ò¸«¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡©Ã¯¤«¤ï¤«¤Ã¤¿¤éÁáµÞ¤ËÏ¢Íí²¼¤µ¤¤¡ª¡ª¡ª\r\n\r\n¤¢¡¢¤½¤¦¤½¤¦¡¡¡¡¡¡Íè½µ¤¯¤é¤¤¤Ë̾¸Å²°¤Ë½ÐÄ¥¹Ô¤¯¤ó¤Ç¤«¤Í£Ï¤Ç¤Ë¤¢¤½¤Ó¤Ë¤¤¤­¤Þ¤¹¤è¡ª¡ª¡ª :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (444,'74e50eb814','','ÆϤ¤¤Æ1²óÄ°¤­¤Þ¤·¤¿¡£\r\nPray 4 Me¤Ë¤Ï±ó¤¯µÚ¤Ð¤Ê¤¤¤È¤¤¤¦¤Î¤¬¡¢ÀµÄ¾¤Ê´¶ÁۤǤ¹¡£(»þÂ夬°ã¤¦¤Î¤Ç°Â°×¤ËÈæ³Ó¤Ï¤Ç¤­¤Þ¤»¤ó¤±¤É)\r\nÊý¸þÀ­¤ÏÊѤï¤Ã¤Æ¤¤¤Þ¤»¤ó¤·¡¢D-SANE¤¬Ä󶡤·¤¿¶Ê¤ÏÁêÊѤï¤é¤º²»¤¬Îɤ¤¡ª\r\n¤Ê¤Î¤ÇËͤߤ¿¤¤¤Ê¶²ÉݷϤ¬¹¥¤­¤Ê¿Í¤Ï½¼Ê¬³Ú¤·¤á¤ë¤È»×¤¤¤Þ¤¹¤¬¡¢\r\nµÕ¤Ë¡¢¥¹¥¦¥£¡¼¥È¥Í¥¹¤òµá¤á¤Æ¤¤¤ëÊý¤ÏÈò¤±¤¿Êý¤¬ÌµÆñ¤«¤â¡Ä¡£\r\n·à²èŪ¤Ê¥Û¥é¡¼´¶¤¬¶¯Ä´¤µ¤ì¤Æ¤¤¤ë¤Î¤Ç¡¢¤­¤Ã¤Èʹ¤­¼ê¤òÁª¤Ö¥¢¥ë¥Ð¥à¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (445,'fb5e039e99','','ËͤΤâDo It¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹ :x \r\nSay Woop¤¹¤´¤¯¤¤¤¤¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (446,'4a252d1885','PIMP C!!! Sweet James Jones : Live From Harris Country Jail','¤½¤í¤½¤ígoku¤µ¤ó¤Î¥ê¥Ó¥å¡¼¤Ë¥¢¥Ã¥×¤µ¤ì¤ëº¢¤«¤Ê¤È»×¤¤¤Þ¤¹¤¬\r\nÄ°¤«¤ì¤¿Êý´¶ÁÛ¤ª´ê¤¤¤·¤Þ¤¹¡ª\r\n¤¢¤ÈForum¤Ë½ñ¤«¤ì¤Æ¤¤¤¿MANOPOLY RECORDS¤Î¿·Éè¤â¤¹¤´¤¤µ¤¤Ë¤Ê¤Ã¤Æ¤ë¤Î¤ÇÀ§Èó! :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (447,'229ab06742','»ä¤â¡¦¡¦¡¦','¤è¤¦¤ä¤¯¼ê¤ËÆþ¤ì¤Þ¤·¤¿¤¬¡¢¸åȾÈô¤Ó¤Þ¤¹¤Í¡¼ :cry: \r\n¤Á¤ç¤Ã¤È»ÄÇ°¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (459,'53c51aaada','I\'d rather fxxc u','¼«Ê¬¤â¡¢[quote:53c51aaada]Rude Boy¤ÎGangsta 2 Gangsta¤¬µ¤¤ËÆþ¤ê¤Þ¤·¤¿¡£\r\n[/quote:53c51aaada]Bootsy¥Í¥¿Îɤ¤¤Ç¤¹¤Í¢ö\r\n¶á½ê¿ÍÀ¸£±¤Ë̵¤¤¤Î¤Ç¡¢£²¤ËÆþ¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¤Í¡©£²¤Ï¥É¥³¤Ë¤âÇä¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤Í¡£\r\nBlacky¤ÎAbove The Law¥Í¥¿¤âÆþ¤Ã¤Æ¤ë¤·»È¤¨¤ëEP¤Ç¤¹¤Í 8) \r\n\r\nWest Up!¤«¤éProdeje¸¸¤ÎEP?ºÆȯ¤µ¤ì¤Ê¤¤¤«¤Ê¤¡... :oops: \r\n\r\nR.I.P. Rude Boy'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (429,'02bad73fad','¥È¥ß¡¼3À¤','On The Run»þÂå¤ÎLa Chat¤ÎÀ¼¤Ï»Ò¶¡¤ß¤¿¤¤¤Ç²Ä°¦¤¤¤Ç¤¹¤Í:o ¤³¤Îº¢¤Î¥ë¥Ã¥¯¥¹¤â΢¤Î¼Ì¿¿¤ò¸«¤ë¸Â¤ê·ë¹½¹¥¤­¤Ç¤¹¤è 8)\r\n¥È¥ß¡¼3À¤¤Ï¤É¤³¤Ë¤¤¤Ã¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤¹¤«¤Í? ³Î¤«Behind Closed Doors¤Î¥µ¥ó¥È¥é¤ò½Ð¤·¤Æ°ÊÍè²»º»ÂÁ̵¤¤¤Ç¤¹¤è¤Í¡£STREET SMART¤ÎCD¤ÎÃæ¤ÎÀëÅÁ¤Ë¤¢¤ë¥¢¥ó¥°¥é¥Æ¡¼¥×¤òÇ㤤¤¿¤¤¤ó¤Ç¤¹¤±¤É¡¢¤ª¶â¤òÁ÷¤ë¤Î¤Ï¤«¤Ê¤êËÁ¸±¤Ç¤¹¤è¤Í¡£¡£¡£\r\nºÇ¶á¡¢¥á¥ó¥Õ¥£¥¹¥¢¥ó¥°¥é¥Æ¡¼¥×¤òʹ¤¤¤ÆÄ°¤¤¤Æ¤Þ¤·¤¿¤¬¡¢¥È¥ß¡¼3À¤¤ÎÅۤȤ«·ë¹½Îɤ¯¤Æµ¤¤ËÆþ¤Ã¤Æ¤Þ¤¹¡£\r\n\"Runnin-N-Gunnin\"¤ÎÃæ¤Î¤ªµ¤¤Ë¤Î¶Ê¤Ê¤ó¤Ç¤¹¤±¤É¡¢¸µ¥Í¥¿¤È¤«¤É¤Ê¤¿¤«¸æ¸ÃΤǤ¹¤«¡©¡¡4 Corners¤ÎÊý¤ÏMessy Marv¤Î¿·ºî¤Î\"Blade\"¤Ã¤Æ¤¤¤¦¶Ê¤Ç¤â»È¤ï¤ì¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£\r\n[url=http://www.y-r-p.com/4CornersPt2.rm]\"4 Corners\"[/url]\r\n[url=http://www.y-r-p.com/LifeInFCP.rm]\"Life In FCP\"[/url]\r\n\r\nËͤâËÜÂ꤫¤é³°¤ì¤Á¤ã¤¤¤Þ¤·¤¿¤±¤É¡¢Skinny Pimp¤â¥¢¥ó¥°¥é»þÂå¤Ë¥Æ¡¼¥×¤ò²¿¸Ä¤«½Ð¤·¤Æ¤ë¤Ï¤º¤Ç¤¹¡£Greatest Hits¤Ã¤Æ¤¤¤¦¥Æ¡¼¥×¤Î¥³¥Ô¡¼¤ò»ý¤Ã¤Æ¤Þ¤¹¤±¤É¡¢¤³¤ì¤Ï²»¼Á¤¬¤«¤Ê¤ê°­¤¯¤Æ¤Þ¤º¤Þ¤º¤Ç¤·¤¿¡£\r\n\r\n>goku¤µ¤ó\r\n¥ê¥¹¥È¤Î¤Û¤«¤Ç»×¤¤Åö¤¿¤ë¤Î¤Ï¡¢\r\n-Kingpin Skinny Pimp Presents....Lil Gin \"Blockin My Shine\"\r\n-Kingpin Skinny Pimp \"Another Riot\"(New Beginning¤Î¥·¥ó¥°¥ë)\r\n¤°¤é¤¤¤Ç¤¹¡£\r\nµÒ±é¤â¹þ¤ß¤Ã¤Æ¤¤¤¦¤³¤È¤Ç¤¹¤«¡©\r\n\r\n¡äg-stringz¤µ¤ó\r\n¤É¤¦¤â¤Ç¤¹¡ªChopper Girl¤Î¥Ó¥Ç¥ª¸«¤Þ¤·¤¿ :) \r\n¥Û¡¼¥à¥á¥¤¥É¤Ã¤Ý¤µ¤¬¤Û¤É¤è¤¯½Ð¤Æ¤ÆÎɤ¤´¶¤¸¤Ç¤·¤¿ :thumbright: Tom Skee¤â¤Á¤ç¤Ã¤ÈBun-BÉ÷¤Ç¥«¥Ã¥³¤¤¤¤¤Ç¤¹¤Í¡£¥Á¥ç¥³¥Ð¥Ë¡¼¤Ã¤Æ¤¤¤¦¿Í¤Î¥é¥Ã¥×¤â·ë¹½¹¥¤­¤Ç¤¹¡£\r\n¤Ç¤âChopper Girl¤Î¶â»õ¤Ï¤¢¤ó¤Þ¤ê»÷¹ç¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤Í¡£Ëͤâ¤Á¤ç¤Ã¤È°ú¤¤¤Á¤ã¤¤¤Þ¤·¤¿ :deathlyobsessed:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (430,'9b176964a7','chopper girl','Çò¿Í¤Ë¶â»õ¤ÏÄË¡¹¤·¤¤¤Ç¤¹¤Í¡£\r\nT-BO¤È¤«LIL WYTE¤È¤«¤ÈƱ¤¸Ê·°Ïµ¤¤Ê¤Î¤Ç¾Ð¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£ :) \r\nSKEEMASK¤«¤Ã¤³¤è¤«¤Ã¤¿¤Ç¤¹¡£¥°¥ê¥º¥ê¡¼¥º¤Î¥¸¥ã¡¼¥¸Ì©¤«¤ËÍߤ·¤¤¤Ê¤È»×¤Ã¤Æ¤¿¤ó¤Ç¤¹¤¬¡¢¤Þ¤¿Íߤ·¤¯¤Ê¤ê¤Þ¤·¤¿ :oops: \r\n\r\n¥Í¥¿¤ÏÊÙ¶¯ÉÔ­¤Ç¤ï¤«¤ó¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢3À¤Îɤ¤¤Ç¤¹¤Í¡ª¡ªÀΡÊ2ǯÁ°¡© :oops: ¡ËRICKY¤µ¤ó¤Ë¶µ¤¨¤Æ¤â¤é¤Ã¤¿¥á¥ó¥Õ¥£¥¹¥¢¥ó¥À¡¼¥°¥é¥ó¥ÉCDR¤ÎÄÌÈΤÇSKINNY PIMP¤âSQUEEKY¤È¤«¤â¤¤¤í¤¤¤í¤¿¤¯¤µ¤óÇ㤤¤Þ¤·¤¿¤±¤É¡¢¼Â²È¤Ë˺¤ì¤Æ¤­¤Á¤ã¤¤¤Þ¤·¤¿¡£¤É¤ó¤É¤ó¥Û¥é¡¼¤Ë¤Ê¤Ã¤¿¤ê¥á¥í¥¦¤Ë¤Ê¤Ã¤¿¤ê¥È¥é¥Ã¥¯¤¬¤É¤ó¤É¤óÊѤï¤Ã¤Æ¤¤¤¯¤Î¤Ë¥é¥Ã¥×¤¬¤É¤ì¤âø¡¹¤È¤·¤Æ¤¤¤Æ½Â¤¤¤Ç¤¹¡£\r\n\r\nSKINNY¥ê¥¹¥È¥Þ¥Ë¥¢¤Ç¤¹¤¬µÒ±é¤â´Þ¤á¤Æ¤¤¤­¤Þ¤·¤ç¤¦¡ª¡ª\r\nĶ¥í¥ó¥°¡¦¥¹¥ì¤Ë¤Ê¤ê¤½¤¦¤Êͽ´¶¤¬¡£¡£¡£ :shocked!: \r\n¤È¤ê¤¢¤¨¤º¼«Ê¬¤ÏºÇ¶áÇã¤Ã¤¿¤ä¤Ä¤Ç¡¢\r\n\r\nA DAM SHAME¡¢DIRTY GAME PT.2\r\n¤Ë½Ð¤Æ¤Þ¤·¤¿¡£\r\n\r\n¤È¤ê¤¢¤¨¤º¤È¤ó¤Ç¤â¤Ê¤¯¤¤¤Ã¤Ñ¤¤¤¢¤ë¤Ï¤º¤Ê¤Î¤Ç¡¢³Ú¤·¤ß¤Ç¤¹¡ª¡ª\r\n¶á¤¤¤¦¤Á¤Ë»ý¤Ã¤Æ¤ë¤ä¤Ä¤â¤¦°ì²ó¤ß¤ÆÄ´¤Ù¤Æ¤ß¤Þ¤¹ ¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (431,'8796dfcb64','¥ê¥ê¡¼¥¹!','¤È¤¦¤È¤¦¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤è¤¦¤Ç¤¹¤¬¡¢Ê¹¤«¤ì¤Þ¤·¤¿¤«¡© :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (432,'3679bfdd7c','skinny pimp review update','LIL CED,BIG HILL¡¢LIL GIN¤Î¥ì¥Ó¥å¡¼¹¹¿·¤·¤Þ¤·¤¿¡£¤¢¤È3À¤¤â¡£¡£\r\nÎɤ«¤Ã¤¿¤é¤´Í÷¤¯¤À¤µ¤¤ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (433,'c1f0b70e28','','¾¤ÎCD¤È°ì½ï¤Ë¥ª¡¼¥À¡¼¤·¤Á¤ã¤Ã¤¿¤Î¤Ç\r\n¤Þ¤ÀÆϤ­¤Þ¤»¤ó :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (434,'5f063c2db9','','CHOPPER GIRL¤ÏÆ°¤­¤â¥Ù¥¿¤Ç¤Á¤ç¤Ã¤È¤À¤µ¤¤¤Ç¤¹¤Í¡¦¡¦¡¦ :oops: \r\n\r\nSKINNY PIMP¤Î¥Õ¥£¡¼¥Á¥ã¥ê¥ó¥°¤ÎÏäǤ¹¤¬\r\nTOM SKEEMASK¤È´ØÏ¢¤¹¤ë¤È¤³¤í¤Ç\r\nTil We Die / PROJECT PLAYAZ\r\n\r\n¤Á¤ç¤Ã¤È¥Þ¥¤¥Ê¡¼¤Ê¤ªµ¤¤ËÆþ¤ê¤Ç\r\nIn Too Deep / II TONE \r\nGet Yo Wild On / NAUGHTY DA WILD BOY\r\nMississippi Burning Pt.2 / MR. SANDMAN\r\nReal Hustlers / GOTTA BOYZ\r\n¤Ê¤ó¤«¤¬»×¤¤É⤫¤Ó¤Þ¤·¤¿¡£\r\n\r\n¤¢¤ÈTOMMY WRIGHT¤Î¥Í¥¿¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡¦¡¦¡¦¡£\r\nSTREET¡¡SMART¤Ï¤Û¤ó¤È¤ËÉü³è¤·¤ÆÍߤ·¤¤¤Ç¤¹¡ª :x'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (435,'89e269f636','»ä¤Ï','AMAZON¤ÇÍê¤ó¤À¤Î¤Ç¤¹¤¬Æþ²ÙÂÔ¤Á¤Ç¤¹ :cry: \r\nBOUT¤µ¤ó¤Ë¤ÏÉáÄ̤ˤ¢¤ë¤ó¤Ç¤¹¤è¤Í¡¼ :bootyshake: \r\n\r\nºÇ¶áÍßµáÉÔËþ¤Ê¤Î¤ÇÁ᤯ʹ¤­¤¿¤¤¤Ç¤¹ :badairday:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (436,'3fa9b271f4','ÆüÄø·èÄê!','·è¤Þ¤ê¤Þ¤·¤¿ :) \r\n\r\n2004ǯ5·î29Æü(ÅڡˤǤ¹¡£\r\n¾ì½ê¤Ïcolor@ÃÓÂÞ¡£\r\n\r\n¥­¥ã¥Ñ¤Ï¤½¤ó¤Ê¤ËÂ礭¤¯¤Ê¤¤¤Ç¤¹¤¬¤¤¤¤²»¤¬Ê¹¤±¤¿¤é¤Ê¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¥Õ¥é¥¤¥ä¡¼¤ÏMy Man¡§ Big Score!¤ËÍê¤ó¤Ç¤¢¤ê¤Þ¤¹¤Î¤Ç\r\n¶Ë¾å¤Î¤â¤Î¤ò´üÂÔ¤·¤Þ¤·¤ç¤¦!¡Ê¥×¥ì¥Ã¥·¥ã¡¼¡Ë :oops: \r\n\r\n¾ÜºÙ¤Ï¸å¡¹¸ø³«¤·¤Æ¤¤¤­¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (458,'cd93bf1307','¥À¥¤¥¸¥§¥¹¥ÈÆɤߤޤ·¤¿','Shorty¤Î¿¿ÌÌÌܤʿÍÊÁ¤¬ÅÁ¤ï¤Ã¤Æ¤¯¤ëÎɤ¤¥¤¥ó¥¿¥ô¥å¡¼¤Ç¤¹¤Í¡ª\r\n¥À¥¤¥¸¥§¥¹¥È¤È¤Ï»×¤¨¤Ê¤¤¥Ü¥ê¥å¡¼¥à´¶¤Ç¡¢´°Á´ÈǤδ°À®¤¬¤¹¤´¤¯³Ú¤·¤ß¤Ç¤¹ :) \r\nLench Mob Crew¤¬Ëܵ¤¤Ç³èÆ°¤·¤Æ¤¿¤éDPG¤È¤«¤ËɤŨ¤¹¤ë¥â¥Î¤Ë¤Ê¤Ã¤Æ¤¿¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£¡¡\r\n¥¤¥ó¥¿¥ô¥å¡¼Æɤó¤ÇShorty¤¬Rap¤·¤Æ¤ëÆâÍƤ¬µ¤¤Ë¤Ê¤ê¤Þ¤·¤¿¡£±Ç²è¤âÎɤµ¤½¤¦¤Ç¤¹¤Í¡£´ë²èËþºÜ¤Ç³Ú¤·¤ß¤Ç¤¹¡£\r\n\r\nµ¤Ä¹¤ËÂԤäƤޤ¹¤ó¤Ç·ÇºÜºî¶È´èÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¤Í¡ª\r\n& Happy B-Day Mista G-House 03!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (460,'727882762d','','NAUGHTY¤µ¤Ã¤­Ê¹¤¤¤¿¤é·ë¹½¤­¤Ä¤¤Éôʬ¤¢¤ê¤Þ¤·¤¿¡¦¡¦¡¦¡£\r\n¥¬¥Ã¥Á¥ã¥¬¥Á¥ã¤Î¤Ð¤«¤êÄ°¤¤¤Æ¤¤¤¿¤³¤í¤Ï¡¢¹¥¤­¤À¤Ã¤¿¤ó¤Ç¤¹¤±¤É¤â¡£\r\n¤ª¶â¤Î̵Â̤À¤Ã¤¿¤È¤ª´¶¤¸¤Ë¤Ê¤é¤ì¤Þ¤·¤¿¤é¡¢¤¹¤¤¤Þ¤»¤ó¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (461,'0fbc0a27a1','','¥Î¡¼¥ê¥ß¥Ã¥È¤ÎÆüËÜÈÇ1Ëç¤â»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£\r\n¥µ¥Ö¥­¥ã¥é¤Î¤Ï¤¢¤ó¤Þ¤ê½Ð¤Æ¤Ê¤¤¤Ç¤¹¤è¤Í¡©\r\n¥ß¥é¡¼·»Äï¤È¥¹¥Ì¡¼¥×¤È¥³¥ó¥Ô¤°¤é¤¤¤·¤«µ­²±¤Ë¤Ê¤¤¤Ç¤¹¡¦¡¦¡¦¡£\r\n\r\nÏÃÊѤï¤ê¤Þ¤¹¤¬¡¢MAC¤Ã¤Æº£¤Ê¤Ë¤ä¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤« :?: \r\n¥¢¥ë¥Ð¥à2Ëç¤È¤â¹¥¤­¤Ê¤Î¤ÇÃΤꤿ¤¤¤Ç¤¹¡£\r\n¤¿¤Þ¡¼¤ËNAS¤Ã¤Ý¤«¤Ã¤¿¤ê¤·¤Ê¤¬¤é¤â¡¢¼ÂÎϤϳΤ«¤À¤È»×¤¦¤ó¤Ç¤¹¤¬¡£\r\n[u:0fbc0a27a1]CUT THROAT COMMITTEE¤Î¥ß¥¯¥¹¥Æ¡¼¥×[/u:0fbc0a27a1]¤Ë»²²Ã¤·¤Æ¤¤¤ë¡©¡©\r\n¢¬¤³¤ì¤Î¾ÜºÙ¤·¤Ã¤Æ¤¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (462,'01478a5deb','½Õ¤é¤·¤¤¶Ê','¤³¤Îµ¨Àá¤ËÄ°¤¤¤Æµ¤»ý¤Á¤¤¤¤¶Ê¤ò¤¢¤²¤Æ¤¤¤­¤Þ¤·¤ç¤¦¡ª\r\n\r\nLet It Go / MR. ILL\r\nThe Bomb / BAD N FLUENZ\r\n\r\n¤Þ¤ºCell Block¤«¤é2¶Ê¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (463,'d26e0869f2','Can\'t Be Stopped','H¡ûV¤ÇͽÌó²Ä¤ÎÍͤǤ¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (464,'04319c80c6','','[size=24:04319c80c6][/size:04319c80c6]¥Þ¥¹¥¿¡¼£ð¡¢¥·¥ë¥¯¡¢ÅçÅÄ¡¢¥í¥ß¥ª¡¢¤Î¹ñÆâÈץ饤¥Ê¡¼¤Ï¥¿¥«¥³¥¹¥¿¤¬½ñ¤¤¤Æ¤Þ¤¹¤è¡£¤«¤Ê¤ê¥¨¥í²òÀâ¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (465,'96257f7f92','ÌÚ¼ʹ°ì','Just One Of Your Kisses - Ese Lil Rob\r\nLoco Por Vida - Spanish Fly\r\nBe Alright - DTTX\r\nMr. Lil One - Mr. Lil One\r\nChilling On The Westside - Boo Yaa Tribe\r\nCruseing - Mr. Capone-E\r\nAll I Know - Mr. Capone-E\r\nI Need You - Mr. Capone-E\r\nTake A Chance On Me - Mr. Capone-E\r\nAngel Baby 2003 - Mr. Capone-E\r\n\r\nOldies¥â¥Î¤Ïµó¤²¤¿¤é¥­¥ê¤¬¤Ê¤¤¤Ç¤¹¤Í¡£¤æ¤Ã¤¿¤ê¤·¤¿¥Æ¥ó¥Ý¤Î¶Ê¤¬µ¤»ý¤ÁÎɤ¤¤Ç¤¹:drunken: \r\n²Ã½£¤Î²Æ¤ÏÊ¿¶Ñ25¡î¤¯¤é¤¤¤Ã¤Æʹ¤¤¤¿¤ó¤Ç¤¹¤¬¡¢¤½¡¼¤Ê¤ë¤ÈÆüËܤνդ¯¤é¤¤¤Ç¤¹¤«¤Í¡©\r\nº£¤°¤é¤¤¤Îµ¤²¹¤¬°ìÈÖ¿´ÃÏÎɤ¤¤Ç¤¹ ::D ¡¡º£Ç¯¤Î²Æ¤ÏÀ²¤ì¤¬Â¿¤¤¤ÈÎɤ¤¤ó¤Ç¤¹¤¬¡£\r\n\r\n\r\nÂê̾¤Ï¡¢¸µ¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Ã¤Æ»ö¤Ç¡Ä¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (466,'5a763907fe','','last day, don\'t miss out!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (467,'99e3b2daeb','¤µ¤ï¤ä¤«·Ï¤«¤Ê¤¡¡¦¡¦¡¦','5cent / Get Your Groove on(remix)\r\nLil O / Hold It Down\r\nKid sensation / Seatown Funk\r\n\r\n¥ª¡¼¥ë¥Ç¥£¡¼¥º¤Þ¤µ¤ËÂçËÜÌ¿¤Ç¤¹¤Í :) \r\n»ä¤Ï¤µ¤ï¤ä¤«¤Ê½ÕÉ÷¤Î¤è¤¦¤Ê¤â¤Î¤ò¤¢¤²¤Æ¤ß¤Þ¤·¤¿¡£\r\n¤È¤¯¤ËLil O¤Ï»×¤¤Æþ¤ì¤¬¿¼¤¤¤Ç¤¹¤Ê¤¡ :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (468,'d517f1832c','Re: Can\'t Be Stopped','[quote:d517f1832c=\"EsE DrEaMeR\"]H¡ûV¤ÇͽÌó²Ä¤ÎÍͤǤ¹¡£[/quote:d517f1832c]\r\n¤ß¤¿¤¤¤Ç¤¹¤Í¡¼\r\nAma¡ûon¤Ç¤âͽÌó²Äǽ¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¡£\r\n\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (469,'33ae580c92','','goku¤µ¤ó¡¢³§¤µ¤ó¡¢¤³¤ó¤Ë¤Á¤Ï\r\n\"¤¹¤­¤Ë¤Ô¤ó¤×\"¥Í¥¿¤Ç¤¹¤¬¡¢¤¢¤ó¤Þ¤·»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢ÀèÆüÇã¤Ã¤¿\r\nLoop Clique / The Foundation\r\n¤Æ¥¢¥ë¥Ð¥à¤Î­¤Dirty Dirty¤Æ¶Ê¤Ë¤Ê¤¼¤«feat.¤µ¤ì¤Æ¤Þ¤·¤¿\r\n¥¢¡¼¥«¥ó¥½¡¼»º¤Î¤É¥Þ¥¤¥Ê¡¼¤Ê¤Î¤Ë¡£¡£¡£¤µ¤¹¤¬\"¤¤¤Ã¤Á¤ç¤«¤ß²¦\" :oops: \r\n\r\n´Ø·¸¤Ê¤¤¤±¤ÉÁ°¤Ë\"¿å¼Ö\"¤Î¤Û¤¦¤Ë½ñ¤¤¤¿\r\nBig Sid / Southern Confort\r\n¤ä¤Ã¤ÈÍè¤Þ¤·¤¿ :) ´üÂԤۤɤǤϤʤ«¤Ã¤¿¤±¤É¤Ê¤«¤Ê¤«Îɤ«¤Ã¤¿¤Ç¤¹\r\nfemale vo.¤¬²Î¤¤¤Þ¤¯¤ë­ªAll u got ¤äpop¤Ê¶ÊÄ´¤Ê¤Î¤Ësad feeling°î¤ì¤ë­«So throwed ¤Ê¤ó¤«µ¤¤ËÆþ¤Ã¤Æ¤Þ¤¹\r\n\r\n¤¢¤È¡¢¤Þ¤¿¥¢¡¼¥«¥ó¥½¡¼¤Ç\r\nCash / Money Makes the World Go Around\r\n¤Æ¸À¤¦¤Îget¤·¤¿¤ó¤Ç¤¹¤±¤É¡¢\"Hot Boy$\"¤Ç¤Ê¤¯¤ÆBaby aka ¤ª¤Ã¤µ¤ó :birdman: ¤Ë¥¯¥ê¥½¥Ä¡¢ÁêÅö¤Î¤Ê¤ó¤Á¤ã¤Ã¤ÆÌîϺ¤Ê¤ó¤Ç¤¹\r\n¤Ç¤âÆâÍƤϰճ°¤ä°¥½¥¶Ê¤Î½¼¼Â¤·¤¿¤Ê¤«¤Ê¤«¤Î¹¥Èפʤó¤Ç¤¹¤è\r\n\r\nÁ´Á³Skinny pimp¤¸¤ã¤Ê¤¤¤Ç¤¹¤Í¥¹¥ó¥Þ¥½¥ó :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (470,'235594161a','','¥¨¥í²òÀâÀ§ÈóÆɤߤ¿¤¤¤Ç¤¹ :!: :!: \r\n¡Ö¥Î¡¼¥ê¥ßºÇ¶¯·³Ãġפ⥨¥í²òÀâ¤ß¤¿¤¤¤Ç¤¹¤Í¡£¡£\r\n¥é¥¤¥Ê¡¼¤Û¤Á¤¤¡£\r\n\r\nmac»ý¤Ã¤Æ¤Þ¤»¤ó¤Î¤Çº£ÅÙ¥®¥Ã¥È¤·¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£\r\nprime suspects¤â¤É¤³¤«¹Ô¤Ã¤Á¤ã¤Ã¤¿ÁÈ¡©¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (471,'3c6ee851fd','Ä°¤«¤Ê¥¢¡¼¥«¥ó¥½¡¼¡Ê¾Ð¡Ë','PC¤ÎÄ´»Ò¤¬°­¤¯¤ÆºòÆü¤³¤Î¥¹¥ì½ñ¤¤¤Æ¤¿¤éÁ÷¿®¤¹¤ëÁ°¤Ë¥·¥ã¥Ã¥È¥À¥¦¥ó¤·¤Á¤ã¤Ã¤Æ¡¢ÊÖ»öÃÙ¤ì¤Þ¤·¤¿¡£ :cry: ¤´¤á¤ó¤Ê¤µ¤¤¡£\r\n\r\n¥¢¡¼¥«¥ó¥½¡¼¼«Ê¬¤Ï¤Û¤È¤ó¤É̤¥Á¥§¥Ã¥¯¤ÎÅÚÃϤǤ¹¤Î¤Ç¡¢Îɤ«¤Ã¤¿¤é¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª¥á¥ó¥Õ¥£¥¹¤«¤é¥ß¥·¥·¥Ã¥ÔÀîÅϤäÁ¤ã¤¦¤È¤â¤¦¥¢¡¼¥«¥ó¥½¡¼¤Ê¤ó¤Ç¤¹¤è¤Í¡£¤Ç¤â²»¤Ï¥á¥ó¥Õ¥£¥¹Âдߤé¤Ø¤ó¤ÎÌîϺ¤É¤â¤Ï¥á¥ó¥Õ¥£¥¹¥µ¥¦¥ó¥É¤Î¤è¤¦¤Ç¤¹¤±¤É¡¢¤â¤¦¤Á¤ç¤Ã¤È±üÃϤˤ¤¤¯¤È¡¢Á´Á³°ã¤¦¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¥¢¡¼¥«¥ó¥½¡¼¤È¤¤¤Ã¤¿¤é¤³¤¤¤Ä¤Ç¤·¤ç¡ª¤ß¤¿¤¤¤Ê´ðËÜÈפäƤ¢¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©Îɤ«¤Ã¤¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£\r\n\r\n\r\nnaughtyÆϤ­¤Þ¤·¤¿¡£Ãæ¸Å¤ÇÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢¥¸¥ã¥±¤Ê¤·\r\n¤«¤Ê¤êÅܤê¤Ç¤¹¡ª¡ª\r\n :leftfighter1: Çä¤ê¼ê'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (472,'de5c8fae76','mr. pookie mr. lucci','¥Á¥§¥Ã¥¯ºÑ¤ß¤Ç¤Ê¤±¤ì¤Ð :) \r\n\r\nCHICK MAGNET¤ÇµÒ±é¤·¤Æ¤¤¤¿MR. POOKIE & MR. LUCCI¤ÎMY LIFEÇ㤤¤Þ¤·¤¿¡£\r\n¿å¼Ö¾®²°¤Ç¤Ï¤Ê¤¯¥À¥é¥¹½Ð¿È¤Î¤è¤¦¤Ç¤¹¤¬¡¢¥Ó¡¼¥È¤Î´¶¤¸¤Ï¤«¤Ê¤ê¿å¼Ö¤Ë»÷¤Æ¤¤¤Þ¤·¤¿¡£¼«Ê¬¤Îɾ²ÁŪ¤Ë¤ÏCHICK MAGNET¤ÈƱ¤¸¤°¤é¤¤¤Ç¤·¤ç¤¦¤«¡£¥é¥Ã¥×¤â¤«¤Ê¤ê¥¿¥¤¥È¤Ç¡¢¿å¼ÖÉ÷¤Î¥Ð¥¦¥ó¥¹¥È¥é¥Ã¥¯¤â·ë¹½¤¤¤±¤Þ¤·¤¿¡£°ìËçÌܤΣ±£³¶ÊÌܤâ½Â¤¤²Îʪ¤¬Æþ¤Ã¤Æ¤¤¤Æ¡¢·ë¹½¤ª´«¤á¤«¤â¤Ç¤¹¡£ 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (473,'d53fc483ea','','¥¢¡¼¥«¥ó¥½¡¼¤Ã¤Æ¥Ó¥Ã¥°¥Í¡¼¥à¤¬¤¤¤Ê¤¤¤Ç¤¹¤è¤Í¡Ä¡£\r\nDAMEON 1Ψ¤¤¤ëOFFICIAL FAMILY¤È¤«Â¿¾¯Ì¾¤¬¤¢¤ë¤è¤¦¤Ç¤¹¤¬¡¢¤½¤³¤Þ¤ÇÎɤ¤¶Ê¤òÄ°¤¤¤¿¤³¤È¤¬¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Ë¡¢PROJECT DAWGS¤ÈARKANSAS BOYZ¤Ï¡¢¤Ê¤«¤Ê¤«¤Ç¤·¤¿¡£¥µ¥¦¥¹¤Î̵̾¤Ë¤¢¤ê¤¬¤Á¤Ê²»¤Ç¤â¡¢Ê¿¶Ñ¤Ï¥¯¥ê¥¢¤·¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£\r\n\r\nROBINSON BOYZ¤ä¡¢BLACKOUTÍí¤ß¤ÎGRENADE POSSE(¤â³Î¤«¥¢¡¼¥«¥ó¥½¡¼¤À¤Ã¤¿¤Ï¤º¡Ä)\r\n¤ß¤¿¤¤¤Ê¥á¥ó¥Õ¥£¥¹´ó¤ê¤ÎÏ¢Ã椬µ¤¤Ë¤Ê¤ê¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (474,'b16aee9ecd','','LUCCI¡¢POOKIE¤ÏKEVIN A.¥×¥í¥Ç¥å¡¼¥¹¤ÎËÑëĤȤ·¤¿¥Ð¥¦¥ó¥¹»þÂ夬¹¥¤­¤Ç¤¹¡£\r\n¤¤¤Ä¤â»È¤¤¤Þ¤ï¤·¤ß¤¿¤¤¤Ê²»¤Ê¤ó¤Ç¤¹¤¬ :oops: \r\n¤Ê¤¼¤«¤Ï¤Þ¤Ã¤Á¤ã¤¦¤ó¤Ç¤¹¤è¤Í¡¼ :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (475,'3446d28450','','Sittin in the Park / HI-C¤È¤«¤â¤¤¤¤¤Ç¤¹¤Í¡ª\r\n\r\nº£Æü¤ÏÅ·µ¤¤¬°­¤«¤Ã¤¿¤Î¤Ç\r\nSee What I Could Pull / DEVIN\r\n¤°¤é¤¤¤¬¤Á¤ç¤¦¤É¹ç¤Ã¤Æ¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (476,'4e6618687d','','[quote:4e6618687d=\"goku\"]¥¢¡¼¥«¥ó¥½¡¼¼«Ê¬¤Ï¤Û¤È¤ó¤É̤¥Á¥§¥Ã¥¯¤ÎÅÚÃϤǤ¹¤Î¤Ç¡¢Îɤ«¤Ã¤¿¤é¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª¥á¥ó¥Õ¥£¥¹¤«¤é¥ß¥·¥·¥Ã¥ÔÀîÅϤäÁ¤ã¤¦¤È¤â¤¦¥¢¡¼¥«¥ó¥½¡¼¤Ê¤ó¤Ç¤¹¤è¤Í¡£¤Ç¤â²»¤Ï¥á¥ó¥Õ¥£¥¹Âдߤé¤Ø¤ó¤ÎÌîϺ¤É¤â¤Ï¥á¥ó¥Õ¥£¥¹¥µ¥¦¥ó¥É¤Î¤è¤¦¤Ç¤¹¤±¤É¡¢¤â¤¦¤Á¤ç¤Ã¤È±üÃϤˤ¤¤¯¤È¡¢Á´Á³°ã¤¦¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:4e6618687d]\r\n¤¢¡¢²¶¤âÎɤ¯ÃΤé¤Ê¤¤¤ó¤Ç¤¹¤±¤É :oops: \r\n¤¿¤Þ¤¿¤Þ¥¢¡¼¥«¥ó¥½¡¼»º¤Î¤¬Â³¤¤¤¿¤Ã¤Æ¸À¤¦¤«¡¢\r\n\"LOOP CLIQUE\"¤Ï½Õ¤é¤·¤¤¥Û¥ó¥ï¥«¤·¤¿¶Ê¤¬Â¿¤¤¤ó¤Ç¤¹¡£¡£¡£¡Ê¤³¤ìÈİ㤤 :withstupid:¡Ë\r\n¤Ç\"CASH\"¤ÎÊý¤Ïgoku¤µ¤ó¤Î¤È¤³¤í¤Çµ¶HOTBOY$¥Í¥¿¤ä¤Ã¤Æ¤¿¤Ê¡¼¤È»×¤Ã¤Æ¡£¡£¡£¡Ê¤³¤ì¤âÈİ㤤¡Ë\r\n¤Ç¤â¤É¤Á¤é¤âµ¤¤ËÆþ¤Ã¤Æ¤Þ¤¹¡¢¤Æ¸À¤¦¤«¤«¤Ê¤ê¥ª¥¹¥¹¥á¤Ê¤ó¤Ç¤¹¤è¡¢\r\n¤¿¤À¥á¥ó¥Õ¥£¥¹·Ï¤ß¤¿¤¤¤Ê¹¶·âÀ­¤Ï¤Û¤È¤ó¤É̵¤¤¤ó¤Ç¡£¡£¡£¡Ê¤³¤³¤¬´°Á´¤ËÈİ㤤¡Ë¡¢¹¥¤ß¤ÎÌäÂ꤬½Ð¤Æ¤¯¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í\r\n\r\ng-stringz¤µ¤ó¡¢ARKANSAS BOYZ¤Ïʹ¤¤¤¿»ö¤¢¤ê¤Þ¤¹¡¢¤Ê¤ó¤«¥á¥ó¥Õ¥£¥¹¤È¥ß¥·¥·¥Ã¥Ô¤ÎÃæ´Ö¤Ý¤¤µ¤¤¬¤·¤Þ¤·¤¿\r\n\r\n\r\n>Ä°¤«¤Ê¥¢¡¼¥«¥ó¥½¡¼¡Ê¾Ð¡Ë\r\n\r\n¤ß¡¢¸«¤Á¤ã¥¤¥ä ::oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (477,'14959748e6','','g-stringz¤µ¤ó, LBB¤µ¤ó¥¢¡¼¥«¥ó¥½¡¼¾ðÊó¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :!: ¤Þ¤º¤Ï¡¢¤ª´«¤á¤«¤éÇã¤Ã¤Æ¤¤¤³¤¦¤È»×¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n´ü¤«¤Ê¥¢¡¼¥«¥ó¥½¡¼¤Î¾¤Ë¤â¡¢\r\n¥Ö¥ë¡¼¥¹¥Ó¥ë¤Ç¤âʹ¤¤¤Æ»à¤Í¤Ã¤Æ¡¼¤Î¡¢\r\n¤Ê¤É¤Ê¤É̾¸À¤ò»Ä¤µ¤ì¤Æ¤Þ¤¹¤Í¡£\r\nǯËö¤°¤é¤¤¤«¤éµ¤¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (478,'dc74bb7811','POOKIE','¤³¤ì¤¬POOKIE½é¤á¤Æ¤À¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢\r\nµ¤¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢POOKIE¤ÎRIPPLA¤âÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\nÆϤ¯¤Î¤¬³Ú¤·¤ß¤Ç¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (479,'b1091721df','MESSY MARV v.s. SAN QUINN','±ÜÍ÷¿ô¤Î³ä¤ê¤Ë¥ì¥¹¥Ý¥ó¥¹¤¬¾¯¤Ê¤¤¤Ê¡¼¤È»×¤¦¤Î¤Ç¡¢¥¢¥ó¥±¡¼¥È¤Ë¤·¤Æ¤ß¤Þ¤·¤¿¡£\r\n\r\nºîÉʤȤ·¤Æ¤Ç¤Ï¤Ê¤¯¥é¥Ã¥Ñ¡¼¤È¤·¤Æ¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (480,'8d3ba70e35','Re: MESSY MARV v.s. SAN QUINN','[quote:8d3ba70e35=\"g-stringz\"]±ÜÍ÷¿ô¤Î³ä¤ê¤Ë¥ì¥¹¥Ý¥ó¥¹¤¬¾¯¤Ê¤¤¤Ê¡¼¤È»×¤¦¤Î¤Ç¡¢¥¢¥ó¥±¡¼¥È¤Ë¤·¤Æ¤ß¤Þ¤·¤¿¡£\r\n[/quote:8d3ba70e35]\r\n\r\n¤³¤ó¤Ê¤³¤È¤â¤Ç¤­¤¿¤ó¤Ç¤¹¤Í¡£\r\n¼«¤éƳÆþ¤·¤È¤­¤Ê¤¬¤éÃΤé¤Ê¤«¤Ã¤¿¤Ç¤¹ :oops: \r\n\r\n»ä¤ÏSan Quinn¤Ë°ìɼ!\r\n½Ð²ñ¤¤¤¬°õ¾ÝŪ¤À¤Ã¤¿¤â¤Î¤ÇŽ¥Ž¥Ž¥ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (481,'0459f052ae','Re: ½Ë! Messy MarvºÆȯ!','MessyMarv¤¢¤¿¤ê¤À¤ÈAmazon¤Ê¤É¤Ç¤ÏÈæ³ÓŪ´Êñ¤Ë¼ê¤ËÆþ¤ê¤Þ¤¹¤è¡£\r\n¤³¤Îµ¡²ñ¤Ëʹ¤¤¤Æ¤ß¤Æ¡¢¤½¤·¤ÆÊ̥ȥԤÎMessy vs. San Quinn¤Î¥¢¥ó¥±¡¼¥È¤ËÅú¤¨¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (482,'99621950cd','¤¢¤ê¤ã¡©','°ì¿Í°ì²ó¤·¤«Åêɼ¤Ç¤­¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n»ä¤«¤é¸«¤ë¤ÈÅêɼ·ë²Ì¤Î¤ß¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£\r\n\r\n¤½¤¦¤¤¤¦¤â¤Î¤Ê¤ó¤Ç¤·¤ç¤¦¤« :signquestion:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (483,'942612653c','Kurupt! The Original','101¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥·¥ç¥ó¤«¤é¥¢¥ë¥Ð¥à¤ò¥ê¥ê¡¼¥¹¤·¤Á¤ã¤Ã¤¿Kurupt¡£\r\nDaz¤Ë¤±¤Á¤ç¤ó¤±¤Á¤ç¤ó¤Ë¤µ¤ì¤è¤¦¤È¤âÉ餱¤º¤Ë¤¬¤ó¤Ð¤ë¤Ò¤¿¤à¤­¤µ¤Ë¹¥´¶¤ò¤ª¤Ü¤¨¤Þ¤¹¡£\r\n\r\n[img:942612653c]http://www.dpgrecordz.com/images/kuruptfons.jpg[/img:942612653c]\r\n\r\n¤Ç¤â¡¢¥¹¥ê¥ê¥ó¥°¤Ç»õÀÚ¤ì¤Î¤è¤¤Èà¤Î¥Õ¥í¥¦¤Ë¤Ï¥Õ¥¡¥ó¤â¿¤¤¤Ï¤º!\r\n¤¬¤ó¤Ð¤ìKurupt!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (484,'e355b9355c','DOGGING DA GAME','˺¤ì¤é¤ì¤¿º¢¤ËÉü³è¤·¤Þ¤·¤¿¡£\r\nSQUEEKY,DOGGING DA GAME¤è¤¤¤Ç¤¹¤Í¡ª\r\nLIL JON¤«¤Ê¤ê°Õ¼±¤·¤Æ¤Þ¤¹¤Í\r\nFATTEST MAC¤È¤«¤Î²Î¤â¤Î¤â¤Ê¤«¤Ê¤«¤Ç¤¹¤·¡¢\r\nGO2WAR¤Î666É÷\r\nMEMPHIS¤Î¥é¥¸¥ª¤Ç¤è¤¯Î®¤ì¤Æ¤¤¤ëON DA FLO¤È¤«ºÇ¹â¤Ç¤¹¤Í¡ª¡ª\r\n \r\n\r\n :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (485,'a9a6f83c18','off the chain','manopoly¤ÎOFF THE CHAIN£±¤Ç¤¹¤¬¡¢¥¢¥Ã¥×¤·¤Þ¤·¤¿¤Î¤ÇÀ§Èó :oops: \r\n¥ª¥ê¥¸¥Ê¥ë¶Ê¤Î¤Ç¤­¤â¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£¥á¥¤¥ó¥é¥Ã¥Ñ¡¼¤ÎSLUG¤È¤¤¤¦¿Í¤¬¤«¤Ê¤ê½Â¤¯²Î¤¨¤Þ¤¹¡£\r\nºß¸Ë¤âÉü³è¤·¤¿¤è¤¦¤Ç¤¹¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (486,'516691b09d','Re: ¤¢¤ê¤ã¡©','[quote:516691b09d=\"G-HOUSE03\"]°ì¿Í°ì²ó¤·¤«Åêɼ¤Ç¤­¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n»ä¤«¤é¸«¤ë¤ÈÅêɼ·ë²Ì¤Î¤ß¤¬É½¼¨¤µ¤ì¤Þ¤¹¡£\r\n[/quote:516691b09d]\r\n\r\n²ò·è¤·¤Þ¤·¤¿¡£\r\n¥æ¡¼¥¶¡¼ÅÐÏ¿¤·¤Æ¤¤¤ë¿Í¤·¤«Åêɼ¤Ç¤­¤Ê¤¤¤è¤¦¤Ç¤¹¡£\r\n¤Ê¤Î¤Ç°ìÅÙÅêɼ¤·¤Æ¤·¤Þ¤Ã¤¿ÅÐÏ¿¥æ¡¼¥¶¡¼¤Ï¾ï¤Ë·ë²Ì¤À¤±É½¼¨¤Ã¤Æ¤³¤È¤Ç¤¹¤Í¡£\r\n¥·¥Ä¥ì¥¤¥³¥­¥Þ¥·¥¿¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (487,'2758a1d345','','˺¤ì¤Æ¤Þ¤·¤¿ :oops: \r\n\r\n·ë¹½µ¤¹ç¤ÎÆþ¤Ã¤¿´¶¤¸¤Ç¤·¤¿¤Í\r\nÁ°¤ÎMOCHEDA MOBSTAZ¤È¤«¤¬·ë¹½¥Þ¥ó¥Í¥ê¤Ý¤«¤Ã¤¿¤Î¤Ç\r\n¤³¤ì¤Ï¿·ºî¤é¤·¤¯¤Æµ¤¤ËÆþ¤Ã¤Æ¤Þ¤·¤¿'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (488,'4829140cce','','BIG TIGER / I CAME TO WRECK-CHOPPED UP REMIX-Ä°¤­¤Þ¤·¤¿\r\n¥«¥Ã¥³¥¤¥¤¤Ç¤¹ :thumbright: \r\n2¡¢3¡¢4¤¢¤¿¤ê¤¬µ¤¤ËÆþ¤ê¤Þ¤·¤¿\r\n¤½¤ì¤Ç¤â7¶ÊÌܤÎ2 MUCH S¤¬¤ä¤Ã¤Ñ¤êÌ̶ܶʤ«¤Ê¡©\r\n¤¢¤È11¤ß¤¿¤¤¤Ê¥Ñ¥¿¡¼¥ó¤Î»í¤Ï¹¥¤­¤Ç¤¹\r\n¤½¤ì¤È¥¸¥ã¥±¤ò¤è¤¯¸«¤ë¤ÈTHE DAY HELL...2¤¬¡¢Ã¯¤«µ¤¤¬ÉÕ¤­¤Þ¤·¤¿¡©\r\n\r\n¤½¤ì¤Ï¤½¤¦¤ÈBIG TYMERS¤ÎBIG MONEY HEAVY WEIGHT¤ÎSCREWED¤¬½Ð¤Æ¤ë¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¡¢Çã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É :oops: \r\n¤³¤ÎÄ´»Ò¤Ç²áµîºîÉʤÎSCREW¤¬½Ð¤¿¤é¶²¤¤¤Ç¤¹\r\n\"¥í¥Ã¥­¡¼¥Ð¥ë¥Ü¥¢\"¤ÏÄ°¤¤¤Æ¤ß¤¿¤¤¤±¤É :lol: \r\n¤Ç¤Ï¤Þ¤¿'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (489,'3495f3a1c9','THE DAY AFTER HELL BROKE LOOSE','¤ª¤ª¡ª :shock: \r\n¥³¥Ã¥¯¥Ô¥Ã¥È¤Ë¥¸¥ã¥±¤¬¼Ì¤Ã¤Æ¤Þ¤¹¤Í¡ª¡ª\r\nµ¤¤Å¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n\r\n :angel: \r\n\r\nTHE DAY AFTER HELL BROKE LOOSE½Ð¤Þ¤·¤¿¤Í¡ª\r\nÁá®İ¤¤¤Æ¤Þ¤¹¤¬¡¢¼«Ê¬Åª¤Ë¤Ï¤³¤ì¤¬¥Ù¥¹¥È¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¡£\r\n¤Ó¤è¤ó¤Ó¤è¤ó¤ÎÅŻҲ»¥Ð¥¦¥ó¥¹¤Ç¤¹¤¬¡¢\r\nÃæÈפ«¤éÅŻҲ»¥Õ¥¡¥ó¥¯Á´³«¤Ç¤¹¡£\r\n¼Â¼Á£±£±¡®¶Ê¤Ç¤¹¤¬¡¢¼Î¤Æ¶Ê¤Ê¤·¤Ç¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (490,'e97eea0279','ÃÇÁ³SAN QUINNÇÉ','ËͤÈG-HOUSE¤µ¤ó¤Î2ɼ¤Ç¤¹¤«¡¦¡¦¡¦¡£\r\n¤Ç¤âÅÐÏ¿¤·¤Æ¤Ê¤¤¿Í¤¬Åêɼ¤Ç¤­¤Ê¤¤¤Ê¤é»ÅÊý¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (491,'68f17e990a','','DAZ¤È¤Î¥³¥ó¥ÓÉü³è¤Ï¼Â¸½¤·¤Ê¤¤¤È¤·¤Æ¤â¡¢\r\nYA¤ò¤Ò¤­¤Ä¤ì¤Æ¤¬¤ó¤Ð¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¡£ :rightfighter6: \r\n\r\nDEATHROW¤Ï¤Þ¤Ã¤¿¤¯¤â¤Ã¤ÆÉÔÍפȤ¤¤¦°Õ¸«¤Ç¤¹¡£ :stoopyd:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (492,'c74d4b102e','','ÇÒ¸«¤·¤Þ¤·¤¿¡ªÁᮤΥ¢¥Ã¥×¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\n¥¢¥ë¥Ð¥àÁ´ÂÎŪ¤ËÎɤ¤¤ß¤¿¤¤¤Ç¤¹¤Í :) \r\nÇ㤦¤³¤È¤Ë·èÄꤷ¤Þ¤·¤¿ :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (493,'8ef01facde','Re: THE DAY AFTER HELL BROKE LOOSE','[quote:8ef01facde=\"goku\"]THE DAY AFTER HELL BROKE LOOSE½Ð¤Þ¤·¤¿¤Í¡ª\r\nÁá®İ¤¤¤Æ¤Þ¤¹¤¬¡¢¼«Ê¬Åª¤Ë¤Ï¤³¤ì¤¬¥Ù¥¹¥È¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¡£\r\n¤Ó¤è¤ó¤Ó¤è¤ó¤ÎÅŻҲ»¥Ð¥¦¥ó¥¹¤Ç¤¹¤¬¡¢\r\nÃæÈפ«¤éÅŻҲ»¥Õ¥¡¥ó¥¯Á´³«¤Ç¤¹¡£\r\n¼Â¼Á£±£±¡®¶Ê¤Ç¤¹¤¬¡¢¼Î¤Æ¶Ê¤Ê¤·¤Ç¤·¤¿ :)[/quote:8ef01facde]\r\n\r\n½Ð¤Þ¤·¤¿¤«¡¢Îɤ¤¤Ç¤¹¤«¡£¡£¡£¤³¤³¤Î¤È¤³¤íÇ㤤²á¤®¤ÇÄ°¤¯¤Î¤âɬ»à¤Ç¤¹ :forbiddensmile:¤¤¤º¤ì¤È¸À¤¦¤³¤È¤Ç¡£¡£¡£\r\n\r\n¤È¤³¤í¤ÇBIGTYME¤ÎALL SCREWED UP 2Ä°¤­¤Þ¤·¤¿¡©\r\nBIGTYME BOYZÎɤ¤¤Ç¤¹ :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (494,'8522dc7697','Re: Kurupt! The Original','¤³¤Î¥¸¥ã¥±¤ÏËÜʪ¤Ç¤·¤ç¤¦¤«¡¦¡¦¡©\r\n¤½¤ì¤È¤âDPG¥ì¥³¡¼¥º¤ªÆÀ°Õ¤Î¥³¥é¤Ç¤¹¤«¡¦¡¦¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (495,'5a61e67dd3','Re: Kurupt! The Original','¤¢¡¢²èÁü¤Î¥¢¥É¥ì¥¹¸«¤ÆǼÆÀ¤·¤Þ¤·¤¿¡¦¡¦¡¦ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (496,'8b2d341b27','','the day hell after broke loose\r\n¤Á¤ç¤Ã¤È²áÂçɾ²Á¤«¤â :lol: \r\n\r\nbigtyme boyz¤Þ¤ÀÇã¤Ã¤Æ¤Þ¤»¤ó¡£\r\n¤Û¤ó¤È¤ª¶â¤¬¤â¤Á¤Þ¤»¤ó¤Í :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (497,'31c6ef6124','SOUTH RECORDS MOVING SALE!!','ÍøÍѤµ¤»¤Æ¤¯¤À¤µ¤¤¡ª¡ª\r\n\r\n°ú±Û¤·¤Ë¤Ä¤­¼êÊü¤·¤Þ¤¹¡£DJ¤Î¤«¤¿À§ÈóÇã¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤¡Ê¾Ð¡Ë\r\n\r\nTexas£±£µË祻¥Ã¥È¡ÊÌÜŪ¤Ï¤¢¤¯¤Þ¤Ç¤â¼«Ê¬¤Î°ú±Û¤·Âå¤òÉ⤫¤¹¤³¤È¤Ë¤¢¤ê¤Þ¤¹¤Î¤Ç¡¢¤Þ¤È¤áÇ㤤¤Ç¤ª´ê¤¤¤·¤Þ¤¹¡Ë£³£°£°£°±ß¡£\r\nÅöÊýÊƹñºß½»¤Ê¤Î¤ÇÁ÷ÎÁÁ¥ÊØ£³£°£°£°±ß夭¤Þ¤¹\r\nDJ DMD/25 LIGHTERS\r\nLIL FLIP/STILL BANGIN SCREW/LIL KEKE NOTHIN BUT LOVE\r\nLIL TROY/SMALL TIME\r\nBMD/SUMMERTIME\r\nTELA/THE WORLD AINŽÕT ENUFF (3TRACKS)\r\nDEVIN THE DUDE/ITŽÕS A SHAME\r\nFWC/ HOT CLUB WAX (6TRACKS)\r\n281 BOYZ/ CHOPPED AND SCREWED 2003\r\nLIL FLIP/ UNDERGROUND LEGEND (FULL LENGTH ALBUM)\r\nMDDL FNGZ (4 TRACKS)\r\nLIL FLIP/ U SEE IT\r\nNEW DIRTY FT. LIL KEKE/WE BALL ALL DAY EVERYDAY \r\nR.N.D.S./HOT CLUB WAX (FULL LENGTH ALBUM)\r\nLIL KEKE/COW GIRL\r\nTELA/ DRUGS, BYEBYE HATER\r\nLIL TROY/ BACK TO BALLIN\r\n\r\nTHREE 6 MAFIA¥»¥Ã¥È\r\nNO LIMIT¥»¥Ã¥È\r\nCASHMONEY ¥»¥Ã¥È\r\nWEST COAST¥»¥Ã¥È\r\nEAST COAST¥á¥¸¥ã¡¼¤â¤Î\r\n¤â¤¢¤ê¤Þ¤¹¤Î¤Ç¶½Ì£¤Î¤¢¤ëÊý¤Ï¥á¡¼¥ë¤¯¤À¤µ¤¤¡£\r\n¥á¡¼¥ë¤Ë¤Æ¤´Ï¢Íí¤¯¤À¤µ¤¤¡£\r\nWEBMASTER@SOUTHERNBALLAZ.COM'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (498,'1143787fae','Re: Kurupt! The Original','[quote:1143787fae=\"¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó\"]¤¢¡¢²èÁü¤Î¥¢¥É¥ì¥¹¸«¤ÆǼÆÀ¤·¤Þ¤·¤¿¡¦¡¦¡¦ :lol:[/quote:1143787fae]\r\n :oops: \r\n¤´»¡¤·¤ÎÄ̤ê¤Ç¤¹¡£\r\nDaz¤Ï¤â¤¦DeathRow¤È¤Ï¥Ç¥£¥¹¹çÀï¤ò¤·¤Ê¤¤¤È¤¤¤Ã¤È¤­¤Ê¤¬¤é¤³¤ì¤Ê¤Î¤ÇÌÌÇò¤¤¤Ç¤¹ 0X \r\nDeathRow¤âËÜÅö¤Ë¤³¤¦¤¤¤¦¤Î½Ð¤·¤Á¤ã¤¨¤Ð¤¤¤¤¤Î¤Ë :leftfighter1:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (499,'46a6e0d97b','','[quote:46a6e0d97b=\"goku\"]the day hell after broke loose\r\n¤Á¤ç¤Ã¤È²áÂçɾ²Á¤«¤â :lol: \r\n\r\nbigtyme boyz¤Þ¤ÀÇã¤Ã¤Æ¤Þ¤»¤ó¡£\r\n¤Û¤ó¤È¤ª¶â¤¬¤â¤Á¤Þ¤»¤ó¤Í :cry:[/quote:46a6e0d97b]\r\nthe day hell after broke loose¤½¤í¤½¤íÃíʸ¤·¤è¤¦¤«¤Ê¤È»×¤Ã¤Æ¤¿¤ó¤Ç¤¹¤¬\r\n¤Þ¤¹¤Þ¤¹Ì¤¤¤Þ¤¹¥á¥ó¥ÄÀ¨¤¤¤·¡¢¸À¤ï¤Ð¿å¼Ö¤ÈRAL¤Î¥À¥Ö¥ë¥Í¡¼¥à¡¢¸å¤Ç¥×¥ì¥ß¥¢ÉÕ¤¤¤¿¤ê¤·¤Æ¡Ê¢«¾éÃÌ¡Ë\r\n¤¦¡¼¤à :grouphuuug: \r\n\r\nbigtyme boyz¤Ï̤¤À½Ð¤Æ¤Ê¤¤¤Ç¤¹¤è¡¢\r\nBIGTYME RECORDZ¤ÎALL SCREWED UP 2¤Ë£µ¶Ê¼ýÏ¿¤µ¤ì¤Æ¤Æ¡¢¤½¤ì¤¬¤è¤«¤Ã¤¿¡¢\r\n¤Ç¡¢Ãæ¤ËCOMING SOON¤È½ñ¤«¤ì¤Æ¤¿¤ó¤Ç¤¹\r\n\r\n¶â¤â»þ´Ö¤â̵¤¤¤È¸À¤¤¤Ê¤¬¤éºòÆü¡¢¿Í¤Î¥ì¥ô¥å¡¼¤ò¸«¤Æ¡¢\r\nCOLOR CHANGIN CLICK¤ÎSUPERBOWL 18\r\nÃíʸ¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡¢¡Ö¤â¤¦½õ¤±¤Æ¡ª¡×¤Ã¤Æ´¶¤¸¤Ç¤¹ :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (500,'5d9fc2538f','','´Ö°ã¤¨¤Þ¤·¤¿\r\nCOLOR CHANGIN CLICK¤ÎSUPERBOWL ­¾­¾­¾­¼ 2K4¤Ç¤·¤¿\r\n\r\n¤½¤¦¤½¤¦¡¢goku¤µ¤ó¤Î²¼¤ÎSALE¤Î¿ïʬ°Â¤¤¤Ç¤¹¤Í\r\n¥¢¥Ê¥í¥°¤ÎG¤â¤Î¤Ï¤³¤Ã¤Á¤Ç¤ÏÀ¨¤¤¹â¤¤¤ß¤¿¤¤¤Ê¤ó¤Ç·¡¤ê½Ð¤·Êª¤«¤â :alien:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (501,'76170991da','','SW-CONNECTION¤Î¥ê¥ê¡¼¥¹¤Î¥«¥ì¥ó¥À¡¼¸«¤Æall screwed up 2¤È´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿\r\n(¸À¤¤Ìõ) :cry: \r\n\r\nafter hell broke loose¤Ç¤¹¤¬¡¢\r\n¿å¼Ö¤ÈRAL¤Î¤¤¤¤¤È¤³¤í¤¬¹ç¤ï¤µ¤Ã¤¿´¶¤¸¤Ç¼«Ê¬Åª¤Ë¤Ï¿·Á¯¤Ç¤·¤¿ :!:\r\n\r\n¼«Ê¬¤ÏCCC¤Þ¤Ç¼ê¤¬½Ð¤Ê¤¤¤È»×¤Ã¤¿¤é¡¢\r\nBOYZ N BLUE¤âȯÇä¡£\r\nSLIM THUGÇɤʤΤÇÇã¤ï¤Ê¤¤¤È\r\nº¤¤ê¤Þ¤·¤¿\r\n\r\nwreckshop¤Î¿·Éè¤Ã¤Æ¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«\r\n¶½Ì£ÄÅ¡¹¤Ç¤¹ :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (502,'aa16a898e7','moving sale','°ú±Û¤·¤ä¤Ë¸«ÀѤâ¤êÌã¤Ã¤¿¤é\r\n¤È¤ó¤Ç¤â¤Ê¤¤ÃÍÃʤÀ¤Ã¤¿¤Î¤Ç\r\nÊü½Ð¤Ç¤¹ :angel4: \r\n¤³¤³¤ÇÇã¤Ã¤Æ¤¯¤À¤µ¤ë¿Í¤Ç¤·¤¿¤é¡¢\r\n³èÍѤ·¤Æ失¤ë¤Ç¤·¤ç¤¦¤·¡£¡£¡£\r\n\r\n¤¤¤í¤¤¤íºÜ¤»¤Þ¤¹¤Î¤Ç\r\nÇã¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (503,'b9818f7ff1','','[quote:b9818f7ff1=\"goku\"]wreckshop¤Î¿·Éè¤Ã¤Æ¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«\r\n¶½Ì£ÄÅ¡¹¤Ç¤¹ :3some:[/quote:b9818f7ff1]\r\n\"WRECKSHOP FAMILY / RELOADED\"¤Î¤³¤È¤Ç¤¹¤«¡© [-X \r\n¤¦¡¼¤ó»ý¤Ã¤Æ¤Þ¤»¤ó ¡¢Ã¯¤«¡¼ :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (504,'d03fdd3445','','²Æ¤È¤Á¤¬¤Ã¤Æ½Õ¤é¤·¤¤¶Ê¤Ã¤Æ¤Ê¤«¤Ê¤«Èù̯¤Ç¡¢µ×¤·¤Ö¤ê¤Ë³Ú¤·¤¯Çº¤Þ¤»¤Æ¤â¤é¤¤¤Þ¤·¤¿ :?: \r\n\r\n¤È¤¤¤¦¤³¤È¤Ç\r\n\r\n£Äont U Hide IT / 2nd ­¶none\r\nMoney Maid/ Slow pain\r\n\r\n¤Ã¤Æ´¶¤¸¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (505,'5394f27678','MORE STUFF','¥ê¥¹¥È¤Î³¤­¤Ç¤¹¡£\r\nñÉÊÇ㤤¤Ï¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¼ê´Ö¤¬¤«¤«¤ë¤Î¤Ç¤Ç¤­¤Þ¤»¤ó\r\n¤Î¤Ç¤´Íý²ò¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\nCASHMONEY 30Ë祻¥Ã¥È¡Ê£±£°£µ£°£°±ß¥×¥é¥¹Á÷ÎÁ£µ£°£°£°±ß¡Ë¡¡\r\nJUVENILE/ I GOT THAT FIRE\r\nJUVENILE/ HA\r\nBG/ BLING BLING\r\nTURK/ITŽÕS IN ME\r\nJUVENILE/ FROM HER MAMA, SET IT OFF REMIX\r\nLIL WAYNE/SHINE\r\nLIL WAYNE/RESPECT US\r\nBIG TYMERS/10 WAYS\r\nCASH MONEY MILLIONAIRES/UNDISPUTED\r\nMACK10/ HATE IN YO EYES\r\nLIL WAYNE/EVERYTHING\r\nUTP JUVENILE & SKIP/ PIMPS PLAYER\r\nMACK 10/ BANG OR BALL (FULL ALBUM)\r\nLIL WAYNE/ WHERE YOU AT\r\nBG/ X&HENNE\r\nMACK10/DO THA DAMN THING\r\nBABY/ DO THAT ŽÉ\r\nLIL WAYNE/ GET OFF THE CORNER\r\nJUVENILE/ U UNDERSTAND\r\nTURK / FREAK DA GIRLS\r\nBIG TYMERS/ STUNŽÕN\r\nBG/ ROLLIN RAW\r\nHOT BOYS/ GUERILLA WARFARE (ALBUM A,BÌ̤Τß)\r\nBG/ I KNOW\r\nBIG TYMERS/ YOU CANŽÕT BREAK ME\r\nBG/ CHOPPER CITY IN THE GHETTO (ALBUM A,B)\r\nBG/ BOUNCE WITH ME\r\nJUVENILE/ SET IT OFF\r\nBIG TYMERS/ STILL FLY\r\n¤Û¤«°ìËç\r\n\r\nNO LIMIT20Ë祻¥Ã¥È¡¡¡Ê£µ£°£°£°±ß¥×¥é¥¹Á÷ÎÁ£´£°£°£°±ß¡Ë\r\nMERCEDES/NŽÕS AINŽÕT SHIT\r\nSONS OF FUNK/ PUSHIN INSIDE YOU\r\nSOULJA SLIM/MAKEIT BOUNCE, KRAZY/THUGGED OUT\r\nSILKK THE SHOKKER/ HE DID THAT\r\nSNOOP DOGG/6 BEDTIME STORIES\r\nSNOOP DOGG/ DA GAME IS TO BE SOLD NOT TO BE TOLD (FULL ALBUM)\r\nLIL ITALY, GHETTO FAME\r\nMASTER P/ SOULJAS\r\nMASTER P/ DA BALLERS\r\nLIL ROMEO/ 2WAY\r\nMASTER P/ ROCK IT\r\nWEST COAST BAD BOYS/ POP ROCKIN 2\r\nC-MURDER/ WHAT YOU GONNA DO\r\nMASTER P /GAME FACE (FULL ALBUM)\r\nCHOPPA/ CHOPPA STYLE\r\nMR. SERV ON/ MY BEST FRIEND\r\nMASTER P/ BOUT DAT\r\nI GOT THE HOOK UP (SOUND TRACK FULL ALBUM) \r\nSILKK THE SHOKKER/ SOMEBODY LIKE ME\r\nSILKK THE SHOKKER/ WE SOLDIERS\r\n¤½¤Î¾£±¡¢£²ËçÉÕ¤­\r\n\r\nNO¥Ð¥¦¥ó¥¹£µË祻¥Ã¥È¡Ê¤³¤ì¤Ï¹â¤¯Çä¤é¤»¤Æ¤¯¤À¤µ¤¤¡ª£¸£°£°£°±ß¥×¥é¥¹Á÷ÎÁ£²£°£°£°±ß¡Ë\r\nPARTNERS-N-CRIME, PUMP THA PARTY\r\nSPORTY ŽÐT/ STREET SOLDIER\r\nCODE 6/ LETŽÕS GO GET ŽÔEM\r\nSPORTY-T/ NOTHIN BUT BOUNCE\r\nTAKE FO SUPERSTARS/ P-POPPER, NEW CHOPPER STYLES\r\n\r\nWEST¤â¤Î¤Ï¤â¤¦¤Á¤ç¤Ã¤È¾®½Ð¤·¤Ë¤·¤Þ¤¹¤Î¤Ç\r\n¤â¤¦¾¯¤·¤ªÂÔ¤Á¤¯¤À¤µ¤¤\r\n\r\nWEBMASTER@SOUTHERNBALLAZ.COM'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (506,'271888a609','¸Ä¿ÍŪ¤Ë','£Ç¡ß2.5¤Ç¤¹ :o \r\n¤¢¤ì¤ò¥¹¥¦¥£¡¼¥È¥Ð¥¦¥ó¥¹¤È¸Æ¤Ö¤«¤É¤¦¤«¤Ï¤Á¤ç¤Ã¤È¤ï¤«¤é¤Ê¤¤¤Ç¤¹¤±¤É¡¢\r\n»ä¤Ï¹¥¤ß¤¸¤ã¤Ê¤¤¤Ç¤¹¤Í¡£\r\n\r\n¡Ö¤¤¤Ä¤â¤Ï¥Ñ¥ï¥Õ¥ë¤Ê»ä¤â¤³¤ó¤Ê¤Ë½÷¤é¤·¤¤Ì̤⤢¤ë¤Î¤è¡¦¡¦¡¦¡×\r\n¤Ê¤ó¤Æ¤¤¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤â¤Î¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (507,'7b8dd1ed28','Re: ¥À¥¤¥¸¥§¥¹¥ÈÆɤߤޤ·¤¿','[quote:7b8dd1ed28=\"EsE DrEaMeR\"]¥À¥¤¥¸¥§¥¹¥È¤È¤Ï»×¤¨¤Ê¤¤¥Ü¥ê¥å¡¼¥à´¶¤Ç¡¢´°Á´ÈǤδ°À®¤¬¤¹¤´¤¯³Ú¤·¤ß¤Ç¤¹ :) \r\n\r\nµ¤Ä¹¤ËÂԤäƤޤ¹¤ó¤Ç·ÇºÜºî¶È´èÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¤Í¡ª\r\n& Happy B-Day Mista G-House 03![/quote:7b8dd1ed28]\r\n\r\n[color=darkblue:7b8dd1ed28]¸½ºß´°À®ÈǤòÌܻؤ·¤ÆÌõ¤·¤Æ¤Þ¤¹¤¬¡¢ºÃÀÞ¤·¤½¤¦¤Ç¤¹ :cry: \r\nÁÇŨ¤Ê±Ñ¸ì¤ò»È¤Ã¤Æ¤¯¤ì¤ë¤â¤Î¤Ç¤ï¤«¤ë¤â¤Î¤â¤ï¤«¤é¤Ê¤¯¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿ :crazy: \r\n¤É¤¦¤Ë¤«º£·îÃæ¤Ë¤Ï¡¦¡¦¡¦\r\n\r\nÃÙ¤¯¤Ê¤ê¤Þ¤·¤¿¤¬¡¢¤ª½Ë¤¤¤Î¤ª¸ÀÍÕ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹[/color:7b8dd1ed28]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (508,'14fefad8db','¤Ç¡¢¸Ä¿ÍŪ¤Ë¡£','¤Ê¤ó¤À¤«¤·¤Ã¤¯¤ê¤³¤Ê¤¤¤ó¤Ç¤¹¤è¤Í :? \r\n\r\n»ä¤Ï´ðËÜŪ¤ËQUIK´Ø·¸¤Î²»¤ò¤¢¤Þ¤êʹ¤¤¤Æ¤³¤Ê¤«¤Ã¤¿¤Î¤Ç¤¢¤ë°ÕÌ£¿·Á¯¤Ê¤ó¤Ç¤¹¤±¤É¡¢Ã±Ä´¤Ê°õ¾Ý¤ò³Ð¤¨¤Þ¤¹¡£\r\n\"Let Me Know\"¤¬¤Ç¤­¤¹¤®¤Ê¤Î¤Ç¾¤Î¥¤¥ó¥Ñ¥¯¥È¤¬¼å¤¯´¶¤¸¤Æ¤·¤Þ¤¦¤ó¤Ç¤¹¤±¤É³§¤µ¤ó¤Ï¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (509,'fe3363b72f','skinny pimp update','skinny pimp¤Î½Ð±éºî¥ê¥¹¥È¤È¤ê¤¢¤¨¤º\r\n¤Û¤ó¤Î¾¯¤·¤Ç¤¹¤¬\r\n\r\nthree 6 mafia/mystic stylez----squeeky diss! ¤Ç¤â¸å¤Ë½ÐÌá¤ê\r\ndj squeeky/ in da beginning\r\ntoo much trouble/ too much weight----tx½ÐÄ¥\r\nocf/war zone---shout out¤À¤±\r\n :oops: \r\nwah wah/wild azz you wanna be\r\nk-rock/k shock the world\r\n3-time clique mafia/ the smoke has cleared 2001\r\nsouthern gangstas --- dirty harry productions¤Î¤ä¤Ä\r\nindo g presents d-s ballin\r\nplaya g/u not my lady\r\ndj nite&playa g/ nitemare vol.2\r\nshot callers 6figgaz\r\ndj finesse/ night life----¥ß¥·¥·¥Ã¥Ô½ÐÄ¥?\r\nmemphis drama 2, ---1¤Ç¤â¤ä¤Ã¤Æ¤ë¤Î¤Ç¤·¤ç¤¦¤«¡©\r\nsplit personality/do u wanna \r\nmurderdog presents southern xxx-posure\r\n \r\n¤É¤ó¤É¤ó¤¤¤­¤Þ¤·¤ç¤¦ :leftfighter3:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (510,'8a854cfc53','',':rightfighter5:\r\nLootchasers/A Million Ain\'t Enough\r\nShank & Chrome/Daily Living\r\nYoung Southern Playaz Vol.1 & 3\r\nDown South Ballin Vol. 1 & 2\r\nDown South Hook up\r\nMonsta Klick/The Stang\r\nSlicc/Who The Hell Is Slick\r\nDJ Zirk & 2 Thick/Lock Em Down In Da Trunk\r\nMVP/CLOUT\r\nMVP/The Shine\r\n\r\nÁ´ÉôÃϸµ¥á¥ó¥Õ¥£¥¹¤Ç¤¹¡£¡ÊSLICC¤Ï¥Æ¥­¥µ¥¹¡©¡Ë½ÐÄ¥¥â¥Î¤âõ¤·¤Æ¤ß¤¿¤ó¤Ç¤¹¤±¤É¸«¤Ä¤«¤ó¤Ê¤«¤Ã¤¿¤Ê¤«¤Ã¤¿¤Ç¤¹¡£¡£¡£ :( ¡¡°Õ³°¤Ë¾¯¤Ê¤¤¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í¡£\r\n\r\nClassic¤â¤¦¤¹¤°¤Ç¤¹¤Í¡ªMurderdog¤Ë¹­¹ð¤¬¤Î¤Ã¤Æ¤Þ¤·¤¿¡£¥¸¥ã¥±¼Ì¤¬¥À¥ó¥Ç¥£¡¼¤Ç¤«¤Ã¤³¤è¤«¤Ã¤¿¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (511,'54d58dfb69','','¤ó¡Á¤¿¤·¤«¤Ë¤ä¤äÃæ¤À¤ë¤ß¤·¤Þ¤¹¤«¤Í¡Á :roll: \r\n¥¯¥é¥Ö¶Ê¤¬¤Ï¤¸¤±¤­¤ì¤º¤ËñĴ¤Ë¤Ê¤Ã¤Æ¤ëÉôʬ¤¬¤¢¤ë¤è¤¦¤ËËͤⴶ¤¸¤Þ¤·¤¿¡£\r\n¤Ç¤â¡¢°­¤¤¶Ê¤Ï¤Ê¤¤¤È»×¤¦¤Î¤Ç¡¢³µ¤ÍËþ­¤Ç¤¹¡£\r\nHI-C¤Î¥é¥Ã¥×¤Ï¡¢ÀΤè¤ê·Ú²÷¤µ¤¬¤Ê¤¯¤Ê¤Ã¤¿µ¤¤¬¤·¤Þ¤¹¤¬¡¢¤½¤ì¤Ç¤â¤Þ¤À¥­¥ã¥Ã¥Á¡¼¤Ç¤Ê¤«¤Ê¤«¡£\r\n1¶Ê¤º¤ÄºÎÅÀ¤·¤Æ³ä¤Ã¤Æ¤ß¤¿¤È¤³¤í¡¢(¤³¤ó¤Êɾ²Á¤Î»ÅÊý¤Ï¥Ê¥ó¥»¥ó¥¹¤Ç¤¹¤¬¡¢¤¿¤Þ¤Ë¤ä¤Ã¤Æ¤ß¤¿¤ê¤·¤Þ¤¹¡Ä¡£)\r\n3.82/5¤Ç¤·¤¿¡£¤Á¤Ê¤ß¤ËSUGA FREE¤Î¿·ºî¤¬3.75/5¤Ç¡¢¤¤¤¤¾¡Éé!:leftfighter1: \r\n¸Ä¿ÍŪ¤Ë¤Ï¤É¤Á¤é¤âA¥¯¥é¥¹¤Î¶Ê¤¬5¤Ä¤°¤é¤¤¤Ï¤¢¤ê¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (512,'1755b82d13','','½ñ¤­Ëº¤ì¤Þ¤·¤¿¡£\r\nHI-CÌÌÅݤ¯¤µ¤¯¤ÆÊÖÉʤ·¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\n¤Þ¤È¤â¤ÊCD¤Ë¸ò´¹¤·¤Æ¤â¤é¤Ã¤¿Êý¤¤¤Þ¤¹¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (513,'856c75e670','down-south.com','¸«¤ì¤Ê¤¤¤ó¤Ç¤¹¤±¤É²¿¤«¤¢¤Ã¤¿¤ó¤Ç¤¹¤«¡©\r\n´Ø·¸¤Ê¤¤¤Ç¤¹¤¬MTOWNRAPÉü³è¤·¤Æ¤Û¤·¤¤¡¦¡¦¡¦ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (514,'5230729c21','','[quote:5230729c21=\"toni montana\"]²Æ¤È¤Á¤¬¤Ã¤Æ½Õ¤é¤·¤¤¶Ê¤Ã¤Æ¤Ê¤«¤Ê¤«Èù̯¤Ç¡¢µ×¤·¤Ö¤ê¤Ë³Ú¤·¤¯Çº¤Þ¤»¤Æ¤â¤é¤¤¤Þ¤·¤¿ :?: [/quote:5230729c21]\r\n\r\nƱ¤¸¤³¤È»×¤¤¤Þ¤·¤¿¤è!\r\n°Õ³°¤È¹Í¤¨¤Á¤ã¤¤¤Þ¤¹¤è¤Í¡£\r\n\r\n¥Ù¥¤¤â¤Î¤Ï·ë¹½¤¢¤ê¤½¤¦¤Ç¤¹¡£\r\nBIG MACK & TAYDATAY -Countin\' Money'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (515,'36bd37abb8','','¤³¤³°ì¥ö·î¤°¤é¤¤¸«¤Æ¤Ê¤«¤Ã¤¿¤Ç¤¹¤¬¡£\r\n¤É¤¦¤·¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡©\r\n¼«Ê¬¤Ïsw-connect¤Ð¤«¤ê¸«¤Æ¤¤¤Þ¤¹\r\nm-townrap¤âÁ´Á³renewal¤·¤Þ¤»¤ó¤Í'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (516,'0dc209d95b','','dj finesse¤Înight life¤Ê¤ó¤«\r\nɽ¥¸¥ã¥±¤ËƲ¡¹¤Èfeat. skinny pimp¤Ã¤Æ½ñ¤¤¤Æ¤¢¤ë¤Î¤Ë\r\nÃ楯¥ì¥¸¥Ã¥È¤Ç¤Ï¤¹¤Ã¤«¤ê½ñ¤­Ëº¤ì¤é¤ì¤Æ¤¤¤Þ¤¹ :cry: \r\n¥Û¥ó¥È²Ä°¦¤½¤¦¤Ç¤¹\r\n½ÐÄ¥¤Þ¤Ç¤·¤Æ¤ë¤Î¤Ë\r\n¤Ò¤É¤¤»ÅÂǤÁ¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (517,'2f8f0889ec','','¥¨¥í¥¨¥í¤Î¤Ó¤ä¡¼¡¼¤Ã¤Á¤Ê´¶¤¸¤Ç¤·¤¿¤é¡¢\r\n¼«Ê¬¤â¨Ç㤦¤ó¤Ç¤¹¤¬ :oops: \r\n¤Þ¤À̤äƤޤ¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (518,'31e44c707d','¡Ú¤É¤Ê¤¿¤«¤´Â¸ÃΤǤ·¤¿¤é¡ÛEARY DAYS / FUNK DADDY','¤³¤ó¤Ë¤Á¤ï¡£¼Ä¤Ç¤¹¡£\r\nÌÀ¸åÆü¾ðÊó½èÍý»î¸³¤Î¤¿¤á¡¢ÊÙ¶¯¤·¤è¤¦¤È¤ª¤â¤¤¡¢\r\n²ñ¼ÒÍ­µÙ¤È¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢·ë¶É¥Í¥Ã¥È¤ä¤Ã¤Á¤ã¤Ã¤Æ¤ë¥¢¥Û¤¿¤ì¤Ç¤¹¡£ :stoopyd: \r\n\r\nÀèÆüDJ PMX¤ÎLOCOHAMA CRUSING£°£°£¹¤È¤¤¤¦MIX CD¤òÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢\r\n·ï̾¤Î [b:31e44c707d]EARY DAYS / FUNK DADDY[/b:31e44c707d] ¤È¤¤¤¦¶Ê¤¬µ¤¤Ë¤Ê¤ê¤Þ¤·¤Æ :thumbright: \r\n¤¤¤í¤¤¤íÄ´¤Ù¤¿¤Î¤Ç¤¹¤¬¡¢Á´Á³¤Ç¤Æ¤³¤Ê¤¯¤Æ :angry3: \r\n£±£²¥¤¥ó¥Á½Ð¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡£\r\n\r\n¤É¤Ê¤¿¤«¤´Â¸ÃΤÊÊý¤¬¤¤¤é¤Ã¤·¤ã¤Ã¤¿¤é¡¢¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡£\r\n\r\nFunk U Right on Up ¤È¤¤¤¦¥¢¥ë¥Ð¥à¤¬½Ð¤Æ¤Æ¡¢¥¢¥Þ¥¾¥ó¤Ç»ëÄ°¤·¤Æ¤ß¤¿¤é\r\n¤¤¤¤´¶¤¸¤«¤Ê¤¡¤È»×¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢¤É¤Ê¤¿¤«Ä°¤«¤ì¤¿Êý¤¤¤é¤Ã¤·¤ã¤¤¤Þ¤¹¤«¡©\r\n\r\n\r\n¤Þ¤À¡¢¤Á¤ç¤Ã¤È¤ï¤«¤é¤Ê¤¤¤Ç¤¹¤¬¡¢¥¤¥Ù¥ó¥È¹Ô¤±¤¿¤é¹Ô¤³¤¦¤È»×¤¤¤Þ¤¹¢ö¤Ç¤ï¡Á'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (519,'23dabd9b51','','messy marv\"disobayish\"¤Èmessy marv & san quinn\"explosive mode\"ºÆȯÈÇÇ㤤¤Þ¤·¤¿\r\n\r\n¿·ºî¤ÎÊý¤ÏSUCÉ÷¤À¤Ã¤¿¤êbilly cook¤â²Î¤Ã¤Æ¤ª¤ê¡¢\r\ntxÉ÷¤Î¶Ê¤ä¤½¤Î¾¥Ð¥é¥¨¥Æ¥£¤ËÉÙ¤ó¤Ç¤Æ¼«Ê¬¤Ï¤±¤Ã¤³¤¦¹¥¤­¤«¤âÃΤì¤Þ¤»¤ó\r\n\r\nexplosive mode¤ÎºÆȯ¤Ê¤ó¤ÈSCREWEDÈפ¬Æþ¤Ã¤Æ¤¤¤Æ¤Ó¤Ã¤¯¤ê¤·¤Þ¤·¤¿¡£\r\n¤·¤«¤â¤³¤Îscrewed ver.¤«¤Ê¤êÎɤ¤½ÐÍè¤Ç¤¹\r\nÊ·°Ïµ¤¤¬dj screw¤â¤Î¤Ë»÷¤Æ¤ë¤è¤¦¤Êµ¤¤¬¤·¤Þ¤·¤¿ :drunken:\r\ndvd¤Þ¤ÇÉÕ¤¤¤ÆÂÀ¤ÃÊ¢¤Ç¤¹¤Í¡ª :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (520,'5df72a364d','','¤ª¼ÙË⤷¤Þ¤¹\r\nMessy Marv¤Î1stºÆȯ½Ð¤Æ¤Þ¤·¤¿¤Í¡¢20ÆüȯÇä¤È´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿\r\n¤ª¤«¤²¤Ç$3»¤·¤Þ¤·¤¿¡¢¤³¤ó¤Ê¤³¤È¤Ê¤éͽÌ󤷤Ȥ±¤Ð¤è¤«¤Ã¤¿ :('); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (521,'7463a7e105','Al-D - Home Of The Free CD','...'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (845,'b9ba87de4a','£×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¡ª¡ª¡ª','狼ºòÆü¤Î¶å·î½½È¬Æü¤Î£×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¤Ë¹Ô¤Ã¤¿¿Í¤¤¤Þ¤¹¤«¡©\r\n¼«Ê¬¤ÏÀ¸£Æ£Ï£Ó£Å£Í¤ÎÀ¸£×£Ï£Ò£Ì£Ä¡¡£×£É£Ä£Å¤Ë¤«¤Ê¤ê¤ä¤é¤ì¤Þ¤·¤¿ :angel12:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (522,'8a0e176967','','¤É¤â¡£¤Ï¤¸¤á¤Þ¤·¤Æ¡£¿·½ÉÃç´Ö¤È¤·¤Æ¤è¤í¤·¤¯¤Ç¤¹¡£\r\n½½Æó¼Ò(¢«°ìȯÊÑ´¹¤Ç¤­¤Ê¤¤¤ó¤Ç¤¹¤Í¡¦¡¦¡¦)¤«¤é¤Ï¤À¤¤¤Ö±ó¤¤¤Ç¤¹¤±¤É¡£\r\nHP¤Î¥ê¥ô¥å¡¼¸«¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£MSC¤Ï¤ä¤Ã¤ÑÇã¤Ã¤Á¤ã¤¤¤Þ¤¹¤Í :2gunfire: \r\n\r\n¤Ç¡¢ËÜÂê¤ÎFUNK DADDY¤Î¶Ê¡¢¶Ê̾Early Days¤À¤È»×¤¤¤Þ¤¹¡£\r\n¤³¤ì¤Ê¤éGoogle¤Ç°ìÈÖ¾å¤Ë½Ð¤Þ¤¹¡ª :) \r\n¤¢¤È¥¢¥ë¥Ð¥à¤ÎFunk U Right on Up¤Ï¤Ê¤«¤Ê¤«¤¤¤¤¤Ç¤¹¤è¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (523,'a8f7bf2d68','¤É¡¼¤â¤Ç¤¹¡ª','¤ª¤©¡ª¤Þ¤¸¤¹¤«¡ª¿·½É¤¹¤«¡ª¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹ :angel: \r\n\r\nÊÖ¿®¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n½Ð¤Þ¤·¤¿ ¢öEarly Days :signthanks: \r\n[size=9:a8f7bf2d68]±Ñ¸ì¤Ç¤­¤Ê¤¤¤Î¥Ð¥ì¥Ð¥ì¤¹¤Í¡£¡£´À[/size:a8f7bf2d68]\r\n¤Ã¤Æ¤«¤¤¤¤¶Ê¤Ë½Ð²ñ¤¦¤¿¤á¤ËMIX CDÇã¤Ã¤Æ¤ë¤Î¤Ë¡¢¥¯¥ì¥¸¥Ã¥È´Ö°ã¤¨¤é¤ì¤Á¤ã\r\n¤¿¤Þ¤ó¤Í¡Á :explosivesmile: \r\n¥¢¥ë¥Ð¥à¤âÇã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¢ö\r\n\r\n½½Æó¼Ò³¦·¨¤âʪÁû¤Ç¡¢¤³¤Ê¤¤¤À¶á½ê¤Î²È¤Î¥¨¥¢¥³¥ó¤Î³°¤ËÀßÃÖ¤¹¤ë¤ä¤Ä¤Î\r\n΢¤Ã¦¤ËÂçÎ̤Υءû¥¤¥ó¤¬±£¤µ¤ì¤Æ¤¿¤é¤·¤¯¤ÆÂçÁû¤®¤Ç¤·¤¿¡£¡£\r\n\r\nMSCÌÌÇò¤¤¤Ç¤¹¤Í¤§¡£KAN¤Î¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤È¤«²¿²ó¤«¸«¤¿¤³¤È¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¤Ê¤«¤Ê¤« :signcool: \r\n¸Ä¿ÍŪ¤ËO2¤Î¥é¥Ã¥×¤¬Âç¹¥¤­¤Ê¤ó¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (524,'1c88000d9a','Q\'sta - Finer Thangs','[img:1c88000d9a]http://store.artistdirect.com/Images/Sources/AMGCOVERS/music/cover200/dre500/e556/e556888purw.jpg[/img:1c88000d9a]\r\n1 My Life Zone (Intro) \r\n2 Have Nots \r\n3 Paper Weights \r\n4 Survival of the Richest \r\n5 Dons and Dimes \r\n6 Fast Lane \r\n7 Plot Thickens (Interlude) \r\n8 High Speed Chase \r\n9 Mission Impossible \r\n10 Q and DJ Aladdin Mission (Interlude) \r\n11 Indecent Proposal \r\n12 Scandalous \r\n13 Ten Steps and Draw \r\n14 World Premiere (Interlude) \r\n15 Greenbay \r\n16 Land of Milk and Honey \r\n17 Shake and Bake (Remix) \r\n18 Finer Thangs \r\n19 If Only You Knew \r\nFeaturing King T, RBX, B.G. Knoccout...\r\nProduced by Christyle, Les Butler\r\n\r\nCompton¤Î²»¤¬¹¥¤­¤Ê¤Î¤Çµ¤¤Ë¤Ê¤Ã¤Æ¼ê¤Ë¤È¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\nÁ´ÂÎŪ¤Ë¥À¡¼¥¯¤ÊÊ·°Ïµ¤¤Ç¡¢Ìë¸þ¤±¤Ê´¶¤¸¤Ç¤¹¡£\r\nÆÃÉ®¤¹¤Ù¤­¤Ï6¤È19¤Î£²¶Ê°Ì¤Ç¤¹¤¬¡¢19¶ÊÌܤΥ­¥ì¥¤¤ÊBass line¤ÈŽÊŽ°ŽÌŽß¤È½÷À­Vocal¤¬Íí¤à¶Ê¤¬ºÇ¹â¤Ë´Å¤¤¤Ç¤¹ :) ¡¡¡¡¤³¤Î¶Ê¤Ð¤«¤êÄ°¤¤¤Æ¤Þ¤¹¡£\r\nÃæ¸Å¤Ê¤É¤Ç°Â¤¯¸«¤Ä¤±¤¿¤é¡¢¤³¤Î°ì¶ÊÄ°¤¯¤À¤±¤Î°Ù¤ËÇã¤Ã¤Æ»¤Ê¤·¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (525,'8331f5bea6','','¡¡¤É¤¦¤â½é½ñ¤­¹þ¤ß¤Ç¤¹ :) ¡£\r\nLIL GIN¤ÎÃç´Ö¤Ç¡¢M-child¤È¤¤¤¦¥é¥Ã¥Ñ¡¼¤â¤¤¤Þ¤¹¤è¤Í¡£\r\nproduce¤¬skinny pimp¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤±¤É¡¢Ä°¤¤¤Æ¤ß¤¿¤¤¤Ã¤¹ 8) !\r\n\r\n ÏÃÂê¤ÏÊѤï¤ê¤Þ¤¹¤¬ :lol: ¥Æ¥Í¥·¡¼·Ò¤¬¤ê¤Ç¡¢C.O.T.T.O.N BOYZ¤Î¥á¥ó¥Ð¡¼¤È¤·¤Æ\r\n³èÌö¤·¤Æ¤¤¤ë(¤ß¤¿¤¤¤Ê)LIL MILT¤Ç¤¹¤¬¡¢¥ì¡¼¥Ù¥ë¤ÎBLACK BOY¤Ï°ìÂΤɤ¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¤Í :?: ¡£C.O.T.T.O.N BOYZ¤ÎÃ楸¥ã¥±¤Ë¤¢¤ëCOMING SOONÍó¤Î¤È¤³¤í¤ËLIL MILT ¤½¤Î¾¥á¥ó¥Ð¡¼¤Î¥½¥í¤¬¤¢¤ë¤Î¤Ë..¤½¤ì¤È¤â¤â¤¦¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤ó¤Ç¤¹¤«¤Í :shock: \r\n\r\n¤¢¤È¡¢ËͤâM-TOWN RAP¤Î¥µ¥¤¥È¤Ï¤ä¤¯¥ê¥Ë¥å¡¼¥¢¥ë¤·¤ÆÍߤ·¤¤¤È»×¤¤¤Þ¤¹¡£\r\n¡¡SKINNY PIMP¤È¤«NASTY NARDO¤È¤«¤¬¥È¥Ã¥×¥Ú¡¼¥¸¤ò¾þ¤Ã¤Æ¤¤¤¿¤³¤í¤ò»×¤¤½Ð¤¹¤È¡¢¤È¤Æ¤â¤ä¤ë¤»¤Ê¤¤µ¤»ý¤Á¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤¹¤Ç¤¹¡£\r\n\r\n¡¡¡¡¤À¤¤¤ÖæÀþ¤·¤Þ¤·¤¿ 0X ¡¡¤¹¤ß¤Þ¤»¤ó¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (526,'690ff160e7','Gangsta Mix -The END-','[url=http://www.hmv.co.jp/Product/Detail.asp?sku=1862706]HMV[/url]\r\n[img:690ff160e7]http://img.hmv.co.jp/image/jacket/190/18/6/2/706.jpg[/img:690ff160e7]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (527,'d2d51982c5','','[quote:d2d51982c5=\"LBB\"]¤ª¼ÙË⤷¤Þ¤¹\r\nMessy Marv¤Î1stºÆȯ½Ð¤Æ¤Þ¤·¤¿¤Í¡¢20ÆüȯÇä¤È´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿\r\n¤ª¤«¤²¤Ç$3»¤·¤Þ¤·¤¿¡¢¤³¤ó¤Ê¤³¤È¤Ê¤éͽÌ󤷤Ȥ±¤Ð¤è¤«¤Ã¤¿ :([/quote:d2d51982c5]\r\n\r\nAmazon¤À¤È20Æü¤À¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n»ä¤Î¤È¤³¤í¤Ë¤ÏÀèÆüȯÁ÷¤Î¥á¡¼¥ë¤¬Íè¤Þ¤·¤¿¤è :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (528,'ed00fe751e','','[quote:ed00fe751e=\"goku\"]¥¨¥í¥¨¥í¤Î¤Ó¤ä¡¼¡¼¤Ã¤Á¤Ê´¶¤¸¤Ç¤·¤¿¤é¡¢\r\n¼«Ê¬¤â¨Ç㤦¤ó¤Ç¤¹¤¬ :oops: \r\n¤Þ¤À̤äƤޤ¹[/quote:ed00fe751e]\r\n\r\n¤¦¡Á¤ó :? \r\nÆñ¤·¤¤¤Ç¤¹¤Í¡£\r\n»ä¤À¤±¤Î°Õ¸«¤À¤È¡£\r\n¤Ç¤â¡¢³Î¤«¤Ë¤¤¤¤¶Ê¤¬Â¸ºß¤¹¤ë¤³¤È¤Ï¤·¤Þ¤¹¤ó¤Ç¡¦¡¦¡¦\r\nG-Sta03FM¤Ë¤Ç¤â¥¢¥Ã¥×¤·¤Þ¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (529,'674c616cb6','Thanks!','¤ª¤¹¤¹¤á¾Ò²ð¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¸«¤Ä¤±¤¿¤é¤¼¤Ò¤È¤â¹ØÆþ¤·¤¿¤¤¤È»×¤¤¤Þ¤¹¢ö\r\n\r\n¤³¤¦¤¤¤¦¡¢¥È¥Ô¥Ã¥¯¤â¤¢¤Ã¤Æ¤â¤¤¤¤¤Ç¤¹¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (530,'9fc3379f1d','¤½¤â¤½¤â','[quote:9fc3379f1d=\"g-stringz\"]½ñ¤­Ëº¤ì¤Þ¤·¤¿¡£\r\nHI-CÌÌÅݤ¯¤µ¤¯¤ÆÊÖÉʤ·¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\n¤Þ¤È¤â¤ÊCD¤Ë¸ò´¹¤·¤Æ¤â¤é¤Ã¤¿Êý¤¤¤Þ¤¹¤« :?:[/quote:9fc3379f1d]\r\n\r\n¤Þ¤È¤â¤ÊCD¤Ã¤Æ½Ð¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡© :signhelp: \r\n²»¤È¤Ó¤Ï²ù¤·¤¤¤Ç¤¹¤è¤Í¡¼\r\n\r\n¤Þ¤È¤â¤ÊCD¾ðÊóµá¤á¤Þ¤¹ :hothot:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (531,'9341b245fa','NB Ridaz¡ª','ËÜÅö¤Ë¤¢¤ë¤ó¤Ç¤¹¤Í[url=http://www.nbridaz.com/]NB Ridaz.com[/url]\r\n¿·ºî¤â¹¥Ä´¤ÇTalkBox»È¤¤¤È¤·¤Æ¤ÎÃÎ̾Å٤⤦¤Ê¤®¤Î¤Ü¤ê¤ÎMagic¡£\r\n¥«¥¹¥¿¥àCD¤âÍê¤ó¤Ç¤ß¤¿¤¤µ¤¤¬¤·¤Þ¤¹¤±¤É¡¦¡¦¡¦\r\n\r\n¤µ¤Æ¡¢¤ß¤Ê¤µ¤ó¿·ºî¤Ï¤¤¤«¤¬¤Ç¤·¤¿¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (532,'324c51951a','','»îÄ°¤Ç¤­¤ë¤È¤³¤í¤ÇÄ̤·¤Çʹ¤­¤Þ¤·¤¿¤¬\r\n¹¥¤­¤Ê´¶¤¸¤Î¥Ó¡¼¥È¤Ç¤·¤¿\r\n\r\n¤â¤¦¤Á¤ç¤Ã¤È̤äƤߤޤ¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (533,'89c867cdb7','','sw-connect¤Î¥ê¥ó¥¯¤Ç¼«Ê¬¤â20Æü¤À¤È»×¤Ã¤Æ¤Þ¤·¤¿\r\n\r\n¤â¤¦¤¹¤°½Ð¤ë¡Ê¤â¤¦½Ð¤¿¡©¡Ësan quinn¤Î¿·ºî¤âÇã¤Ã¤Æ¤ß¤ë¤Ä¤â¤ê¤Ç¤¹¡ª¡ª\r\n³Ú¤·¤ß¤Ç¤¹\r\n\r\nmessy¤Îdisobaysh,\r\nno-coast¤Êºî¤ê¤Ë¥Ù¥¤¥Õ¥ì¡¼¥Ð¡¼¤â´¶¤¸¤ì¤Æ\r\n¥é¥Ã¥×¤â¥¿¥¤¥È¤Ç¡¢°¦Ä°ÈפˤʤäƤ­¤Þ¤·¤¿¡£ :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (534,'85d5784b6e','','¤Ï¤¸¤á¤Þ¤·¤Æ¡ª\r\næÀþ¤·¤Þ¤¯¤Ã¤Æ¤¤¤ë¤Î¤ÇÁ´Á³Âç¾æÉפǤ¹¡ª\r\n\r\nm-child¥¸¥ã¥±¤Î´é¤¬¥¹¥´¤¤¤ä¤Ä¤Ç¤¹¤è¤Í¡©\r\n»ý¤Ã¤Æ¤Þ¤»¤ó :cry: Íߤ·¤¤Íߤ·¤¤¤È»×¤¤¤Ä¤Ä¤â\r\n¤¤¤Ä¤âÇ㤦¤ÎÀè±ä¤Ð¤·¤Ë¤·¤Æ¤·¤Þ¤¦¥¢¥ë¥Ð¥à¤Î°ì¤Ä¤Ç¤¹¡£\r\n :oops: \r\n\r\nlil milt¾ðÊó¡¢¼«Ê¬¤Ïʬ¤«¤ê¤Þ¤»¤ó¤Ç¤¹\r\n¡Ê£±st¤·¤«¤â¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡Ë\r\n¤É¤Ê¤¿¤«¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹ :3some: \r\n\r\n¤³¤ì¤«¤é¤â¥É¥¦¥¾¤è¤í¤·¤¯¤Ç¤¹\r\n½ñ¤­¹þ¤ß¾¯¤Ê¤¤¤Î¤Ç :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (535,'312d7bb9a6','Chyna Whyte','[quote:312d7bb9a6=\"shinodogg\"]\r\n½½Æó¼Ò³¦·¨¤âʪÁû¤Ç¡¢¤³¤Ê¤¤¤À¶á½ê¤Î²È¤Î¥¨¥¢¥³¥ó¤Î³°¤ËÀßÃÖ¤¹¤ë¤ä¤Ä¤Î\r\n΢¤Ã¦¤ËÂçÎ̤Υءû¥¤¥ó¤¬±£¤µ¤ì¤Æ¤¿¤é¤·¤¯¤ÆÂçÁû¤®¤Ç¤·¤¿¡£¡£[/quote:312d7bb9a6]\r\n\r\n :shock: ¥É¡¼¥×¤Ã¤¹¤Í¡¦¡¦¡¦½½Æó¼Ò 0X \r\n2ÃúÌܤοͤ¿¤Á¤¬Â¿¤¤¤Ã¤Æʹ¤¤¤Æ¤¿¤ó¤Ç¤¹¤±¤É¡¢¤ä¤Ã¤Ñ¤êº£¤â¤½¤¦¤Ç¤¹¤«¡©\r\n\r\n[quote:312d7bb9a6]MSCÌÌÇò¤¤¤Ç¤¹¤Í¤§¡£KAN¤Î¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤È¤«²¿²ó¤«¸«¤¿¤³¤È¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¤Ê¤«¤Ê¤« :signcool: [/quote:312d7bb9a6]\r\n\r\n°ì±þÌ̼±¤¬¤¢¤Ã¤Æ¡¢Â礭¤Ê°ÕÌ£¤Ç¼«Ê¬¤ÎÀèÇڤˤʤê¤Þ¤¹¡£\r\nÀΤ«¤é¤º¤Ã¤È¤ä¤Ã¤Æ¤¿¤ÎÃΤäƤë¤ó¤Ç¡¢Í­Ì¾¤Ë¤Ê¤Ã¤Æ´ò¤·¤¤¤Ç¤¹¡£:icon_smile: \r\n²Î»ì¤òÄ°¤¤¤Æ¤Æ¡¢ÃÏ̾¤È¤«ºÙ¤«¤¤ÉÁ¼Ì¤¬Íý²ò¤Ç¤­¤ë¤Î¤¬¡¢³Ú¤·¤¤¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (536,'be8aa799ab','','¥²¥Ã¥È¤µ¤ì¤Þ¤·¤¿¤«¡ª\r\n¥ì¥Ó¥å¡¼¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n19¶ÊÌÜʹ¤¤¤Æ¤ß¤¿¤¤ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (537,'871ce4d93b','','¤¢¡¢¤ä¤Ã¤Ñ¤ê¤ï¤«¤ê¤Þ¤»¤ó¤«¡¦¡¦¡¦\r\nËͤÏIAP¤Î¥Õ¥©¡¼¥é¥à¤¬¹¥¤­¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (538,'ab542391fa','','ξÊý¤È¤âÄ°¤¤¤¿¤³¤È¤Ê¤¤¤Ç¤¹¡£\r\nM-CHILD¤Ã¤Æº£¤ÏGANGSTA BOO¤¢¤¿¤ê¤È¤Ä¤ë¤ó¤Ç¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡©\r\n\r\nCOTTON BOYZ¤É¤ó¤Ê´¶¤¸¤Ç¤¹¤« :?: ¾¯¤·µ¤¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¡£\r\nÎɤ«¤Ã¤¿¤é´¶ÁÛʹ¤«¤»¤Æ²¼¤µ¤¤ :alien: \r\n\r\n¶áǯ¥Ê¥Ã¥·¥å¥ô¥£¥ë¤â·ë¹½Àø¤Ã¤Æ¤Þ¤¹¤è¤Í¡Á\r\nTOP DOLLAR¤È¤«¥¯¥é¥Ö·Ï¤ÎÈù̯¤Ê¤Î¤¬Â¿¤¤µ¤¤¬¤¹¤ë¤Î¤Ç¡¢¤¢¤ó¤Þ¤êÄɤ䫤±¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¦¡¦¡¦\r\n¤½¤¦¤¤¤äKNS¤Î¿·É褬½Ð¤Æ¤Þ¤¹¤Í¡£»îÄ°¤·¤Æ¤ß¤¿¤é¤Ê¤«¤Ê¤«Ä°¤­¤ä¤¹¤½¤¦¤Ç¤·¤¿¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (539,'1d0978cdbd','','[quote:1d0978cdbd=\"G-HOUSE03\"]Amazon¤À¤È20Æü¤À¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n»ä¤Î¤È¤³¤í¤Ë¤ÏÀèÆüȯÁ÷¤Î¥á¡¼¥ë¤¬Íè¤Þ¤·¤¿¤è :)[/quote:1d0978cdbd]\r\n¤¢¡¢Universe¤Ç¤¹¡¢ÀèÆü¤Þ¤Ç$11¤À¤Ã¤¿¤ó¤Ç¤¹\r\n¾¤Î¤â¤Î¤È°ì½ï¤Ê¤ó¤Ç¼«Ê¬¤Î¤ÏÍè½µ¤¢¤¿¤êȯÁ÷¤À¤È»×¤¤¤Þ¤¹\r\n\r\n[quote:1d0978cdbd=\"goku\"]¤â¤¦¤¹¤°½Ð¤ë¡Ê¤â¤¦½Ð¤¿¡©¡Ësan quinn¤Î¿·ºî¤âÇã¤Ã¤Æ¤ß¤ë¤Ä¤â¤ê¤Ç¤¹¡ª¡ª \r\n³Ú¤·¤ß¤Ç¤¹[/quote:1d0978cdbd]\r\n¼«Ê¬¤Ï¸«Á÷¤ê¥à¡¼¥É¤Ç¤¹¡¢µîǯ£´ËçÁÈÇã¤Ã¤ÆÈè¤ì¤Þ¤·¤¿\r\n\r\nP.S.\r\nG-HOUSE03¤µ¤ó¥ì¥ô¥å¡¼´èÄ¥¤Ã¤Æ²¼¤µ¤¤ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (540,'7a5c023a3e','','²¶¤¬½»¤ó¤Ç¤ë¥Þ¥ó¥·¥ç¥ó¤Ï¡¢ÀÎ¥¨¡¼¥Á¥ã¥ó¤¬¤ä¤Ã¤Æ¤¿¥Ð¥ó¥É¡¢¥­¥ã¡û¥ë¤Î¥®¥¿¡¼¤ä¤Ã¤Æ¤¿¿Í¤¬\r\n»¶¡¹²ÈĤòƧ¤ßÅݤ·¤¿µó¶ç½Ð¤Æ¤¤¤­¤Þ¤·¤¿¡¦¡¦w\r\n\r\n¤Ê¤Ë¤ä¤é±¦´ó¤ê¤ÊÊý¡¹¤â¤¤¤ë¤ß¤¿¤¤¤Ç¤¹¤· :wolverinex: \r\n¥¹¡¼¥Ñ¡¼¤È¤«¹Ô¤¯¤È¡¢ÌÀ¤é¤«¤Ë£²ÃúÌܤʿͤȤ«¤â¤¤¤Þ¤¹¤Í¤§¡£\r\n\r\nÆüËܿͤϤ䤿¤é¤È¥ì¥Ú¥¼¥ó¥ì¥Ú¥¼¥ó¡¢¤Ê¤ó¤Á¤ã¤é¥¯¥ë¡¼¤Î¤É¤¦¤Î¤³¤¦¤Î¤Ã¤Æ¤Î¤¬\r\n¿¤¤Ãæ¡¢MS¤Ï¤³¤Î¤Þ¤ó¤Þ¤ÎÀª¤¤¤ÇÆͤÃÁö¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¤Í¤§¡Á :badairday:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (541,'201ca1cbbd','','¡¡ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ 8) ¡£\r\n\r\n³Î¤«¤ËM-child¤Î´é¤Ï¥Ó¥Ó¥ê¤Þ¤¹¤è¤Í :x ¡£\r\ndj paul¤ò£±£°ºÐ¤¯¤é¤¤¼ã¤¯¤·¤¿¤è¤¦¤Ê´é¤Ç¡¢ºÙÈý¤Ç¤ª¤â¤¤¤Ã¤­¤ê¥¬¥ó¤È¤Ð¤·¤Æ¤Þº½¡£\r\ngangsta boo¤È¤Ä¤ë¤ó¤Ç¤ë¤È¤ÏÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n\r\nC.O.T.T.O.N boyz¤Ç¤¹¤¬¡¢Ëͤϥޡ¼¥À¡¼¥É¥Ã¥°¤Îɾ²Á¤¬¹â¤«¤Ã¤¿¤Î¤Ç¹ØÆþ¤·¤¿¤Î¤Ç¤¹¤¬\r\n¥È¥é¥Ã¥¯¤Ï¥À¡¼¥¯¤Ê¥Ð¥¦¥ó¥¹¤¬ÂçȾ¤òÀê¤á¤Æ¤ª¤ê¤Þ¤¹¡£\r\nlil milt¤Î¤¤¤«¤Ä¤¤¥é¥Ã¥×¤¬·ë¹½¤«¤Ã¤³¤¤¤¤¤Ç¤¹¡£¸Ä¿ÍŪ¤Ë¤Ï¤â¤¦¤Á¤ç¤Ã¤È¶²ÉݷϤΥȥé¥Ã¥¯¤òÆþ¤ì¤Æ¤Û¤·¤«¤Ã¤¿¤Ê¤È.... 0X \r\n\r\nKNS¤Î¿·Éè¤ÏÀ§Èó¹ØÆþ¤·¤¿¤¤¤Ç¤¹¡£\r\nKNS·Ò¤¬¤ê¥Í¥¿¤Ç¡¢kool daddy fresh¤¬»²²Ã¤·¤Æ¤¤¤ë¤é¤·¤¤jack zane¤âÍߤ·¤¤¤Ç¤¹¤Ê :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (542,'57e142168c','','pimp c¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢goku¤µ¤ó¤Î¥µ¥¤¥È¤Ç¸«¤¿\r\n¥ê¥ëboosie¤ÎYOUNGEST OF DA CAMP¤ò¹ØÆþ¤·¤¿¤Î¤Ç¤¹¤¬¡¢\r\nÌÇÃã¶ìÃã¤Ï¤Þ¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¥È¥é¥Ã¥¯¤È¤«·ë¹½¤¤¤¤¤Ç¤¹¤Í¡£max minelli¤âºÇ¹â!! :oops: \r\n\r\n¤³¤ì¤òµ¡¤Ëpimp c´Æ½¤¤Î¤â¥Á¥§¥Ã¥¯¤·¤¿¤¤¤Ç¤¹¤Ê :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (543,'8d873b4813','¥­¥ã¡¼¡ª','[quote:8d873b4813=\"LBB\"]¼«Ê¬¤Ï¸«Á÷¤ê¥à¡¼¥É¤Ç¤¹¡¢µîǯ£´ËçÁÈÇã¤Ã¤ÆÈè¤ì¤Þ¤·¤¿\r\n[/quote:8d873b4813]\r\n\r\n»ä¤â4ËçÁȤßÇ㤤¤Þ¤·¤¿¡£\r\n¤¬¡¢°ì²ó¤âʹ¤¤¤Æ¤Þ¤»¤ó(¾Ð\r\n\r\n[quote:8d873b4813=\"LBB\"]\r\nP.S.\r\nG-HOUSE03¤µ¤ó¥ì¥ô¥å¡¼´èÄ¥¤Ã¤Æ²¼¤µ¤¤ :oops:[/quote:8d873b4813]\r\n\r\n :tongue9: ËÜÅö¤Ë¤´¤á¤ó¤Ê¤µ¤¤¡£\r\n¥¢¥Ã¥×¤¹¤ë¤À¤±¥¢¥Ã¥×¤·¤È¤¤¤Æ¥ì¥Ó¥å¡¼¤·¤Æ¤Ê¤¯¤Æ¡£\r\n°ú±Û¤·¤¬¤¢¤Ã¤Æ¤É¤¿¤Ð¤¿¤·¤Æ¤¿¤Î¤ÈMIXCD¤ÎºîÀ®¡¢\r\n¤µ¤é¤ËÀè·î¤Ï±ã¤Îµ¡²ñ¤¬Â¿¤¯¤Æ¡¦¡¦¡¦\r\n̤İ»®¤¬¤¿¤Þ¤ê¤Ë¤¿¤Þ¤Ã¤Æ¤Þ¤¹¡£\r\n\r\n»Å»öÃæ¤Ë¤ä¤Ã¤Á¤ã¤ª¤¦¤«¤Ê¡¦¡¦¡¦ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (544,'e9404abf7a','¤½¤ì¤Ï¡¦¡¦¡¦','[quote:e9404abf7a=\"goku\"]»îÄ°¤Ç¤­¤ë¤È¤³¤í¤ÇÄ̤·¤Çʹ¤­¤Þ¤·¤¿¤¬\r\n¹¥¤­¤Ê´¶¤¸¤Î¥Ó¡¼¥È¤Ç¤·¤¿\r\n\r\n¤â¤¦¤Á¤ç¤Ã¤È̤äƤߤޤ¹ :oops:[/quote:e9404abf7a]\r\n\r\nÎã¤Î¤È¤³¤í¤Ç¤¹¤«¡© :) \r\n¤¢¤½¤³¤Ë¹Ô¤¯¤È»ëÄ°¤¬¤È¤Þ¤é¤Ê¤¤¤Î¤Ç»Å»öÃæ¤Ï¹Ô¤«¤Ê¤¤¤è¤¦¤Ë¤·¤Æ¤¤¤Þ¤¹ 8) \r\n\r\nµ×¡¹¤Ë¤Î¤¾¤¤¤Æ¤ß¤ë¤«¤Ê¡¦¡¦¡¦ 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (545,'0505a5f0ea','ºÇ¥Î¹â¥Ç¥¹¡£','Magic¤Ï´üÂÔ΢ÀÚ¤é¤Ê¤¤¤Ç¤¹¤Í¢ö\r\nLil Ridaz¤ÎÍ·¤Ó¿´¤¬¹¥¤­¤Ç¤¹ :) ¡¡Dos¤Î»Ò¤â¤ä¤¬¤ÆMagic Produce¤ÇCD½Ð¤·¤¿¤ê¤¹¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¡£\r\nºÇ¸å¤ÎÊý¤Ç¥Á¥ã¥Ã¥«¥êCustom CDÀëÅÁ¤·¤Æ¤Þ¤¹¤Í¡£¥á¥À¥ê¥ª¥ó¤«¤éNB RIDAZ.COM¤Ë¥¢¥ë¥Ð¥à̾¤¬ÊѤï¤Ã¤¿¤Î¤Ï¤³¤Î´ë²è¤¬»ý¤Á¾å¤¬¤Ã¤¿¤«¤é¤Ç¤·¤ç¤¦¤Í¡£\r\n¾¦¶ÈŪ¤Ë¤Ê¤ê¤¹¤®¤ÆÈà¤ÎºÍǽ¤¬¿§êô¤»¤ë»ö¤Î¤Ê¤¤Íʹꤤ¤Þ¤¹¡£\r\n\r\n¼«Ê¬¤Ï¡¢¼«Ê¬°¸¤Ë¥«¥¹¥¿¥à¤·¤Æ¤â¤é¤¤¤¿¤¤¥Ç¥¹ :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (546,'61cbc054d7','','[quote:61cbc054d7=\"shinodogg\"]²¶¤¬½»¤ó¤Ç¤ë¥Þ¥ó¥·¥ç¥ó¤Ï¡¢ÀÎ¥¨¡¼¥Á¥ã¥ó¤¬¤ä¤Ã¤Æ¤¿¥Ð¥ó¥É¡¢¥­¥ã¡û¥ë¤Î¥®¥¿¡¼¤ä¤Ã¤Æ¤¿¿Í¤¬\r\n»¶¡¹²ÈĤòƧ¤ßÅݤ·¤¿µó¶ç½Ð¤Æ¤¤¤­¤Þ¤·¤¿¡¦¡¦w:[/quote:61cbc054d7]\r\n\r\n :!: ¤½¤ì¤Ï¤â¤·¤äJOHNNY O¤Ç¤¹¤«!?\r\nÁ°¤Ë¥¨¡¼¥Á¥ã¥ó¤ò¥Ç¥£¥¹¤·¤Æ¤ë¤Î¤ò½µ´©»ï¤ÇÆɤó¤Ç\r\n¿ïʬ¤È¾®Êª¤À¤Ê¡Á¤È»×¤¤¤Þ¤·¤¿¤¬¡¢¤ä¤Ã¤Ñ¤ê¡¦¡¦¡¦\r\n\r\nÈ˲ڳ¹¤¬¶á¤¤¤È¿§¤ó¤Ê¿Í¤¬¤¤¤Þ¤¹¤Í 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (547,'5cf0510695','','´¶ÁÛ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n\r\n¤Á¤ç¤Ã¤ÈÁ°¤ÎMURDER DOG¤ËºÜ¤Ã¤Æ¤¿¥Ê¥Ã¥·¥å¥ô¥£¥ë¤ÎK-LEE¤Ã¤Æ¤Î¤Ï¤«¤Ê¤ê¶²¤í¤··Ï¤Ç¤·¤¿¡£ :angel10: ¥¯¥ê¥¹¥Á¥ã¥ó¥é¥Ã¥×¤Ê¤ó¤Ç¤¹¤±¤É¡¢½ÐÍè¤Ï¤«¤Ê¤ê¤Î¤â¤Î¤Ç¤¹¡£\r\n\r\nJACK ZANE¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤Í :?: \r\n¤¿¤·¤«Æ±»þ´ü¤Ë½Ð¤¿KDF¤Î¥¢¥ë¥Ð¥à¤¬¤¢¤ó¤Þ¤ê°õ¾Ý¤Ë»Ä¤é¤Ê¤«¤Ã¤¿³Ð¤¨¤¬\r\n¤¢¤ë¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (548,'2b5133c193','','MINNELI¤Ë³¤¤¤ÆBOOSIE¤Î¿·Éè¤â½Ð¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡ª\r\n\r\nMix¤Ý¤¤¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢¶Ê¥ê¥¹¥ÈŽ¤Ã¤Æ¤ª¤­¤Þ¤¹¡£\r\n\r\nLil Boosie - Wanna be a Gangsta \r\nLil Boosie - What happen to that boy \r\nLil Boosie - Hotboys \r\nLil Boosie - Trill Shit \r\nLil Boosie - Its Whateva 2 \r\nLil Boosie - Welcome to da bottom \r\nLil Boosie - Do it Big pt2 \r\nLil Boosie - Its Whatever \r\nLil Boosie - Cutlass Monte Carlos and Regals \r\nLil Boosie - Might be too hot \r\nLil Boosie - You aint sayin nothin \r\nLil Boosie - Down hea \r\nLil Boosie - Runnin \r\nLil Boosie - Keep It Gutta Rmx \r\nLil Boosie - Put that iron on yo ass \r\nLil Boosie - Lets make it happen \r\nLil Boosie - For my thugz \r\nLil Boosie - Boosie(screwed)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (549,'88d4bc57c7','BLOODRAW¤Î¥Ç¥Ó¥å¡¼¥¢¥ë¥Ð¥à','[img:88d4bc57c7]http://www.bloodraw.com/graphics/bloodsingleweb.jpg[/img:88d4bc57c7]\r\n\r\n¾ÜºÙÉÔÌÀ¤Ê¤ó¤Ç¤¹¤¬¡¢¥·¥ó¥°¥ë¤ÎMP3¤¬DL½ÐÍè¤Þ¤¹¡£\r\n¤½¤³¤½¤³¤«¤Ã¤³¤¤¤¤¤Ç¤¹¡£\r\n[url=http://www.bloodraw.com]www.bloodraw.com[/url]\r\n\r\nÃí) ¥¯¥é¥ó¥¯¹¥¤­¤Ê¿Í¤Î¤ß¥Á¥§¥Ã¥¯¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (550,'35c26ec975','','g-stringz¤µ¤óboosie¾ðÊ󥵥󥯥¹¤Ç¤¹ :oops: \r\n¤Þ¤¿¶â·ç¤¬¤Ä¤Å¤­¤Þ¤¹ :rr:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (551,'5c1e10105a','','¤¤¤ä¡Á¥Æ¥Í¥·¡¼¤Î¥é¥Ã¥Ñ¡¼¤Ï¥¤¥¤´é¤·¤Æ¤ë¤Ò¤È¤¬Â¿¤¤¤Ç¤¹¤Í:) \r\n¥Ü¥¹¥Ó¥Ã¥Á¤È¤¤¤¦½÷¥é¥Ã¥Ñ¡¼(mr.sche¼þÊդοÍÌ®¡©)¤Î\r\n¼«Ê¬¤Î¸Ô´Ö¤ËÃˤδé¤ò¤¦¤º¤á¤µ¤»¤Æ¥Ô¥¹¥È¥ë¤«¤Þ¤¨¤Æ¤¿¤Î¤ò¥Þ¡¼¥À¡¼¥É¥Ã¥°¤Î¹­¹ð¤Ç\r\n¤ß¤¿¤È¤­¤Ë¤Ï¤µ¤¹¤¬¤ËÌåÀ䤷¤Þ¤·¤¿¡£ :shocked!: \r\n\r\nkool daddy fresh¤Ï2002ǯº¢¥¢¥ë¥Ð¥à¤À¤·¤Æ¤¿¤ó¤Ç¤¹¤Í¡£ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (552,'dcce693acd','','¤³¤ó¤Ð¤ó¤Ï¡¢¤Á¤ç¤Ã¤ÈÏäËÉÕ¤¤¤Æ¤¤¤±¤Ê¤¤¤Ã¤Ý¤¤¤Ç¤¹¤±¤É\r\nLIL MILT¤Î2nd¤Þ¤¢¤Þ¤¢¤Ç¤·¤¿¤è¡¢¥Ð¥¦¥ó¥¹Ãæ¿´¤Ç¤¹¤±¤É\r\nµîǯ¤ÎPLAYA G°Ì¤Î½ÐÍè¤À¤È»×¤Ã¤Æ¤â¤é¤¨¤Ð´Ö°ã¤¤¤Ê¤¤¤«¤È\r\n\r\n¤Ò¤íË·¤µ¤ó½é¤á¤Þ¤·¤Æ¡¢\r\nBOSS BYTCH°ÊÁ°¤ÏTOMMY WRIGHT ­·¼þÊդ˵ï¤Þ¤·¤¿¤è¡ÊÃΤäƤ¿¤é¥¹¥ó¥Þ¥½¥ó¡Ë\r\n\r\n¤¢¤È·ë¹½ºÇ¶áÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É\r\n[img:dcce693acd]http://image.allmusic.com/00/amg/cov200/drg200/g291/g29119vlfau.jpg[/img:dcce693acd]\r\nº£²ó¤Ï¤«¤Ê¤êPOP¤È¤¤¤¦¤«BIG TYMERS¤Ý¤«¤Ã¤¿¤ê¤·¤Æ¡¢·ë¹½º£É÷¤Ê¤ó¤Ç¤¹¤±¤Éµ¤¤ËÆþ¤Ã¤Æ¤Þ¤¹¡¢¥¸¥ã¥±¤ÎÄ̤ꡩ°ÂÄê´¶¤È¤¤¤¦¤«°Â¿´¤·¤Æʹ¤±¤Þ¤¹¤Í :oops: \r\n[/quote]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (553,'3cbed495ff','','ÃΤé¤Ê¤¤¥é¥Ã¥Ñ¡¼¤¬¥¦¥è¥¦¥è¤·¤Æ¤Þ¤¹¤¬¡¢\r\n»þ¡¹Í­Ì¾¤Ê¤Î¤âʶ¤ì¹þ¤ó¤Ç¤Þ¤¹¤Í¡£\r\n\r\n°Â¤«¤Ã¤¿¤ê¤¹¤ë¤È¡¢¥¬¥Ã¥¯¥ê¤­¤Þ¤¹ :cry: \r\n\r\nÈ¢ÆϤ­¤Þ¤·¤¿¤é¤´Ï¢Íí¤¯¤À¤µ¤¤¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (554,'4f16169a36','','¾å¤Î¥Ô¥¹¥È¥ë¤¬ºÜ¤Ã¤Æ¤¤¤ë¤Î¤Ï¤Î¤ÏÁêËФÎÅÚɶ¤Ç¤¹¤«¡© :oops: \r\n¥¸¥ã¥±Ç㤤¤·¤¿¤¯¤Ê¤ê¤Þ¤¹\r\n\r\nnashville¡¢¼«Ê¬¤âÏäˤĤ¤¤Æ¤¤¤±¤Þ¤»¤ó¤¬\r\ngreenwade¤Ã¤Ænashville¤Ç¤¹¤«¡©\r\ngreenwade&associates\"reprezent yo hood\"¤òÇ㤤¤Þ¤·¤¿¤¬\r\n·ë¹½Èù̯¤Ç¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (555,'abdf34f1f8','','max minelliË¿¥ì¥Ó¥å¡¼¤Ç£µ¡ù¤Ç¤¹¤Í¡ª\r\n\r\npimp c¤Î¿·ºî¥ì¥Ó¥å¡¼¤Ä¤±¤Þ¤·¤¿¤Î¤Ç\r\nÎɤ«¤Ã¤¿¤é¤´Í÷¤¯¤À¤µ¤¤¡£\r\n¤¢¤ó¤Þ¤ê¤¿¤¤¤·¤¿¤³¤È½ñ¤¤¤Æ¤Ê¤¤¤Ç¤¹¤¬\r\n\r\nÏ䬤ޤ¿¤Þ¤¿°ï¤ì¤Þ¤¹¤¬¡¢\r\ng-stringz¤µ¤ó¤¬ºÜ¤»¤Æ¤ëkinfolkz¤Ã¤Æ\r\n¤³¤Î¿Í¥Æ¥­¥µ¥¹¤Ç¤¹¤«¡©\r\ng-luv»ï¤ËÀ¾¤Ã¤Æ½ñ¤¤¤Æ¤¢¤ê¤Þ¤·¤¿¤¬¡£¡£¡£\r\n :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (556,'bd7dd24587','»ó¥¯¡¼¥¬¡¼','BOSS BITCH¤Î¥¢¥É¸«Æ¨¤·¤Þ¤·¤¿ :cry: \r\n¸«¤¿¤¤¤Ç¤¹¡¦¡¦¡¦¡£¤¢¤Î¶ËÂÀ¥¢¥¤¥Ö¥í¥¦¤¬¥Ü¥¹¥Ó¥Ã¥Á!¤Ã¤Æ´¶¤¸¤Ç¤¤¤¤¤Ç¤¹¤è¤Í¡Á\r\nTWIII¤È¤Ç¤­¤Æ¤¿¤Î¤«¡©¤¬µ¤¤Ë¤Ê¤ë¤È¤³¤í¤Ç¤¹ :oops: \r\n\r\nGREENWADE¤ÏNASHVILLE¤Ç¤¹¤Í¡ª(¤¿¤Ö¤ó)\r\n¤·¤«¤·¤¢¤Î¤¢¤¿¤ê¤ÎÃÏ°è¤Ë¤Ï¤¿¤¯¤µ¤ó¤Îµ¿Ì䤬¤¢¤ê¤Þ¤¹¡£\r\n¤Þ¤ºNASHVILLE¡áCASHVILLE¤Ê¤Î¤«¡©¤³¤ì¤¬Æ接Ž¥Ž¥¡£\r\n¤´Â¸ÃΤÎÊý¤ª¤é¤ì¤Þ¤·¤¿¤é¤´¶µ¼ø²¼¤µ¤¤¡£\r\n¤½¤ì¤ËCOLUMBIA. M\'BORO. KNOXVILLE, SMYRNA¤È¤«¶á¤¯(?)\r\n¤Ë¿§¤ó¤Ê³¹¤¬¤¢¤ë¤è¤¦¤Ç¡¢°ÌÃÖ´Ø·¸¤¬¤Ä¤«¤á¤Þ¤»¤óŽ¥Ž¥Ž¥ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (557,'4b8111e3e1','¤´¶ìÏ«ÍͤǤ¹¡£','goku¤µ¤ó¤¤¤Ä¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\nPIMP CÃíʸ¤·¤¿¤Î¤Ç¡¢ÅþÃåÂÔ¤Á¤Ç¤¹¡£\r\n\r\nKINFOLKZ¤ÏGA¤Ç¤¹¡ª\r\n·ë¹½¥¢¡¼¥Ð¥ó(¤Ï¸À¤¤²á¤®¤«¡¦¡¦)¤Ç¡¢LaidBack¤·¤¿¶Ê¤¬Â¿¤¯\r\nï¤â¤¬³Ú¤·¤á¤ëÆâÍƤÀ¤È»×¤¤¤Þ¤¹¡£\r\n°Â²Á¤Ç¸«¤Ä¤±¤¿¤é¼ê¤Ë¤È¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\nºÇ¶áGA¥í¡¼¥«¥ëÄ°¤­¤Ê¤ª¤·¤Æ¤Þ¤¹¡£\r\nANGEL DUST¤Ê¤É¤Î¤¨¤°¤¤¥á¥ó¥Ä¤¬»²²Ã¤·¤Æ¤ë¤Î¤òÃΤꡢ\r\nGHETTO MAFIA¤Î¿·¥³¥ó¥Ô¤âÃíʸ¤·¤Þ¤·¤¿ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (558,'','¤³¤ó¤Ë¤Á¤Ï','¤³¤ó¤Ë¤Á¤Ï¡£G-HOUSE03´ÉÍý¿Í¤µ¤ó¤Ë¤Ï¼ºÎé¤Ë¤¢¤¿¤ë ¼ÁÌä¤Ç¤¹¤¬¡¢¼«Ê¬¤â¤â¤Î¤¹¤´¤¯¼«Ê¬¼«¿È¤Î¥µ¥¤¥È¡Ê¥¯¥½¤Ç¤¹¤¬¡Ë¤ÎMIXCDºî¤ê¤¿¤¤¤ó¤Ç¤¹¤¬¡¢¤â¤¦¸¢Íø¤È¤«²¿¤ÈÇã¤Ã¤Æ¤É¤¦¤Ç¤â¤¤¤¤¤ó¤Ç¤·¤ç¤¦¤«¡¢¼ÂºÝ¡£¼«Ê¬¥Ó¥Ó¥êÀ­¤Ê¤â¤ó¤Ç¤½¤³¤éÊÕµ¤¤Ë¤Ê¤Ã¤Æ¤·¤ç¤¦¤¬¤¢¤ê¤Þ¤»¤ó¡£¤È¤Ï¤¤¤Ã¤Æ¤â3Ëçºî¤Ã¤ÆÈÎÇ䤷¤Æ¤·¤Þ¤Ã¤¿¤Î¤Ç¤¹¤¬ :lol: ¡£\r\n\r\n[img]http://www.sound.jp/walksite/saisyo.files/walk.JPG[/img]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (559,'96baabaa4e','Re: ¤³¤ó¤Ë¤Á¤Ï','¤½¤ì¤È¥á¥ó¥Ð¡¼ÅÐÏ¿¤·¤¿¤¤¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (560,'cf548ec385','Re: ¤³¤ó¤Ë¤Á¤Ï','[quote:cf548ec385=\"ak\"]¤½¤ì¤È¥á¥ó¥Ð¡¼ÅÐÏ¿¤·¤¿¤¤¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡¦¡£[/quote:cf548ec385]\r\n\r\n¤³¤ó¤Ë¤Á¤Ï¡£\r\nÅÐÏ¿¤ÏRegistar¤Ã¤Æ¤Î¤¬¾å¤Î¥á¥Ë¥å¡¼¤Ë¤¢¤ë¤È»×¤¦¤ó¤Ç¤½¤ì¤Ë½¾¤Ã¤Æ¤ä¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£\r\n[url=http://bm.g-house.info/phpBB2/viewforum.php?f=4&sid=3e6704bafe18e2797175d308e0e81285][ºÇ½é¤Ë¤ªÆɤߤ¯¤À¤µ¤¤][/url]\r\n¤Ë¤â½ñ¤¤¤Æ¤¢¤ë¤ó¤Ç¤É¤¦¤¾¡£\r\n¤¢¤È¤ï¤«¤é¤Ê¤¤¤³¤È¤ÏFAQ¤ò¤è¤ó¤Ç¤ß¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (561,'2ffcfad5c0','','[quote:2ffcfad5c0=\"goku\"]ÃΤé¤Ê¤¤¥é¥Ã¥Ñ¡¼¤¬¥¦¥è¥¦¥è¤·¤Æ¤Þ¤¹¤¬¡¢\r\n»þ¡¹Í­Ì¾¤Ê¤Î¤âʶ¤ì¹þ¤ó¤Ç¤Þ¤¹¤Í¡£\r\n\r\n°Â¤«¤Ã¤¿¤ê¤¹¤ë¤È¡¢¥¬¥Ã¥¯¥ê¤­¤Þ¤¹ :cry: \r\n\r\nÈ¢ÆϤ­¤Þ¤·¤¿¤é¤´Ï¢Íí¤¯¤À¤µ¤¤¡ª¡ª[/quote:2ffcfad5c0]\r\n\r\n¤Ç¤¹¤Í¡ª\r\nÆüËܤΥ·¥ç¥Ã¥×¤ÇÇ㤦µ¤¤Ë¤Ê¤ê¤Þ¤»¤ó¤è¡¼¤¢¤ÎÃÍÃʤÀ¤È¡£\r\n»ä¤âÀΡ¢ÂçËç¤Ï¤¿¤¤¤Æ¹ØÆþ¤·¤¿¤â¤Î¤¬°Â¤¯½Ð¤Æ¤¿¤ê¤·¤Æ¤Þ¤·¤¿¡¦¡¦¡¦\r\n\r\nÈ¢¡¢ÆϤ­¤Þ¤·¤¿¤éÏ¢Íí¤¤¤¿¤·¤Þ¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (562,'07ff02858e','','ga¤Ç¤¹¤«¡ª\r\n°Â¤¯¼ê¤ËÆþ¤ë¤è¤¦¤Ê¤Î¤Ç¥²¥Ã¥È¤·¤¿¤¤¤È»×¤¤¤Þ¤¹ :oops: \r\n\r\n¼Â¤Ï¡¢g-stringz¤µ¤ó¤¬ºÜ¤»¤Æ¤¤¤¿²èÁü¤ÎºîÉÊ\r\n·ë¹½Ì©¤«¤ËÇã¤Ã¤Æ¤Þ¤¹\r\n\r\n 8) \r\n\r\ntriple darkness¤â¥²¥Ã¥È¤·¤Þ¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (563,'aa2534f0bc','','nashville=cashville¤À¤È»×¤¤¤Þ¤¹¡ª\r\nÍýͳ¤Ïlil milt¤Î1st¤Î¥¤¥ó¥µ¡¼¥È¤ÎÌë·Ênashville¤Ç¤¹¡£\r\n¥¢¥ó¥Æ¥Ê¤¬ÆóËÜΩ¤Ã¤Æ¤ë¥Ó¥ë¤Ç¤¹¤¬¡¢\r\n·ÈÂÓÅÅÏäò¥Þ¥Í¤Æ·ú¤Æ¤¿ÆîÉô¤Î·ÈÂÓÅÅÏòñ¼Òbellsouth¤ÎËܼҤǤ¹¡£\r\n¤É¤¦¤Ç¤â¤¤¤¤¤³¤È¤Ç¤¹¤¬ :oops: \r\n\r\n3ǯÁ°¡¢¥Æ¥Í¥·¡¼²£ÃǤ·¤¿¤ó¤Ç¤¹¤¬¡¢\r\nnashville¤Î¤³¤Î¥Ó¥ë¤Îµ­²±¤¬¤Ê¤¼¤«»Ä¤Ã¤Æ¤Þ¤¹ :lol: \r\n\r\n²£¤ËºÙŤ¤TN¤Ç¤¹¤¬¡¢½£¤Î¤Á¤ç¤¦¤É¿¿¤óÃæ¤é¤Ø¤ó¤¬\r\nnashville¤ÇÀ¾¤Îü¤¬m-town,Åì¤Îü¤¬knoxville¤Ç¤¹¡£\r\nknoxville¤Èatl¤Î´Ö¤Ë¥Á¥ã¥¿¥Ì¥¬¤È¤¤¤¦Ä®¤¬¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¤½¤³¤â·ë¹½¥é¥Ã¥Ñ¡¼¥¦¥è¥¦¥è¤·¤Æ¤ë¤½¤¦¤Ç¤¹¡£\r\n¤Á¤Ê¤ß¤Ë¤³¤³usher·¯¤Î¸Î¶¿¤Ç¤¹\r\n¤¢¤È¤Ï¹Ô¤Ã¤¿¤³¤È¤Ê¤¤¤Î¤Ç¤ï¤«¤ê¤Þ¤»¤ó¤¬ :cry: :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (564,'21ab57e3c6','Re: ¤³¤ó¤Ë¤Á¤Ï','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ÅÐÏ¿¤Ç¤­¤¿¤è¤¦¤Ç¤¹¡£ :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (565,'fdf5de7507','Re: ¤³¤ó¤Ë¤Á¤Ï','¤È¤¤¤¦¤«¡¢¤½¤ÎÈþ¤·¤¤¥¸¥ã¥±¤¬¤¹¤´¤¤¤Ç¤¹¡£Âç¿Í¤Î·ÐºÑÎϤϷפêÃΤì¤Ê¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (566,'9781d98ad4','','¤Ï¤¸¤á¤Þ¤·¤Æ :) \r\n¤³¤Á¤é¤Î¥Õ¥©¡¼¥é¥à¤Ï¤¸¤á¤Æ¤Ç¤¹¤¬µ¹¤·¤¯¤ª¤Í¤¬¤¤¤·¤Þ¤¹¡£\r\n±½¤Ï¿§¡¹Ê¹¤­¤Ä¤Ä¤Ï¤¸¤á¤Æ£Ä£Ê¡¡£Ó£Ã£Ò£Å£×¤Î£Ô£È£Å¡¡£Ì£Å£Ç£Å£Î£ÄÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\n¤â¤ÎÀ¨¤¤¾×·â¤ò¤¦¤±¤Þ¤·¤¿ :shocked!: ËͤÎÃæ¤Ç£Ä£Ê¤¹¤ë»þ¤Ê¤É¤Ï¥Ô¥Ã¥Á¤ò²¼¤²¤ë»ö¤Ï¥¿¥Ö¡¼¤È¤¤¤¦¤«¡¢¶Ê¤¬¤«¤Ã¤³°­¤¯Ê¹¤³¤¨¤ë¤·¤«¤Ê¤¤¤È¤¤¤¦¸ÇÄ공ǰ¤ò¤â¤Ã¤Æ¤¤¤Þ¤·¤¿¡£¤Ç¤¹¤¬¤³¤³¤Þ¤ÇÃÙ¤¤¤ÈµÕ¤Ëµ¤»ý¤ÁÎɤ¤¤³¤È¤³¤Î¾å¤Ê¤¤¤Ç¤¹¤Í¡£¶Ê¤Ë¤è¤Ã¤Æ¤Ç¤¹¤¬ÆÀ¤Ë¥¹¥Í¥¢¤Î²»¤¬¡¢ÃÙ¤¤Ê¬¥Ï¥ó¥É¥¯¥é¥Ã¥×¤ß¤¿¤¯¡¢·àŪ¤ÊÊѲ½¤òÀ¸¤ß½Ð¤·¤Æ¤¤¤ëÍͤ˴¶¤¸¤Þ¤¹¡£\r\n¾ï¤Ë¿·¤·¤¤²»¤Ç´¶Æ°¤µ¤»¤Æ¤¯¤ì¤ë¥¢¡¼¥Æ¥£¥¹¥È¤¿¤Á¤¬¤¤¤ë¤Î¤Ï¡¢ËͤΤʤ«¤Ç¤ÏÀ¸¤­¤ë³èÎϤȤ¤¤¦¤«¡¢¿ÍÀ¸¤Î³Ú¤·¤ß¤¬¤Þ¤¿¤Ò¤È¤ÄÁý¤¨¤¿¤ËÅù¤·¤¤»ö¤Ê¤Î¤Çº£Æü¤ÏËÜÅö¤Ë´ò¤·¤¤Æü¤Ç¤¹ :flower: ¥È¥Ô¥Ã¥¯¤È¤¢¤Þ¤ê´Ø·¸¤Ê¤¤»ö¤³¤È½ñ¤¤¤Æ¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¡¢¤Ç¤â狼¤Ë¤³¤Î´¶Æ°¤òÅÁ¤¨¤¿¤«¤Ã¤¿¤ó¤É¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (567,'6f8e0f2be8','','¡¡LBB¤µ¤ó¤É¤¦¤â¤Ç¤¹¡£\r\nlil milt¤Î¥»¥«¥ó¥É¤¢¤ó¤Þ¤ê¤è¤¯¤Ê¤¤¤È¤¤¤¦À¼¤ò¤­¤­¤Þ¤¹¤¬¡¢¤Ê¤«¤Ê¤«¤¤¤¤¤Ç¤¹¤è¤Í¡£\r\n¤È¤¤¤¦¤«¡¢¤½¤ÎÁ°¤Ë¤Ç¤¿dj¥Ê¥¤¥È¤Î¥­¥ã¥Ã¥·¥å¥Þ¥Í¡¼¼çÂΤΥߥ寥¹CD¤¬¸Ä¿ÍŪ¤Ë¤Ï¤«¤Ã¤³¤è¤¹¤®¤Þ¤·¤¿¡£ :oops: ¤¿¤À¤Î¥­¥ã¥Ã¥·¥å¥Þ¥Í¡¼¹¥¤­¤À¤«¤é¤«¤â¤·¤ì¤Þ¤»¤ó¤¬ :lol: \r\n\r\nlil milt¤Ï¤â¤¦dj¥Ê¥¤¥È¤È¤Ï¤Ä¤ë¤ó¤Ç¤Ê¤¤¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n¡¡\r\n\r\nboss bytch¤¬tommy wright¼þÊÕ¤À¤ÈÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£ :) \r\n2003ǯ¤Ë½Ð¤¿¥¢¥ë¥Ð¥à¤Ïmr.sche¥×¥í¥Ç¥å¡¼¥¹¤À¤Ã¤¿¤Î¤Ç¾¡¼ê¤Ë»×¤¤¤³¤ó¤Ç¤·¤Þ¤¤¤Þ¤·¤¿'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (621,'8936674605','','¤´Ìµº»ÂÁ¡ª¤Ç¤â¤Ê¤¤¤«¡¢\r\nTHE DAY AFTER HELL BROKE LOOSE\r\nÄ°¤­¤Þ¤·¤¿¤è :thumbright: \r\ngoku¤µ¤ó¤Î¥ì¥ô¥å¡¼¤Ë¤â¤¢¤Ã¤¿¤è¤¦¤Ë·ë¹½¥Ý¥Ã¥×¤Ê´¶¤¸¤Ç¤¹¤Í\r\n¼«Ê¬¤Ïscrewed¤È´ª°ã¤¤¤·¤Æ¤¿¤ó¤Ç¡¢¤Á¤ç¤Ã¤È¥Ó¥Ã¥¯¥ê¤·¤Þ¤·¤¿\r\nÁ´ÂΤˤ«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹¡¢ÆäËDevin¤Î¤¬µ¤¤ËÆþ¤ê¤Þ¤·¤¿\r\n\r\n¤¢¤ÈÁ°¸À¤Ã¤Æ¤¿\r\nC.C.C. / SUPERBOWL 2K4\r\n¤Ç¤¹¤±¤É¡¢¤Ê¤«¤Ê¤«¥«¥Ã¥³Îɤ«¤Ã¤¿¤Ç¤¹¤è [-X \r\n¤Û¤È¤ó¤ÉO.G. RON C¼çÌò¤ÎMIX TAPE¤Æ´¶¤¸¤Ç\r\nLIL FLIP / GAME OVER¤äZ-RO / Z-RO¤Ê¤ó¤«¤ò\r\n¥´¥¹¥´¥¹¤ä¤Ã¤Æ¤Þ¤·¤¿¡¢¥Õ¥Õ¥Õ\r\n¤Ç¤â¤ä¤Ã¤Ñ¤·\"R\"¤Ê¤ó¤¹¤è¤Í :( \r\n\r\n¤½¤ì¤ÈBOYZ-N-BLUE¤â¥²¥Ã¥Ä¤·¤¿¤ó¤Ç¤¹¤±¤É¡¢Ì¤¤ÀÄ°¤±¤Æ¤Ê¤¤¤Ç¤¹¡¢\r\n£²ËçÁȤÀ¤· :? ¥µ¡¼¥Ó¥¹¤¬Îɤ¤¤Î¤Ï´ò¤·¤¤¤±¤ÉÄ°¤¯»þ´Ö̵¤µ²á¤®¤Ç¤¹\r\n\r\n¤¢¡¢¤½¤¦¤½¤¦¤¹¤°¾å¤Î¥«¥­¥³¥ß¼«Ê¬¤Ç¤·¤¿¡¢¤½¤ì¤Ç¤Ï'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (568,'cd602cf659','','¤¤¤ä¡¢¥ê¡¼¥É¥®¥¿¡¼¤ÎÊý¤Ç¤¹ Zombie Smile \r\n\r\nÀΤÏÁêÅö¿Íµ¤¤¢¤Ã¤Æ¡¢¤¹¤´¤«¤Ã¤¿¤é¤·¤¤¤¹¤±¤É¡¢\r\n\r\nº£¤È¤Ê¤Ã¤Æ¤ï¡¦¡¦¡¦ :badairday: \r\n\r\n¤¿¤À¡¢¤¢¤Î¤ª¤Ã¤µ¤ó¤Ï°ú±Û¤·¤Î»þ¡¢\r\nŽ¢²¶¤Ï¥®¥¿¥ê¥¹¥È¤À¤«¤é²Ùʪ¤Ï±¿¤Ð¤Í¤§Ž£(»Ø¤ò²ø²æ¤Ç¤â¤·¤¿¤éÂçÊѤÀ¤«¤é¡¢¤À¤½¤¦¤Ç)\r\n¤Ê¤ó¤Æ¤³¤È¤ò¸À¤Ã¤Æ¤Þ¤·¤¿¡£¡£ [-X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (569,'5d48af9433','','¾å¤Îlil slimÍߤ·¤¤¤Ç¤¹¡£\r\n¤³¤ÎÁ°¥ª¡¼¥¯¥·¥ç¥ó¤Ë½Ð¤Æ¤ÆÉ餱¤Þ¤·¤¿ :lol: \r\n¤È¤³¤í¤Ç¤³¤ì¤Ã¤Æ²¿»þ½Ð¤¿¤ó¤Ç¤¹¤«¡©\r\n\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤¤ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (570,'5ad10534c6','','¤É¤¦¤âtoni montana¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ\r\n\r\n¼«Ê¬¤â¶Ê¤ÎÊѤï¤êÌܤȤ«¤Ç¥Ó¡¼¥È¤¬Áñ¸·¤Ê´¶¤¸¤ÇÇ÷¤Ã¤Æ¤¯¤ë¤È¤³¤í¤È¤«ÌåÀ䤷¤Þ¤¹ :!:\r\n\r\nº£¤Ïscrewed¤â¤¤¤í¤ó¤Ê¥¹¥¿¥¤¥ë¤¬¤¢¤Ã¤Æ¡¢\r\ndj¸Ä¿Í¸Ä¿Í¤Ë¤è¤Ã¤Æ²»¤¬ÊѤï¤Ã¤Æ¤Þ¤¹¤¬¡¢\r\n¤ä¤Ï¤ê³Ê¤¬°ã¤¦´¶¤¸¤¬¤·¤Þ¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (571,'057479fea7','UGK ¥ê¥¹¥È¥Þ¥Ë¥¢','SKINNY PIMP¤ä¤ê¤Þ¤·¤¿¤¬\r\n¤³¤Ã¤Á¤Î¤Û¤¦¤¬Ä¶¥í¥ó¥°¥¹¥ì¤Ë¤Ê¤ê¤½¤¦¤Êµ¤¤¬¤·¤Þ¤¹ 8) \r\n\r\nµÒ±é¤·¤Æ¤ë¥¢¥ë¥Ð¥à¤ò¤É¡¼¤ó¤È¥ê¥¹¥È¤Ë¤·¤Æ\r\n¤¢¤¢¤À¡¢¤³¡¼¤À¤È¸ì¤ê¹ç¤¤¤Þ¤·¤ç¤¦ :!: \r\n\r\n¼«Ê¬¤â¾¯¤·¤º¤Ä¥¢¥Ã¥×¤·¤Æ¤¤¤³¤¦¤È»×¤Ã¤Æ¤¤¤ë¤Î¤Ç\r\n³§¤µ¤ó¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (572,'718eebd4d6','¥¯¥ë¥Ã¥¯¥É¥¢¥¤','¤È¤¦¤È¤¦¥Ç¥¹¥í¥¦Î¥Ã¦¤·¤Æ¤·¤Þ¤Ã¤¿¤è¤¦¤Ç¤¹¤Í¡£¥·¥å¥°¤Î½Ð½ê¤Ë¤¢¤ï¤»¤Æ¤«¡©¤½¤ì¤È£Í¡õ£Í£Ó£Ô£ÁÂÔ¤Á¤ËÂԤä¿¥¢¥ë¥Ð¥à¤ª¤á¤Ç¤È¤¦¤È¤¤¤¤¤¿¤¤¤Ç¤¹¡£\r\n£Á£Ç£Á£É£Î£Ó£Ô¡¡£Ô£È£Å¡¡£Ç£Ò£Á£É£Î¤Î¥á¥¸¥ã¡¼ÈǤ⹵¤¨¤Æ¤¤¤ë¥Ç¥¹¥í¥¦¤Ç¤¹¤¬¡¢·ë¶É¥¯¥é¥×¥È¤È£Ä£Ð£Ç¤ÎëÚ¤¤¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¡£¤½¤ì¤È£Å£Á£Ó£Ô£Ó£É£Ä£Á£Ú¥á¥ó¥Ð¡¼¤È£Ó£Î£Ï£Ï£Ð¤ÎÁ褤¤â¤¤¤Ä¤Î´Ö¤Ë¤«¾ðÊó¤¬ÅÓÀ䤨¡£¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (573,'ebc3ace83f','','º£Æü¤ÏÅ·µ¤Îɤ«¤Ã¤¿¤ó¤Ç¡¢ÁëÁ´³«¤Ë¤·¤Æ¡¢\r\n¼Ö¤ÇTwinz¤Î¥Õ¥¡¡¼¥¹¥È¤«¤±¤Æ¤¿¤é¤á¤Á¤ã¤á¤Á¤ãµ¤»ý¤Á¤è¤«¤Ã¤¿¤Ç¤¹ :thumbleft: \r\n\r\n½Õ¤é¤·¤¤¡£¤¦¡¼¤ó¡£¸Ä¿ÍŪ¤Ë¤Ï¡¢\r\nMilkBone / Where\'s Da\' Party At :rr: \r\n\r\n¤Ê¤ó¤«½Õ¤Î¿·´¿¥·¡¼¥º¥ó¡£¤ß¤¿¤¤¤Ê¡£\r\n\r\nSuga Free / Don\'t No Suckaz Live Here \r\n¤Ê¤ó¤«½Õ¤é¤·¤¤¤«¤â¡£Æî̵̯ˡϡ²Ú·Ð¡Á¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (574,'d6a561c230','','[quote:d6a561c230=\"goku\"]nashville=cashville¤À¤È»×¤¤¤Þ¤¹¡ª\r\nÍýͳ¤Ïlil milt¤Î1st¤Î¥¤¥ó¥µ¡¼¥È¤ÎÌë·Ênashville¤Ç¤¹¡£\r\n¥¢¥ó¥Æ¥Ê¤¬ÆóËÜΩ¤Ã¤Æ¤ë¥Ó¥ë¤Ç¤¹¤¬¡¢\r\n·ÈÂÓÅÅÏäò¥Þ¥Í¤Æ·ú¤Æ¤¿ÆîÉô¤Î·ÈÂÓÅÅÏòñ¼Òbellsouth¤ÎËܼҤǤ¹¡£\r\n¤É¤¦¤Ç¤â¤¤¤¤¤³¤È¤Ç¤¹¤¬ :oops: \r\n\r\n3ǯÁ°¡¢¥Æ¥Í¥·¡¼²£ÃǤ·¤¿¤ó¤Ç¤¹¤¬¡¢\r\nnashville¤Î¤³¤Î¥Ó¥ë¤Îµ­²±¤¬¤Ê¤¼¤«»Ä¤Ã¤Æ¤Þ¤¹ :lol: \r\n\r\n²£¤ËºÙŤ¤TN¤Ç¤¹¤¬¡¢½£¤Î¤Á¤ç¤¦¤É¿¿¤óÃæ¤é¤Ø¤ó¤¬\r\nnashville¤ÇÀ¾¤Îü¤¬m-town,Åì¤Îü¤¬knoxville¤Ç¤¹¡£\r\nknoxville¤Èatl¤Î´Ö¤Ë¥Á¥ã¥¿¥Ì¥¬¤È¤¤¤¦Ä®¤¬¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¤½¤³¤â·ë¹½¥é¥Ã¥Ñ¡¼¥¦¥è¥¦¥è¤·¤Æ¤ë¤½¤¦¤Ç¤¹¡£\r\n¤Á¤Ê¤ß¤Ë¤³¤³usher·¯¤Î¸Î¶¿¤Ç¤¹\r\n¤¢¤È¤Ï¹Ô¤Ã¤¿¤³¤È¤Ê¤¤¤Î¤Ç¤ï¤«¤ê¤Þ¤»¤ó¤¬ :cry: :oops:[/quote:d6a561c230]\r\n\r\n¤Ï¤¡¡ÁÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹¡£ :roll: \r\nµ¿Ì䤬¥¯¥ê¥¢¤Ë¤Ê¤ê¤Þ¤·¤¿¡£¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\nNashville=Cashville¤È¤¤¤¦¤³¤È¤Ï¡¢Nashville¤Î¤«¤Ã¤³¤Ä¤±¤¿¸À¤¤Êý¤¬\r\nCashville¤È¤«¤½¤ó¤Ê´¶¤¸¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¥Á¥ã¥¿¥Ì¥¬¤Ï½é¼ª¤Ç¤¹¡£\r\nUSHER·¯¥¢¥È¥é¥ó¥¿¤À¤È»×¤Ã¤Æ¤Þ¤·¤¿¡£¹Ù³°¤À¤Ã¤¿¤ó¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (575,'7304033e32','','Ⱦü¤¸¤ã¤Ê¤¯¤¤¤Ã¤Ñ¤¤¤¢¤ê¤½¤¦¤À¤Ê¡¼\r\n¤È»×¤Ã¤¿¤é°Õ³°¤ÈÉ⤫¤Ó¤Þ¤»¤ó¡¦¡¦¡¦\r\n\r\nPSK-13 -Like Yesterday\r\nBIG MIKE -Havin Thangs(PIMP C) -One Da 1(BUN B)\r\nTRAE Z-RO BUN-B -Beware\r\n\r\nTHREE 6 MAFIA -Sippin On Some Syrup \r\nJAY-Z -Big Pimpin\' \r\nC-MURDER -Akickdoe!\r\nMASTER P -Playaz From the South¤Û¤«²¿¶Ê¤«\r\n3RE THE HARDAWAY -²¿¶Ê¤«\r\nA-DAM-SHAME¤ÈTOO SHORT¤ÈBUN B¤Î¶Ê\r\nCRIMINALZ FT. BUN B\r\nT.I. FT. 8BALL, MJG, BUN B -Bezzle\r\nBALL & BUN\r\n±óÀ¬¤ÎÊý¤¬°õ¾Ý¤Ë»Ä¤ê¤ä¤¹¤¤¤È»×¤¤¤Þ¤·¤¿ :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (576,'2829671f53','','[quote:2829671f53=\"shinodogg\"]¤¤¤ä¡¢¥ê¡¼¥É¥®¥¿¡¼¤ÎÊý¤Ç¤¹ Zombie Smile \r\n\r\nÀΤÏÁêÅö¿Íµ¤¤¢¤Ã¤Æ¡¢¤¹¤´¤«¤Ã¤¿¤é¤·¤¤¤¹¤±¤É¡¢\r\n\r\nº£¤È¤Ê¤Ã¤Æ¤ï¡¦¡¦¡¦ :badairday: \r\n\r\n¤¿¤À¡¢¤¢¤Î¤ª¤Ã¤µ¤ó¤Ï°ú±Û¤·¤Î»þ¡¢\r\nŽ¢²¶¤Ï¥®¥¿¥ê¥¹¥È¤À¤«¤é²Ùʪ¤Ï±¿¤Ð¤Í¤§Ž£(»Ø¤ò²ø²æ¤Ç¤â¤·¤¿¤éÂçÊѤÀ¤«¤é¡¢¤À¤½¤¦¤Ç)\r\n¤Ê¤ó¤Æ¤³¤È¤ò¸À¤Ã¤Æ¤Þ¤·¤¿¡£¡£ [-X[/quote:2829671f53]\r\n\r\n :lol: \r\n¥ê¡¼¥É¥®¥¿¡¼¤Î¿Í¤Ç¤·¤¿¤«¡¦¡¦¡¦! :withstupid: \r\n¼ÂºÝ´é¤â¤¢¤ó¤Þ¤ê»×¤¤É⤫¤Ð¤Ê¤¤¤Ç¤¹¤Í¡Á¼ã¤¤Ê¤â¤Î¤Ç¡¦¡¦¡¦¡£\r\n\r\n¤½¤¦¤¤¤¨¤Ð¡¢¤³¤Î´Ö¤¿¤Þ¤¿¤ÞÀ®»ÒÅ·¿À¤ÎÊýÄ̤俤é¿Í¤¤¤Ê¤¹¤®¤Ç¾Ç¤ê¤Þ¤·¤¿¡£ :shock: À¾¤¸¤ã¤Ê¤¯¤ÆËÌ¿·½É¤Ç¤¹¤±¤É¡£¥Ð¥Ö¥ë¤Î¸å°ä¾É¤Ã¤Æ¤ä¤Ä¤Ç¤¹¤Í¡£\r\n\r\nÏ佤ì¤Þ¤¯¤Ã¤Á¤ã¤Ã¤¿¤Î¤Ç¡¦¡¦\r\nFUNK DADDY¤Î¥µ¥¤¥È¤Ç¤¹¡£\r\nhttp://www.funkdaddy.com/home.htm\r\n¶ÊÃæ¤Ç¤¤¤Ä¤â¤³¤¹¤Ã¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢\r\n¤ä¤Ã¤Ñ¤êDJ¶È¤â¤ä¤Ã¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£ :pirate:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (577,'91e6d7e28c','','MIILKBONE¤Ç¤¹¤« :o \r\n¢¬I¤Ï2¤Ä¤Ç¤¹¤è!(¤É¤¦¤Ç¤â¤¤¤¤¤Ç¤¹¤¬\r\n\r\n¤¸¤ãEAST¤«¤é\r\nLots of Lovin -Pete Rock CL Smooth'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (578,'f9d06f5ec9','','¿·½É¼¥¹¥¿¥¸¥ª¡¢¤Ç¤·¤¿¤Ã¤±¡©¤¢¤Î¼þ¤ê¤È¤«¤Á¤ç¤Ã¤ÈÊ·°Ïµ¤°ÛÍͤ¹¤è¤Í¡£¡£\r\n\r\nFUNK DADDY¤Î¥µ¥¤¥È¡¢¥Á¥§¥Ã¥¯¤·¤Æ¤ß¤Þ¤·¤¿¡ª¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n\r\n¤·¤«¤·¡¢°ÕÌ£¤Î¤Ê¤¤½÷À­¤Î¼Ì¿¿¤¬¤ä¤±¤Ë¿¤¤¤Ê¤¡¤È¡££÷\r\n¤·¤«¤·¡¢¤³¤æ¤¤¤Ç¤¹¤Ê¤¡¡¢¸þ¤³¤¦¤Î½÷À­¤ï¡£\r\nMIX CD¤È¤«¤âÇä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¤§¡£\r\nDISCOGRAPHY¸«¤ë¤È¡¢¼Â¤Ï¤¤¤í¤ó¤Ê»Å»ö¤·¤Æ¤ë¤ó¤Ç¤¹¤Í¤§¡£\r\n\r\n¥°¥Ã¥º¤Î¿¤µ¤Ë¤âÅٴΤòÈ´¤«¤ì¤Þ¤·¤¿¡¦¡¦¡£\r\n [img:f9d06f5ec9]http://prodtn.cafepress.com/6/6720806_F_tn.jpg[/img:f9d06f5ec9]\r\n¢¬¥³¥ì¤Ï¤µ¤¹¤¬¤Ë¤ä¤ê¤¹¤®¤«¤È¡£¾Ð'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (579,'d085b7023f','','[quote:d085b7023f=\"g-stringz\"]MIILKBONE¤Ç¤¹¤« :o \r\n¢¬I¤Ï2¤Ä¤Ç¤¹¤è!(¤É¤¦¤Ç¤â¤¤¤¤¤Ç¤¹¤¬[/quote:d085b7023f]\r\n\r\n¤¢¡¢¡¢¸À¤ï¤ì¤Æ¤ß¤ì¤Ð¡¢¤½¡¼¤Ç¤¹¤Í¡ª\r\n¥¸¥ã¥±¸«¤Æ¤ß¤¿¤é¡¦¡¦¡¦¡£º£¤Ï¤¸¤á¤Æµ¤ÉÕ¤­¤Þ¤·¤¿¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (580,'278ed7c98b','','[quote:278ed7c98b]¾å¤Îlil slimÍߤ·¤¤¤Ç¤¹¡£ \r\n¤³¤ÎÁ°¥ª¡¼¥¯¥·¥ç¥ó¤Ë½Ð¤Æ¤ÆÉ餱¤Þ¤·¤¿ \r\n¤È¤³¤í¤Ç¤³¤ì¤Ã¤Æ²¿»þ½Ð¤¿¤ó¤Ç¤¹¤«[/quote:278ed7c98b]\r\n\r\n98ǯ»º¤ß¤¿¤¤¤Ç¤¹¡£É¾²Á¤â¤Ê¤«¤Ê¤«¤¤¤¤¤ß¤¿¤¤¤Ç¤¹¤Í¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (582,'876ec1ef61','¤ªÂÔ¤¿¤»¤·¤Þ¤·¤¿!','[url=http://www.g-house03.com/gsta/int/shorty.htm]Shorty Interview![/url]\r\n¥¢¥Ã¥×¤·¤Þ¤·¤¿!\r\n¤¤¤ä¡¼Æñ¤·¤¤¤·¡¢¸·¤·¤«¤Ã¤¿¤Ç¤¹¡£\r\nÃæ³ØÀ¸¤«¤é±Ñ¸ì¤òÊÙ¶¯¤·¤Ê¤ª¤·¤Þ¤¹¡£\r\nÊѤʤȤ³¤¬¤¢¤Ã¤¿¤é¤´¤á¤ó¤Ê¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (581,'d68753daa4','','mr.marcelo¤Ï¤É¤³¤¤¤Ã¤Á¤ã¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¤Í :?: \r\nskull duggery¤Ê¤ó¤«¤Ï³èÆ°¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤¬ :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (583,'9a59726457','MNMSTA a.k.a M&M from Foesum!','ÂÔ˾¤Î\"Walk In My Shoes\"¤ò¤Þ¤â¤Ê¤¯¥ê¥ê¡¼¥¹¤¹¤ëM&M²þ¤áMNMSTA!\r\nÏ·ÊÞ¤ÎLBC¥°¥ë¡¼¥×¤Ç¤¢¤ëFOESUM¤Î΢¦¤ä½Æ·â»ö·ï¤ä¤Ê¤É\r\n¤¤¤í¤¤¤í¤Èʹ¤­¤¿¤¤¤³¤È¤Ï¤¢¤ê¤Þ¤¹¤¬¡¢\r\n¤ß¤Ê¤µ¤ó¤«¤é¥¤¥ó¥¿¥Ó¥å¡¼¤Î¼ÁÌä¤òÊ罸¤¤¤¿¤·¤Þ¤¹!\r\n¤³¤³¤Ë¥ì¥¹¤Ä¤±¤ë¤Ê¤ê¡¢PM¤ò»ä°¸¤ËÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (584,'f9e5c31a88','³¤³°È×CDÍ¢Æþ¶Ø»ß¤ËÈ¿ÂФ¹¤ë','ÃÙ¤¯¤Ê¤ê¤Þ¤·¤¿¤¬¡¢»²À襤¤¿¤·¤Þ¤¹¡£\r\n[url=http://sound.jp/stop-rev-crlaw/][img:f9e5c31a88]http://www.g-house03.com/banner.gif[/img:f9e5c31a88]\r\n[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (585,'d924d04f1f','','Áᮼ«Ê¬¤â\r\n\r\nim bout it sound track-meal ticket\r\nmaster p(mpdld)-ghetto life\r\nfiend-slangin\r\npaul wall-dat\'s what dat is\r\nthe day after hell broke loose-platinum stars(b)\r\nog ronc&bro.wood-in money we trust, my ball my word(b)\r\nkilo g-release me(c), life has no meaning(b)\r\nlil sin- free, mrs. good pussy(c),\r\nthree 6 mafia- like a pimp (c)\r\nx-mob-whatcha gone do(c)\r\nx-mob-mob or die, goodtimes(c)\r\n3-2-you wanna ride\r\nkey player2-icant wait\r\nd.o.w.n.-south texs(b),what u slang(c)\r\ntela- pimp bitch, dreams(b) \r\n\r\n¥É¥ó¥É¥ó¤¤¤­¤Þ¤·¤ç¤¦ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (586,'6244b7b9f4','','¥á¥¸¥ã¡¼·Ï¤Ç¤¹¤±¤É\r\nTwista - Time\r\nScarface - 2 Real, Snitch\r\nLudacris - Stick \'Em Up\r\n50 Cent - As the World Turns\r\nLil Jon - Diamonds\r\nE-40 - Rep yo City\r\nDJ KaySlay - Drama\r\nDavid Banner - Gots to Go \r\nPastor Troy - If I Wasn\'t Rappin\r\n :thumbleft: \r\n\r\nBUN-B¤Î¥½¥í¤Ï´ë²èÅݤì¤Ç¤¹¤«¤Í ¡£¡£¡£:x'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (587,'aed087b680','´¨¤¯¤Ê¤Ã¤ÆÉ÷¼Ù¤Ò¤­¤Þ¤·¤¿¡£','µ¤²¹º¹¤Ë¤ä¤é¤ì¤Þ¤·¤¿ :cry: \r\n\r\nSugaFree¤Î¿·É褫¤éDid I Do Dat¤Ê¤ó¤Æ¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©\r\n¤Û¤ó¤ï¤«¤¢¤Ã¤¿¤«¤¤´¶¤¸¤¬¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (588,'3b3eda455c','','MR. MARCELLO¤ÏFILA PHIL¤È¤«¤È°ì½ï¤Ë¥³¥ó¥Ô¤Ë»²²Ã¤·¤Æ¤Þ¤·¤¿¤è :) \r\nCDBABY¤Ë¤¢¤ê¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (589,'9978576802','','HI-FIVE feat. BUN-B -Rock Your Body (̤ȯɽ?)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (590,'56c59b1aff','','¥ê¥¯¤ËÅú¤¨¤Æ¤¤¤¿¤À¤­¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!!\r\nÂçÊѶ½Ì£¿¼¤¯ÇÒÆɤ¤¤¿¤·¤Þ¤·¤¿¡£\r\n\r\nCUBE¤È¤Ï¿§¡¹¤¢¤Ã¤¿¤±¤É¡¢À®¸ù¤òÅʤó¤Ç¤ë¤ï¤±¤¸¤ã¤Ê¤¤¤Ã¤Æ¤¤¤¦\r\nÂç¿Í¤Êȯ¸À¤Ç¤¹¤Í¡£¤â¤¦¾¯¤·¸·¤·¤¤¤³¤È¤ò¸À¤¦¤«¤Ê¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢°Õ³°¤Ç¤·¤¿¡£\r\n\r\n¤³¤ì¤«¤é¤âÃϤË­¤Ä¤¤¤¿³èÆ°¤ò³¤±¤Æ¤¤¤Ã¤ÆÍߤ·¤¤¤È»×¤¤¤Þ¤¹¡£\r\n\"UNITED LENCH MOB FRONT\"¤¬³Ú¤·¤ß! ::D \r\n\r\n¤¢¤ÈDAZ¤Ã¤Æ¡©¤È°ì½Ö»×¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\nDAZZIE DEE¤Î¤³¤È¤Ç¤¹¤è¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (591,'3c8e11f24c','','Fuck Da Shit mutha Fuckka!! :rightfighter2: \r\n¤¤¤­¤Ê¤ê¤Î˽¸À¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢µ×¤·¤Ö¤ê¤ËÂç¿Í¤²¤Ê¤¯Ëܵ¤¤ÇÅܤê¤ò´¶¤¸¤Þ¤·¤¿¡£\r\n¤â¤Á¤í¤ó»²Àï¤Ç¤·¤ç¡£¤¢¤¯¤Þ¤Ç¤âÂç¿Í¤Î¤ä¤êÊý¤Ç¡£\r\n\r\nhttp://www.sound.jp/stop-rev-crlaw/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (592,'f976ef0483','ÁᮤΥꥢ¥¯¥·¥ç¥ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!','[quote:f976ef0483=\"g-stringz\"]¥ê¥¯¤ËÅú¤¨¤Æ¤¤¤¿¤À¤­¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!!\r\nÂçÊѶ½Ì£¿¼¤¯ÇÒÆɤ¤¤¿¤·¤Þ¤·¤¿¡£\r\n\r\nCUBE¤È¤Ï¿§¡¹¤¢¤Ã¤¿¤±¤É¡¢À®¸ù¤òÅʤó¤Ç¤ë¤ï¤±¤¸¤ã¤Ê¤¤¤Ã¤Æ¤¤¤¦\r\nÂç¿Í¤Êȯ¸À¤Ç¤¹¤Í¡£¤â¤¦¾¯¤·¸·¤·¤¤¤³¤È¤ò¸À¤¦¤«¤Ê¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢°Õ³°¤Ç¤·¤¿¡£\r\n\r\n¤³¤ì¤«¤é¤âÃϤË­¤Ä¤¤¤¿³èÆ°¤ò³¤±¤Æ¤¤¤Ã¤ÆÍߤ·¤¤¤È»×¤¤¤Þ¤¹¡£\r\n\"UNITED LENCH MOB FRONT\"¤¬³Ú¤·¤ß! ::D \r\n\r\n¤¢¤ÈDAZ¤Ã¤Æ¡©¤È°ì½Ö»×¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\nDAZZIE DEE¤Î¤³¤È¤Ç¤¹¤è¤Í¡£[/quote:f976ef0483]\r\n\r\n¤¤¤¨¤¤¤¨¤³¤Á¤é¤³¤½¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n·ë¹½Âç¿Í¤Êȯ¸À¤Ê¤ó¤Ç¤¹¤¬¡¢¤Ê¤«¤Ê¤«¤½¤ÎÊÕ¤ÎÌõ¤¬Æñ¤·¤¯¤Æ :dontknow: \r\nShorty¤Îµ¤»ý¤Á¤òÅÁ¤¨¤­¤ì¤Æ¤Ê¤«¤Ã¤¿¤é¤¹¤ß¤Þ¤»¤ó¡£\r\n\r\n¤ä¤Ã¤Ñ¤ê°ìÉô¤ÎBlack¥³¥ß¥å¥Ë¥Æ¥£¡¼¤È¤¤¤¦¤«ÉϺ¤Áؤ˴ؤ¹¤ë»×¤¤¤È¡¢\r\nGangBangin\'¤ËÂФ¹¤ë»×¤¤¤¬¶¯¤¤¤é¤·¤¯¡¢\r\n¡Ö¥á¥¸¥ã¡¼¤Î¤ä¤Ä¤é¤Ê¤ó¤Æ¥ê¥¢¥ë¤¸¤ã¤Í¤§¤¼!¡×\r\n¤Ã¤Æ´¶¤¸¤Ç¤¹¡£\r\n\r\nÃΤê¹ç¤¤¤Î¹õ¿Í¤ËÌõ¤Î¥Ø¥ë¥×¤òÍê¤ó¤À¤é¡¢\r\n¡Ö²¶¤Î¤È¤³¤Ë»ý¤Ã¤Æ¤­¤ÆÀµ²ò¤À¤¼¡£¤³¤ó¤Ê¥¹¥é¥ó¥°¤À¤é¤±¤Ç¤á¤Á¤ã¤¯¤Á¤ã¤Ê\r\n¥°¥é¥Þ¡¼¤¸¤ã¡¢Çò¿Í¤Ï¤¼¤Ã¤¿¤¤Íý²ò¤Ç¤­¤Ê¤¤¤è¡£²¶¤À¤Ã¤ÆÆñ¤·¤¤¤â¤ó¡£¡×\r\n¸«¤¿¤¤¤Ê¤³¤È¤¤¤ï¤ì¤Þ¤·¤¿ :lol: \r\n\r\n¤´Ì¾Åú!\r\nDAZ¤ÏDAZZIE DEE¤Î¤³¤È¤Ç¤¹¡£\r\n¤ï¤¿¤·¤â¡Ö¡©¡×¤È»×¤¤¤Þ¤·¤¿¤¬¡¢¤½¤ÎÄ̤ê¤Ç¤¹¡£\r\n\r\n¼¡¤ÏMNMSTA a.k.a M&M from Foesum¤Ê¤Î¤Ç¤³¤ì¤â¼ÁÌ䤪ÂÔ¤Á¤·¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (593,'dce0b05916','','¼«Ê¬¤â»²Àï¤Ç¤¹ :leftfighter5: \r\n\r\n°ì±þ¼«Ê¬¤È¤·¤Æ¤Ï¤Ê¤¼È¿ÂФ«\r\n¤ò¥µ¥¤¥È¤ËºÜ¤»¤Æ¤ª¤­¤Þ¤·¤¿\r\n¤è¤í¤·¤«¤Ã¤¿¤é¤´Í÷¤¯¤À¤µ¤¤\r\nwww.southernballaz.com'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (594,'f11bacedd6','Re: ÁᮤΥꥢ¥¯¥·¥ç¥ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!','[quote:f11bacedd6=\"G-HOUSE03\"] ·ë¹½Âç¿Í¤Êȯ¸À¤Ê¤ó¤Ç¤¹¤¬¡¢¤Ê¤«¤Ê¤«¤½¤ÎÊÕ¤ÎÌõ¤¬Æñ¤·¤¯¤Æ :dontknow: \r\nShorty¤Îµ¤»ý¤Á¤òÅÁ¤¨¤­¤ì¤Æ¤Ê¤«¤Ã¤¿¤é¤¹¤ß¤Þ¤»¤ó¡£\r\n\r\n¤ä¤Ã¤Ñ¤ê°ìÉô¤ÎBlack¥³¥ß¥å¥Ë¥Æ¥£¡¼¤È¤¤¤¦¤«ÉϺ¤Áؤ˴ؤ¹¤ë»×¤¤¤È¡¢\r\nGangBangin\'¤ËÂФ¹¤ë»×¤¤¤¬¶¯¤¤¤é¤·¤¯¡¢\r\n¡Ö¥á¥¸¥ã¡¼¤Î¤ä¤Ä¤é¤Ê¤ó¤Æ¥ê¥¢¥ë¤¸¤ã¤Í¤§¤¼!¡×\r\n¤Ã¤Æ´¶¤¸¤Ç¤¹¡£[/quote:f11bacedd6]\r\n\r\n¤¤¤¨¡¢ÅÁ¤ï¤Ã¤Æ¤­¤Þ¤·¤¿¤è¡ª :wink: \r\nCUBE¤È¤Î´Ö¤Ë¹Â¤¬¤Ç¤­¤¿¤Î¤â¡¢¸µ¤òé¤ì¤Ð¥¤¥ó¥À¥¹¥È¥ê¡¼¤ÎÊÑÍƤ˵¯°ø¤·¤Æ¤ë¤ï¤±¤Ç¡¢\r\n¤½¤ì¤ËÂФ¹¤ë²×Ω¤Á¤¬Ã¼¡¹¤«¤éÆɤ߼è¤ì¤Þ¤·¤¿¡£\r\n¡ØGuerillas In Tha Mist¡Ù¤ß¤¿¤¤¤Ê²á·ã¤ÊÆâÍƤκîÉʤ¬Çä¤ì¤ë(¥á¥¸¥ã¡¼¤«¤é½Ð¤»¤ë)»þÂ夸¤ã¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¡¢\r\nή¹Ô¤Ë±è¤Ã¤ÆÍ×ÎΤ褯¥¹¥¿¥¤¥ë¤òÊѤ¨¤Æ¤¤¤¯¥é¥Ã¥Ñ¡¼¤À¤±¤¬Âè°ìÀþ¤Ç¤ä¤Ã¤Æ¤¤¤±¤ë¤È¤¤¤¦Ž¥Ž¥Ž¥\r\n¥¤¥ó¥Ç¥£¤Ç¥Ï¡¼¥³¡¼G¥·¥Ã¥È¤ò³¤±¤Æ¤¤¤ë¿Í¤¿¤Á¤¬¶¦Ä̤·¤Æ¤à¤«¤Ä¤¤¤Æ¤¤¤ë¤È¤³¤í¤Ç¤¹¤è¤Í¡£\r\n\r\n¤½¤ì¤È¡¢¤Á¤ç¤Ã¤È¶Ã¤¤¤¿¤Î¤Ï\r\n[quote:f11bacedd6]²¶¤¿¤Á¤ÏÍÞ°µ¤µ¤ì¤¿°ìÉô¤Î¿Í¼ï¡¢¹õ¿Í¡¢¥Á¥«¡¼¥Î¡¢Çò¿Í¤â¤À¤Ê¡¢¤½¤Î¤³¤È¤Ë¤Ä¤¤¤Æ¤Î¤³¤È¤òÆÀ°Õ¤È¤·¤Æ¤¤¤¿¤ó¤À¤¼¡£[/quote:f11bacedd6]\r\n¤ÎÉôʬ¤Ç¡¢¼«Ê¬¤¿¤Á¤ÎÃç´Ö¦¤ËÇò¿Í¤¬Æþ¤Ã¤Æ¤ë¤¸¤ã¤Ê¤¤¤Ç¤¹¤« :shock: \r\n¤¢¤ì¤À¤±Çò¿Í·ù¤¤¤Î²Î»ì¤ò½ñ¤¤¤Æ¤¤¤¿¿Í¤¬¡¦¡¦¡£DA LENCH MOB¤Î¥¢¥ë¥Ð¥à¤«¤é\r\nŤ¤»þ¤¬·Ð¤Ã¤Æ¤¤¤Þ¤¹¤±¤É¡¢ÉϺ¤ÁؤÎÇò¿Í¤ò¿§¡¹¸«¤Æ¤­¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (595,'4c43679d5a','','³¤±¤Æ¤¹¤¤¤Þ¤»¤ó¡£\r\nICE CUBE¤¬IV LIFE¤È°ì½ï¤Ë¤ä¤ë¤½¤¦¤Ç¤¹¤Í¡£\r\n¤½¤Ã¤Á¤«¤è¤Ã¤Æ´¶¤¸¤Ç¤¹¡£ :| \r\n\r\n¤¢¤ÈºÇ¸å¤Ë¡¢G-HOUSE¤µ¤ó¤Î¥Ð¥Ê¡¼¤Çµ¤ÉÕ¤¤¤¿¤ó¤Ç¤¹¤±¤É¡¢\r\n21st¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤«Ž¥Ž¥Ž¥¡©\r\nº£¸¡º÷¤·¤Æ¤ß¤¿¤é¡¢±Ñ¸ì¤Î¥µ¥¤¥È¤Ç¤â21th¤Ã¤Æ¤¤¤Ã¤Ñ¤¤°ú¤Ã³Ý¤«¤Ã¤Æ\r\n´·ÍÑŪ¤Ë¤ÏOK¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¤È¤ó¤Á¤ó¤«¤ó¤Ê¤³¤È¤ò¸À¤Ã¤Æ¤¿¤é¤¹¤ß¤Þ¤»¤ó¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (596,'44de8137a9','IV LIFE¤È¤«¤è¡Ê¾Ð','[quote:44de8137a9=\"g-stringz\"]¡ØGuerillas In Tha Mist¡Ù¤ß¤¿¤¤¤Ê²á·ã¤ÊÆâÍƤκîÉʤ¬Çä¤ì¤ë(¥á¥¸¥ã¡¼¤«¤é½Ð¤»¤ë)»þÂ夸¤ã¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¡¢\r\nή¹Ô¤Ë±è¤Ã¤ÆÍ×ÎΤ褯¥¹¥¿¥¤¥ë¤òÊѤ¨¤Æ¤¤¤¯¥é¥Ã¥Ñ¡¼¤À¤±¤¬Âè°ìÀþ¤Ç¤ä¤Ã¤Æ¤¤¤±¤ë¤È¤¤¤¦Ž¥Ž¥Ž¥\r\n¥¤¥ó¥Ç¥£¤Ç¥Ï¡¼¥³¡¼G¥·¥Ã¥È¤ò³¤±¤Æ¤¤¤ë¿Í¤¿¤Á¤¬¶¦Ä̤·¤Æ¤à¤«¤Ä¤¤¤Æ¤¤¤ë¤È¤³¤í¤Ç¤¹¤è¤Í¡£\r\n[/quote:44de8137a9]\r\n\r\n¤³¤ì¤Ã¤ÆËÜÅö¤Ë¤½¤¦¤Ç¤¹¡£\r\nº£¡¢Âè°ìÀþ¤Ç¤ä¤Ã¤Æ¤¤¤ë¥á¥¸¥ã¡¼¥¢¡¼¥Æ¥£¥¹¥Èã¡ÊÁ´°÷¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡Ë¤¬¤ª¤â¤·¤í¤¯¤Ê¤¤¤È¸Ä¿ÍŪ¤Ë´¶¤¸¤Æ¤¤¤ë¤Î¤Ï¤½¤ÎÊÕ¤ÎÍí¤ß¤¬¤¢¤ë¤Î¤ÏÈÝÄê¤Ç¤­¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£\r\n\r\n¤À¤«¤é¤ß¤ó¤Ê¥á¥¸¥ã¡¼¤Ë¤¹¤°Ë°¤­¤Æ¡¢¥Þ¥¤¥Ê¡¼¥Þ¥¤¥Ê¡¼¤ØÁö¤Ã¤Æ¤¤¤¯¡£\r\n¤Þ¤¢¡¢ÆüËÜ¿ÍÆÃÍ­¡Ê¤À¤±¤¸¤ã¤Ê¤¤¤Ç¤¹¤¬¡Ë¤Î¥Þ¥Ë¥¢¥Ã¥¯¹ṉ̃À­¤¬±Æ¶Á¤·¤Æ¤ë¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤¬ :oops: \r\n\r\n¤È¤Ï¤¤¤Ã¤Æ¤â»ä¤Ï¥á¥¸¥ã¡¼¤â¤ÎÂç¹¥¤­¤Ç¤¹ :love7: \r\n\r\n[quote:44de8137a9=\"g-stringz\"]\r\n¤¢¤ì¤À¤±Çò¿Í·ù¤¤¤Î²Î»ì¤ò½ñ¤¤¤Æ¤¤¤¿¿Í¤¬¡¦¡¦¡£DA LENCH MOB¤Î¥¢¥ë¥Ð¥à¤«¤é\r\nŤ¤»þ¤¬·Ð¤Ã¤Æ¤¤¤Þ¤¹¤±¤É¡¢ÉϺ¤ÁؤÎÇò¿Í¤ò¿§¡¹¸«¤Æ¤­¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:44de8137a9]\r\n\r\n¥Ë¥å¥¢¥ó¥¹Åª¤Ë¤Ï¡Ö½Â¡¹Ç§¤á¤¿¡×¤Ã¤Æ´¶¤¸¤Ç¤¹¤«¤Í¡£\r\n¡ÖÇò¿Í¤Ë¤âBlack¤ä¥Á¥«¡¼¥Î¡¢¥Ò¥¹¥Ñ¥Ë¥Ã¥¯¤ÈƱ¤¸¤è¤¦¤ËÉϺ¤Áؤ¬¤¢¤ë¤ó¤À¤è¤Ê¡¦¡¦¡¦¡×¤ß¤¿¤¤¤Ê¡£\r\n²¿¤«¤¬¤¢¤Ã¤¿¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£\r\nShoryt¤¬Î϶¯¤µ¤Ï¤½¤Î¤Þ¤Þ¤Ç¡¢¹¹¤Ë¥ì¥Ù¥ë¥¢¥Ã¥×¤·¤¿¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦!\r\n\r\n[quote:44de8137a9=\"g-stringz\"]\r\n21st¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤«Ž¥Ž¥Ž¥¡© \r\nº£¸¡º÷¤·¤Æ¤ß¤¿¤é¡¢±Ñ¸ì¤Î¥µ¥¤¥È¤Ç¤â21th¤Ã¤Æ¤¤¤Ã¤Ñ¤¤°ú¤Ã³Ý¤«¤Ã¤Æ \r\n´·ÍÑŪ¤Ë¤ÏOK¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©¤È¤ó¤Á¤ó¤«¤ó¤Ê¤³¤È¤ò¸À¤Ã¤Æ¤¿¤é¤¹¤ß¤Þ¤»¤ó¡£\r\n[/quote:44de8137a9]\r\n¤ª¤©!? :shock: \r\n¤´»ØŦ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¡ÖTwenty First¡×¤¬Àµ¤·¤¤¤È»×¤¤¤Þ¤¹¡£¤ª¤Ï¤º¤«¤·¤¤ ::oops: \r\n¾®³ØÀ¸¤«¤é¤ä¤êľ¤·¤Þ¤¹! :signthanks:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (597,'e41b371fa2','¤´°Õ¸«Æɤޤ»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£','[quote:e41b371fa2=\"goku\"]¼«Ê¬¤â»²Àï¤Ç¤¹ :leftfighter5: \r\n\r\n°ì±þ¼«Ê¬¤È¤·¤Æ¤Ï¤Ê¤¼È¿ÂФ«\r\n¤ò¥µ¥¤¥È¤ËºÜ¤»¤Æ¤ª¤­¤Þ¤·¤¿\r\n¤è¤í¤·¤«¤Ã¤¿¤é¤´Í÷¤¯¤À¤µ¤¤\r\nwww.southernballaz.com[/quote:e41b371fa2]\r\n\r\nÆɤޤ»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤ÎÅܤ꤬¤Ò¤·¤Ò¤·¤ÈÅÁ¤ï¤Ã¤Æ¤­¤Æ»ä¤âÊ°¤ê¤òÍÞ¤¨¤é¤ì¤Þ¤»¤ó :explosivesmile: \r\n\r\nÀèÆü¡¢ÃοͤÎBlack(He loves Tupac)¤Ë¤³¤ÎË¡°Æ¤ÎÏäò¤·¤¿¤È¤³¤í¡¢\r\n¡ÖÆüËܤÏCrazy¤À¤Í¡£¤Þ¤¿¡¢º¿¹ñ¤«¤è¡©¡×\r\n¤È¡¢¸À¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n¤µ¤é¤Ë¡¢\r\n¡Ö¤Ê¤ó¤Ç¡¢ÆüËܤμ㤤¤ä¤Ä¤é¤Ï¸µµ¤¤¬¤Ê¤¤¤ó¤À¡©²¶¤Î¹ñ¤À¤Ã¤¿¤é¤½¤ó¤Ê¤³¤È¤¬¤¢¤Ã¤¿¤é¤ß¤ó¤Ê¤¬¥Ç¥â¤¹¤ë¤¼¡£·Ù»¡¤Ç¤â¡¢·³Ââ¤Ç¤â¤«¤«¤Ã¤Æ¤³¤¤¤è!¤Ã¤Æ´¶¤¸¤Ç¤Ê¡£¡×\r\n¤È¤â¡£\r\n¤¤¤µ¤µ¤«Ë½ÎÏŪ¤Ê¹ÔÆ°¤Ï¤É¤¦¤«¤È»×¤¤¤Þ¤¹¤¬¡¢Âç¿Í¤È¤·¤Æ¤Î¤½¤ì¤Ê¤ê¤Î¤ä¤êÊý¤Ï¤¢¤ë¤Ï¤º¤Ç¤¹¡£\r\n¼«Ê¬¤Ç¤â½ÐÍè¤ë¤³¤È¤òõ¤·¤Æ¤Ï¤¸¤á¤Þ¤·¤ç¤¦¡£\r\n¤Þ¤º¡¢»ä¤Ï¤³¤ÎWeb¤òÄ̤·¤Æ³§¤µ¤ó¤ËÁʤ¨¤«¤±¤Þ¤¹¡£\r\n\r\nǯ¶âÌäÂê¤Ë¤·¤Æ¤â¤½¤¦¤Ç¤¹¤¬¡¢¤ª°Î¤¤¤µ¤ó¤ÎƬ¤ÎÃæ¤ò¸«¤Æ¤ß¤¿¤¤¤â¤Î¤Ç¤¹ :birdman:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (598,'d992022ab7','','[quote:d992022ab7]CDBABY¤Ë¤¢¤ê¤Þ¤¹¡£[/quote:d992022ab7]\r\n¸«¤Þ¤·¤¿¡£dj dick¤È¤¤¤¦CD¤Ç¤¹¤Í¡£ :) \r\n\r\n¸Þ·î¤Ë¥ê¥ê¡¼¥¹¤µ¤ì¤ëNO¤Î¿·¿Í¥é¥Ã¥Ñ¡¼young a¤Î¥¢¥ë¥Ð¥à¤Ëmia x¤¬µÒ±é¤·¤Æ¤ë¤é¤·¤¤¤Ã¤¹¡£ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (599,'be3a584f10','','¤¢¤ó¤Þ¤ê¾Ü¤·¤¯¤Ê¤¤¤Î¤Ç\r\n¤è¤¯Ê¬¤«¤ê¤Þ¤»¤ó¤¬\r\n²Ä·è¤µ¤ì¤ëͽÄê¤ÎË¡°Æ¤ò\r\n̵¸ú¤Ë½ÐÍè¤ëÊýË¡¤Ã¤Æ\r\n¹ñ²ñ¤ÎÃæ¤Ç¤À¤±¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¹µÁʤ¹¤ë¤È¤« :lol:\r\n\r\n¼«Ê¬¤Ï¼óÁ괱š¤Ë\r\n°Õ¸«È¢¤¬¤¢¤ë¤è¤¦¤Ê¤Î¤Ç\r\n¤â¤¦¤Á¤ç¤Ã¤ÈÎäÀŤˤʤ俤é\r\n½ñ¤­Ä¾¤·¤ÆÁ÷¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹\r\n¤É¤¦¤»¡¢Ìµ»ë¤µ¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤¬ :mad:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (600,'7355c437c1','','[quote:7355c437c1=\"¤Ò¤íË·\"][quote:7355c437c1]CDBABY¤Ë¤¢¤ê¤Þ¤¹¡£[/quote:7355c437c1]\r\n¸«¤Þ¤·¤¿¡£dj dick¤È¤¤¤¦CD¤Ç¤¹¤Í¡£ :) \r\n\r\n[/quote:7355c437c1]\r\n\r\n¤³¤ì»ý¤Ã¤Æ¤Þ¤¹¤¬\r\ndj dickºî¤Î´ûȯ¶Ê¤Î¥³¥ó¥Ô¤Î¤è¤¦¤Ç¤¹\r\nÁ´Éô¤½¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬\r\n¤Á¤Ê¤ß¤ËCDR¤ËÇò¹õ¥³¥Ô¡¼¤Î¥Ú¥é¥Ú¥é¥¹¥ê¡¼¥¦¡«¤Ç¤¹¤¬ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (601,'eb3500c722','½ð̾¤Ç¤Ï¡©','G-House¤µ¤ó¡¢goku¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£\r\n\r\n»ä¤âÅöÌäÂê¤ò¤É¤¦¤Ë¤«½ÐÍè¤Ê¤¤¤«¤È»×¤Ã¤Æ¤¤¤ë¼¡Âè¤Ç¤¹¡£¤¿¤À¡¢»ä¸Ä¿Í¤Ç¤Ï¤¢¤Þ¤ê¤ËÎϤ¬¼å¤¯¡¢¤É¤¦¤·¤è¤¦¤â¤Ê¤¤¤È¤¤¤¦¤Î¤¬¸½¾õ¤Ç¤¹¡£¸½ºß¡¢goku¤µ¤ó¤â¥ê¥ó¥¯¤òŽ¤é¤ì¤Æ¤¤¤ë³¤³°È×CDÍ¢Æþ¶Ø»ß¤ËÈ¿ÂФ¹¤ë¤È¤¤¤¦¥µ¥¤¥È¤ËÀÁ´ê¿ÍÂåɽ¼Ô20̾°Ê¾å¤Îɽ»æ¡Ê¾Ò²ðµÄ°÷¤¬20̾°Ê¾å¤¤¤ëÀÁ´ê½ð̾¤Ï¶¯À©Åª¤ËËܲñµÄ¤Ç¿³µÄ¤¹¤ë¡Ë¤Î¤¢¤ë¡Ö½ð̾¡×¤ò½¸¤á¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤¬¡¢¤³¤ì¤ÏÍøÍѤǤ­¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£\r\n\r\n¼«½ð¤â¤·¤¯¤Ï¥ï¡¼¥×¥í¤Ê¤É¤Ç°õºþ¤µ¤ì¤¿½ð̾¤Ç¤¢¤ì¤Ð²¡°õ¤¬É¬Íפʤ褦¤Ç¤¹¡£\r\n¤â¤·¡¢G-House¤µ¤ó¤¬¡¢½ð̾¤ò½¸¤á¤Æ¤¤¤ë¤Î¤Ê¤é¤Ð¡¢»ä¤âÃΤê¹ç¤¤¤Ë¸Æ¤Ó¤«¤±¤Æ¤¤¤ë¤Î¤Ç»²²Ã¤µ¤»¤Æ¤â¤é¤¨¤Þ¤»¤ó¤Ç¤·¤ç¤¦¤«¡©¸½¼ÂŪ¤ÊÌäÂê¤È¤·¤Æ¡¢º£¤«¤é»ä¤¬Ãοͤˤª´ê¤¤¤·¤Æ½ð̾¤ò½¸¤á¤¿½ê¤Ç¡¢¤½¤Î¿ô¤Ï´ü¸Â¤Þ¤Ç¤Î5/6¤Þ¤Ç¤Ë°ìËç¡Ê8̾¡ËËä¤Þ¤ë¤«Ëä¤Þ¤é¤Ê¤¤¤«¤À¤È»×¤¤¤Þ¤¹¡£¤Þ¤·¤Æ¤ä²»³Ú¤Î¤³¤È¡¢¸Ä¿Í¤Î¾ðÊó¤ò³Æ¤Î¤Ç¡¢ÃοÍÁ´°÷¤Ë¤ª´ê¤¤¤¹¤ë¤³¤È¤Ï½ÐÍè¤Þ¤»¤ó¡£¤¢¤Ä¤«¤Þ¤·¤¤¤È¤Ï»×¤¤¤Þ¤¹¤¬¡¢¤½¤¦¤¤¤Ã¤¿ÃΤê¹ç¤¤¤Î¿¤¤G-House¤µ¤ó¤Ê¤é¤Ê¤ó¤È¤«¤Ê¤ë¤Î¤Ç¤Ï¤Ê¤¤¤«¤È»×¤¤½ñ¤­¹þ¤ßÃפ·¤Þ¤·¤¿¡£´û¤Ë¹ÔÆ°¤òµ¯¤³¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¤·¤¿¤é¡¢¶áÆü°ÊÆâ¤Ë»ä¤Î½¸¤á¤ë½ð̾¤ò»ØÄꤵ¤ì¤ëÆü»þ¤ËľÀܤªÅϤ·¤Ë¹Ô¤«¤»¤Æ夭¤Þ¤¹¤·¡¢Æ¨¤²¹ø¤Ç¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤¬¡¢ÀÁ´ê¿ÍÂåɽ¼Ô¤È¤Ê¤ë¤³¤È¤â¹Í¤¨¤Æ¤¤¤Þ¤¹\r\n\r\n¤³¤³¤Î¥Õ¥©¡¼¥à¤òÆɤޤ줿Êý¡¢³Æ¥¦¥§¥Ö¥Þ¥¹¥¿¡¼Íͤ¬Æ±¤¸¤è¤¦¤Ë¸Æ¤Ó¤«¤±¤¿¤Î¤Ê¤é¤Ð¡¢¿Í¿ô¤Ï¾¯¤Ê¤¤¤«¤âÃΤì¤Þ¤»¤ó¤¬¡¢É½»æ¤Î¤Ä¤¤¤¿¡¢¤â¤·¤¯¤Ïɽ»æ¤¬¤Ê¤¯¤È¤â½ð̾¤¬½¸¤Þ¤ë¤Î¤Ç¤Ï¤Ê¤¤¤«¤È¹Í¤¨¤Þ¤¹¡£¤É¤¦¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (602,'7ae875a665','','¼«Ê¬¤âõ¤·¤Æ¤ß¤Þ¤·¤¿¡¢\r\n\r\nC-NOTE -KNOW WHAT I\'M TAKIN BOUT? (B)\r\n ¡¡¡¡ -IF IT WAS MEANT TO BE (B)\r\n ¡¡ ¡¡¡¡-MAN HOLD UP! (B)\r\nBOTANY BOYZ -HERE THEY COME!! (B)\r\nLIL KEKE & SLIM THUG -OH BUDDY (B)\r\nSCARFACE -BITCH NIGGA (B)\r\nTWISTED BLACK -DAMN FOOL (B)\r\nLIL\' O -WHO\'S SNITCHING (B,C)\r\n\r\nBG -RETALIATION (B)¡¡¤À¤±¤ÉOST -5TH WARD¤Ë¤â¼ýÏ¿\r\n\r\nBUN-B¤Ð¤Ã¤«¤êÃϸµ¤Ð¤Ã¤«¤ê¤Ç¤·¤¿ \r\n¤·¤«¤â³Ð¤¨¤Æ¤¤¤¿¤Î¤ÏBITCH NIGGA¤¯¤é¤¤ :( \r\n\r\n¤È¤³¤í¤Ç\r\nMONEY WATERS / THE PORCH\r\n¤Æ¤¤¤¦¤Î¤òÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢À¨¤«¤Ã¤¿ :shock:\r\nUGK¤òÇí¤­½Ð¤·¤Ë¤·¤¿¤è¤¦¤Ê²»¤ÇDEVIN¤Ê±´¤òRAP¤Ã¤Æ¤Þ¤¹\r\n¾¤Ë¤ÏÀ¸²»Ãæ¿´¤Ç¥Ö¥ë¡¼¥¹+¥Ð¥¦¥ó¥¹¤È¤«¥Õ¥¡¥ó¥«¥Ç¥ê¥Ã¥¯¤ß¤¿¤¤¤Ê¤Î¤È¤«\r\n¤ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢À¨¤¤¥«¥Ã¥³¥¤¥¤¤Ç¤¹\r\nCHECK¤·¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤\r\n\r\n¤³¤¸¤Ä¤±¤Ã¤Ý¤¯¤Æ¤¹¤ß¤Þ¤»¤ó :geek:[img:7ae875a665]http://proxy.ymdb.yahoofs.jp/users/4660aef2/bc/Yahoo!%a5%d5%a5%a9%a5%c8%a5%a2%a5%eb%a5%d0%a5%e0/%b2%e8%c1%fc+052.jpg?bcSBZjvBm4h9tYLl[/img:7ae875a665]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (603,'67d20e3692','Re: ½ð̾¤Ç¤Ï¡©','[quote:67d20e3692=\"da pimp\"]G-House¤µ¤ó¡¢goku¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£\r\n[/quote:67d20e3692]\r\n\r\n»ä¤Ïɽ»æ¤ò¤Ä¤±¤Þ¤¹¡£\r\n¤¿¤À¡¢À¿¤ËÃѤº¤«¤·¤Ê¤¬¤é»ä¤¬¤³¤ÎÌäÂê¤Ë¼è¤êÁȤà¤Î¤¬ÃÙ¤¹¤®¤¿´¶¤¬¤¢¤ê¤Þ¤¹¡£\r\n¤ª¤Ã¤·¤ã¤ë¤È¤ª¤ê»ä¤Î¼þ¤ê¤Ë¤ÏG-RAP¤¬¹¥¤­¤Ê¿Í¡¢¿´¤«¤éÍγڤò°¦¤·¤Æ¤¤¤ë¿Í¤¬Â¿¡¹¤¤¤Þ¤¹¡£\r\n¤À¤±¤ì¤É¤â³§¤µ¤ó¤«¤é½ð̾¤ò¤¤¤¿¤À¤¯¤Ë¤Ï¹ÔÆ°¤òµ¯¤³¤¹¤Î¤¬ÃÙ¤¹¤®¤Þ¤·¤¿¡£\r\n¿½¤·Ìõ¤Ê¤¤¡£\r\nËÜÅö¤ËÎÏÉÔ­¤Ç¤¹¡¦¡¦¡¦¤»¤Ã¤«¤¯¤Î¤´»Ø̾¤Ê¤Î¤Ë¡£\r\n¸½¾õ5̾ÄøÅ٤νð̾¤·¤«¤¤¤¿¤À¤±¤Æ¤Ê¤¤¤Î¤¬¸½¾õ¤Ç¤¹¡£\r\n¤·¤«¤â¡¢¸À¤¤Ìõ¤Ç¤¹¤¬»ä¤Ï¸å¡¢Ï»»þ´Ö¸å¤ËÅìµþ¤òÎ¥¤ì¤Ê¤¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó¡£\r\n¤½¤Î¤¿¤á¡¢»ä¸Ä¿Í¤Ç¤ÎÃο͡¢Í§¿Í¤Ø¤ÎľÀܤÎƯ¤­¤«¤±¤Ïº£°Ê¹ß¤Ï¤É¤ì¤À¤±¸úÎϤòȯ´ø¤¹¤ë¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤·¡¢¤»¤Ã¤«¤¯¤Î¤´Äó°Æ¤ò¼õÍý¤Ç¤­¤º¤Ë¿½¤·Ìõ¤´¤¶¤¤¤Þ¤»¤ó¡£\r\n¤Ç¤¹¤¬¡¢¤Þ¤À¤¤¤í¤¤¤í¤ÊÊý¤Ë¥³¥ó¥¿¥¯¥È¤ò¼è¤Ã¤Æ¤ß¤ë¤Ä¤â¤ê¤Ç¤¹¡£\r\n¤¬¤ó¤Ð¤ê¤Þ¤·¤ç¤¦!\r\n¤Þ¤À¡¢»þ´Ö¤Ï»Ä¤Ã¤Æ¤¤¤Þ¤¹¡£\r\n\r\nP.S.\r\n¤¢¤Á¤é¤Î¥µ¥¤¥È¤Ç¤Î½ñ¤­¹þ¤ß¤âÆɤޤ»¤Æ¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¡£\r\n¿¿·õ¤Ê¤é¤Ç¤Ï¤Î½ñ¤­¹þ¤ß¡¢¿¿¤È¶»¤Ë¹ï¤Þ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n»ä¸«¤¿¤¤¤Ê¤â¤Î¤¬¸À¤¨¤ëΩ¾ì¤Ç¤Ï¤´¤¶¤¤¤Þ¤»¤ó¤¬¡¢da pimp¤µ¤ó¤Î¿´°Õµ¤¤ÏËÜʪ¤À¤È´¶¤¸¤Þ¤¹¡£\r\n¤À¤«¤é¤¢¤ÎÊý¤â¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (604,'c8ab04481c','¤Ó¤Ã¤¯¤ê¤Ç¤¹','¤Þ¤µ¤«¤³¤ó¤Ê¤ËÏ䬿ʤó¤Ç¤¤¤ë¤È¤Ï¡ª\r\nºÇ½é¸«¤¿»þ¤Ï¤½¤¦¤¤¤¦°Æ¤È¤«¤¬¤¢¤ë¤À¤±¤Ê¤Î¤«¤Ê¤¡¤È\r\n»×¤Ã¤Æ¤¤¤¿¤À¤±¤Ç¤·¤¿¤¬¡¢¤«¤Ê¤ê¿¼¹ï¤Ê¤è¤¦¤Ç¡£¡£¡£\r\n\r\n»ä¤â¹¾¸Í»þÂ夫¤è¡ª¡ª¤È»×¤¤¤Þ¤·¤¿¡£\r\n¤Ê¤ó¤Ä¤¥¤«¡¢¤³¤¦Êĺ¿Åª¤Ë¹Í¤¨¤ë¤ó¤¸¤ã¤Ê¤¯¤Æ¡¢\r\n¥ª¡¼¥×¥ó¤Ë¡©¤¤¤¤Êª¤Ï¤¤¤¤¤ó¤À¤·¡¢\r\nƱ¤¸¼ñÌ£¤È¤¤¤¦¤«¡¢¤½¤¦¤¤¤¦¤Î¤Ã¤ÆÀ¤³¦¶¦Ä̤äĤ¥¤«\r\nÀ¤³¦¤Ï£±¤ÄŪ¤Ë¡¢¹­¤á¤ëÊý¤ËȯÁÛ¤¬¤¤¤«¤Ê¤¤¤«¤Ê¤¡¡©¡©\r\n¤È¤«»×¤Ã¤Á¤ã¤¤¤Þ¤¹¡£\r\n\r\n¹ñ¸ìÎϤ¬Ë³¤·¤¯¤Æ¤¦¤Þ¤¯½ñ¤±¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\n¤È¤Ë¤«¤¯È¿ÂСª¤È¤¤¤¥¤«¡¢Ç¼ÆÀ¤Ç¤­¤Þ¤»¤ó¡£\r\n\r\nº£¤«¤é¤Ç¤â²¿¤«½ÐÍè¤ë¤³¤È¤¬¤¢¤ì¤Ð\r\nÀäÂФ˶¨ÎϤ·¤¿¤Ç¤¹¡£\r\n»ä¤Ë¤Ï¤à¤º¤«¤·¤¯¤Æ¡¢¤É¤¦¤¤¤¦É÷¤Ë¤·¤¿¤é¤¤¤¤¤Î¤«¤È¤«\r\n¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡Ä\r\n\r\n¤¥¤¦¤ó¡£¡£¡£¤­¤Ã¤ÈƱ¤¸É÷¤Ë»×¤Ã¤Æ¤ëÊý¤Ï¤¤¤Ã¤Ñ¤¤¤¤¤ë¤È»×¤Ã¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (605,'60df434ab5','','¥¢¥Õ¥ê¥«¥Ð¥ó¥Ð¡¼¥¿/¥×¥é¥Í¥Ã¥È¥í¥Ã¥¯\r\n¥°¥é¥ó¥É¥Þ¥¹¥¿¡¼¥Õ¥é¥Ã¥·¥å/¥Ñ¥ó¥×¡¡¥ß¡¼¡¡¥¢¥Ã¥×\r\n\r\n¥ª¡¼¥ë¥É¥¹¥¯¡¼¥ë¤¬½Õ¤Ã¤Ý¤¤¤Ç¤¹¤Í :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (606,'dbf262954c','Re: ³¤³°È×CDÍ¢Æþ¶Ø»ß¤ËÈ¿ÂФ¹¤ë','¤Þ¤¤¤É¡¢03¤¯¤ó¡£\r\n¥³¥³¤ÎForum¤ÏMac¤Ç¤Ï½ñ¹þ¤¬½ÐÍè¤Ê¤¤¤Î¤Ç¡¢ÉáÃʤÏROMÀì¤Ç¤¹¤¬\r\nº£Æü¤ÏWin´Ä¶­¤Ëµï¤ë¤Î¤Ç¡¢¤ª¼ÙË⤷¤Þ¤¹¡£ :oops: \r\n\r\n¤¹¤Ç¤Ë¤´Â¸ÃΤÎÊý¡¹¤â¿¤¤¤«¤È»×¤¤¤Þ¤¹¤¬¡¢\r\n\r\n¡ÖÍγڣãÄÍ¢ÆþÈ׶ػߤ«¡ª¡©¡×\r\n½ÐÍè¤ë¸Â¤ê¿¤¯¤Î¿Í¤Ë¤³¤Î¼ÂÂÖ¤ò¡ÈÃΤë¡Éµ¡²ñ¤ò¤â¤¿¤é¤¹¤¿¤á¤Î¥·¥ó¥Ý¥¸¥¦¥à¤¬£Ç£×¤Ë³«ºÅ¤µ¤ì¤Þ¤¹¡£\r\n²»³Ú¥¸¥ã¡¼¥Ê¥ê¥¹¥È·ó²»³Ú¥×¥í¥Ç¥å¡¼¥µ¡¼¤È¤·¤Æ³èÌö¤¹¤ë¹â¶¶·òÂÀϺ»á¤¬È¯µ¯¿Í¤Ç¡¢\r\n¾ÜºÙ¤Ï²¼µ­¥µ¥¤¥È¤Ë¤Æ¤´Í÷失¤Þ¤¹¡£\r\n¤³¤ÎÌäÂê¤ËÃíÌܤ·¤Æ¤¤¤ëÊý¡¹¤Ï¡¢Åª³Î¤Ë¾ðÊó¤òÇÄ°®¤¹¤ë¤¿¤á¤Ë¤âÀ§Èó¡£ :angel: \r\n¡ÚMEMORY LAB¡¿¹â¶¶·òÂÀϺ»á¥µ¥¤¥È¡Êowner\'s log¡Ë¡Û\r\nhttp://blog.livedoor.jp/memorylab/\r\n\r\n\r\n¤¿¤À¡¢º£²ó¤ÎÃøºî¸¢²þÀµ¤Ë¤·¤Æ¤â¡¢\r\n¤½¤ì¤Ç°ìÌë¤Ë¤·¤ÆÍ¢ÆþÈפ¬»Ô¾ì¤«¤é¾Ã¤¨¤ë¤Ê¤É¤È¤Ï»×¤¤¤Þ¤»¤ó¡£\r\nUSÈס¢EUÈפ϶ËÎÏÍ¢Æþµ¬À©¤Ê¤É¤»¤º¡¢´Ë¤¯±¿ÍѤ¹¤ë¤È¤¤¤¦¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¤Ï¡£\r\n¤½¤ì¤Ç¤â¾òʸ¤Î²ò¼á¼¡Âè¤Ç¡¢ÍγڤÎÍ¢ÆþÈפÎÂçÉý¤ÊÄù½Ð¤·¤¬²Äǽ¤ÊˡΧ¤Ê¤Î¤À¤È¤·¤¿¤é¡¢\r\n¤¤¤Ä¤½¤Î±¿ÍÑ´ð½à¤¬¶¯²½¤µ¤ì¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¡£\r\n²¿¤«¥¦¥é¤¬¤¢¤ê¤½¤¦¤Ç¡¢°ÛÍÍ¤Ë´í¸±¤Êµ¤Çۤϴ¶¤¸¤Þ¤¹¤è¤Í¡£ :| \r\n\r\n£Ã£ÄÍ¢Æþ¸¢ÌäÂê¤Î¹ü»Ò¤ò²ò¤ê¤ä¤¹¤¯¤Þ¤È¤á¤Æ¤¯¤ì¤Æ¤ë¥Ú¡¼¥¸¤â¤¢¤ë¤Î¤Ç\r\n¤³¤Î¤Ø¤ó¤â¤´Í÷ĺ¤¯¤ÈÎɤ¤¤«¤È»×¤¤¤Þ¤¹¡£\r\nhttp://www.ne.jp/asahi/fbeat/africa/03-note/031119.html[url][img][/img][/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (607,'77c51d6063','Re: ³¤³°È×CDÍ¢Æþ¶Ø»ß¤ËÈ¿ÂФ¹¤ë','£Ã£ÄÍ¢Æþ¸¢ÌäÂê¤Î¹ü»Ò¤ò²ò¤ê¤ä¤¹¤¯¤Þ¤È¤á¤Æ¤¯¤ì¤Æ¤ë¥Ú¡¼¥¸¤ÎURL¤¬\r\n¥ª¥«¥·¥Ê¤³¤È¤Ë¤Ê¤Ã¤Á¤ã¤Ã¤Æ¤Þ¤·¤¿¡£\r\nÀµ¤·¤¯¤Ï¡¢²¼µ­¤Ç¤·¤¿¡£ :wink: \r\nhttp://www.ne.jp/asahi/fbeat/africa/03-note/031119.html'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (608,'85854db64a','','¤¢¤Ã´ûȯ¤Ç¤·¤¿¤«¡£¡£\r\nMIA X¤â¤Þ¤À¸½Ìò¤Ç¤¹¤Í! :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (609,'005b57e164','','¤Ò¤íË·¤µ¤ó¤Ï¥¨¥ì¥¯¥È¥í¤ÈN.O.¥Ð¥¦¥ó¥¹¤É¤Á¤é¤â¥Ç¥£¥°¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¡Á¡ª\r\nξÊý¹¥¤­¤Ê¿Í¤Ã¤Æ°Õ³°¤È¾¯¤Ê¤¤¤è¤¦¤Êµ¤¤¬¤·¤Þ¤»¤ó¤« :?: \r\nËͤϥ¨¥ì¥¯¥È¥í¤¢¤ó¤Þ¤êÄ°¤«¤Ê¤¤¤Ç¤¹ :stoopyd:\r\n----------------------------\r\n\r\nº£Æü¤Îµ¤Ê¬¤Ç\r\nMACKVILLIN -Dickies & Chucks Pt.2\r\nC-BO -Birds in the Kitchen\r\nTOO SHORT -I\'m a Player\r\n¤Ê¤ó¤Ç¤â¥¢¥ê¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿ :wolverinex:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (610,'04852d7156','','º£¡¢»×¤¤½Ð¤·¤Þ¤·¤¿¡£\r\nPOLAR BEARÇò¿Í¤Ç¤·¤¿¤Í¡£\r\nÈà¤ÏGHETTO°é¤Á¤¸¤ã¤Ê¤µ¤½¤¦¤Êµ¤¤¬¤·¤Þ¤¹¤¬¡¢\r\n¤½¤¦¤¤¤¦½Ð²ñ¤¤¤¬¾¯¤·¹Í¤¨Êý¤òÊѤ¨¤¿¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (611,'5ec15b20b4','','5/4¹Ô¤­¤Þ¤¹¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (612,'95d3d5bcfa','won G ¤Î£³rd','¤ß¤Ê¤µ¤ó¤Ï¤¸¤á¤Þ¤·¤Æ¡ªwon G¤Î£³rd¤òʹ¤¤¤¿¤³¤È¤Î¤¢¤ëÊý¡¹¤Ë¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢1¶ÊÌܤο¿¤óÃ椢¤¿¤ê¤Ç²»¤È¤Ó¤·¤Þ¤»¤ó¤«¡©¤½¤ì°Ê³°¤Î¶Ê¤Ë¤â²»¤È¤Ó¤Ã¤Ý¤¤Éôʬ¤¬¤¢¤ë¤è¤¦¤Êµ¤¤¬¤¹¤ë¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡¦¡£¤½¤¦¤¤¤¨¤Ð£±st¤Ç¤â²»¤È¤Ó¤Ã¤Ý¤¤¤Î¤¬¤¢¤Ã¤¿¤è¤¦¤Ê¡¦¡¦¡¦¡£2Ëç¤È¤â¿·ÉʤǹØÆþ¤·¤¿¤Î¤Ç¤¹¤¬¡¢Ëͤε¤¤Î¤»¤¤¤Ç¤·¤ç¤¦¤«¡©¤ß¤Ê¤µ¤ó¤ÎCD¤Ï¤É¤¦¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (613,'43e89ed347','','Ëͤ¬¸À¤Ã¤Æ¤ë¤Î¤Ï¡Öno better than this¡×¤È¡Ödo it¡×¤Î2Ëç¤Ç¤¹¡£won G ¤Ã¤Æ¤¸¤Ä¤Ï¥¢¥ë¥Ð¥à4Ëç½Ð¤·¤Æ¤¿¤ó¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (614,'4d31c921db','','[quote:4d31c921db]¤Ò¤íË·¤µ¤ó¤Ï¥¨¥ì¥¯¥È¥í¤ÈN.O.¥Ð¥¦¥ó¥¹¤É¤Á¤é¤â¥Ç¥£¥°¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¡Á¡ª \r\nξÊý¹¥¤­¤Ê¿Í¤Ã¤Æ°Õ³°¤È¾¯¤Ê¤¤¤è¤¦¤Êµ¤¤¬¤·¤Þ¤»¤ó¤« \r\nËͤϥ¨¥ì¥¯¥È¥í¤¢¤ó¤Þ¤êÄ°¤«¤Ê¤¤¤Ç¤¹ [/quote:4d31c921db]\r\n\r\n°ì±þËͤϥ¸¥ã¥ó¥ë´Ø·¸¤Ê¤¯¤Ê¤ó¤Ç¤âÄ°¤­¤Þ¤¹¤è¤¤ :oops: \r\n\r\n\r\nº£Æü¤Î¹Ô³ÚÆüϤäݤ¤Å·µ¤¤Ë\r\n\r\nVELL BAKARDY&AMG/LIQUA NDUSTRY\r\n\r\n¤Á¤ç¤Ã¤È²Æ¤Ã¤Ý¤¤¤Ç¤¹¤Í :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (615,'6b9bcabf51','porch','»îÄ°¤·¤Þ¤·¤¿¡ª¡ª\r\n\r\n¥°¥ë¡¼¥ô¤â¥é¥Ã¥×¤â\r\n¥Û¥ó¥Èdevin¿¿¤ÃÀĤǤ¹¤Í¡ª\r\n¤É¥Þ¥¤¥Ê¡¼¤Ç¤³¤³¤Þ¤Ç¤ä¤ë¤È¤Ï\r\n¤³¤ì¤Ï¼«Ê¬¤âÇ㤤¤Ç¤¹¡ª¡ª\r\n\r\nmidwest¤â¤Î¤Èsouth¤â¤ÎÀÖ¤Á¤ã¤ó¤Ç¤¤¤Ã¤Ñ¤¤Ç㤪¤¦¤È\r\n»×¤Ã¤Æ¤¿¤Î¤Ç¡¢¤³¤ì¤â¤Þ¤È¤á¤Æ\r\nÇ㤤¤Þ¤¹¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (616,'f386ab78bf','¥À¥¤¥¢¥ë¥¢¥Ã¥×','¥À¥¤¥¢¥ë¥¢¥Ã¥×¤Ï¤µ¤¹¤¬¤ËÃÙ¤¤¡Êµã\r\n\r\n¤µ¤Æ¡¢¤ß¤Ê¤µ¤ó¤ÎÇ®¤¤µ¤»ý¤Á¤·¤«¤È¼õ¤±»ß¤á¤Þ¤·¤¿¡£\r\n¤Þ¤À»þ´Ö¤Ï¤¢¤ê¤Þ¤¹¡ª\r\n¤Ç¤­¤ë¤³¤È¤ò¤ä¤ê¤Þ¤·¤ç¤¦¡ª\r\n\r\nP¤µ¤ó¡¢¾ðÊó¤É¤¦¤â¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (617,'c4a3089e94','[Video] Certified Gangsters / The Game, Jim Jones, Cam\'ron','[url=http://www.shadyaftermath.de/certified(aftermathmusic).asx]Certified Gangsters (aftermath music)[/url]\r\n\r\n¤«¤Ê¤êGangbangin¤Ê¤«¤ó¤¸¤Ç¤¹¤±¤É¡¢³§¤µ¤ó¤É¤¦»×¤¤¤Þ¤¹¤«¡©\r\n¤³¤Î¥Ó¡¼¥È¤Ï¤ä¤Ã¤Ñ¤ê¤«¤Ã¤³¤¤¤¤¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (618,'0063c85ffc','¥«¥Ã¥³¤¤¤¤¤Ç¤¹¤Í','ºÇ½é¤ÎMenace 2 societyÉ÷¤Î¥·¡¼¥ó¤Ç¥Ë¥ä¥ê¤È¤µ¤»¤é¤ì¤Þ¤·¤¿ :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (619,'55185b100d','¤ªÈè¤ìÍͤǤ·¤¿¡ª','Æɤ߱þ¤¨¤¬¤¢¤Ã¤ÆÁÇÀ²¤é¤·¤¤ÆâÍƤǤ¹¤Í¡ª\r\nRapper Shorty¤ÈDa Lench MobÃÂÀ¸¤äÎò»Ë¤â¾Ü¤·¤¯ÃΤ줿¤·¡¢Shorty¤¬¤É¤ì¤À¤±Game¤ËÂФ·¤Æ¿¿·õ¤Ç¡¢Street¤ËÂФ·¤ÆÀ¿¼Â¤¢¤ë¤«¤¬ÅÁ¤ï¤Ã¤ÆÍè¤Þ¤¹¤Í¡ª\r\nÉÔÆ°»º¶È¤ä³ô¤Ë¤âÄ©À路¤Æ¤ë¤Ã¤Æ¤¹¤´¤¤¸þ¾å¿´¤Ç¤¹¤è¤Í :shock: ¡¡¤½¤Î¤¦¤ÁÀ¯¼£ÊÙ¶¯¤·½Ð¤·¤ÆÃλö¤Ë¤Ç¤â¤Ê¤ê¤½¤¦¤Ê¡£¡¡¥·¥å¥ï»á¤¬¤Ê¤ë¤è¤êÎɤµ¤½¤¦¤Ç¤¹¤¬¡£\r\n¼«Ê¬¤ÎÀ®¤¹¤Ù¤­»ö¤ò´Ó¤­¡¢Äɤ¤µá¤á¤Æ¹Ô¤¯»ÑÀª¤Ï°ìËܶڤ¬Ä̤äƤƳʹ¥Îɤ¤¤Ç¤¹¤Í¡ª\r\n¤³¤Î¤Þ¤ÞReal¤ÇRepresent Street¤Ê¥Ó¥¸¥Í¥¹¥Þ¥óShorty¤È¤·¤Æ´èÄ¥¤ê³¤±¤Æ¤â¤é¤¤¤¿¤¤¤Ç¤¹¤Í¡£¤¤¤Ä¤«¥·¥ç¥¦¥Ó¥¸¥Í¥¹Àè¹Ô¤Î¶È³¦¤ËÉ÷·ê¤ò³«¤±¤Æ¡¢¥Ï¡¼¥³¡¼¤ÊG¥·¥Ã¥È¥¹¥¿¥¤¥ë¤¬¥á¥¸¥ã¡¼¤Ë¤Ê¤ë(?)ËÜÍ褢¤ë¤Ù¤­¥·¡¼¥ó¤òºî¤Ã¤Æ¤¯¤ì¤½¤¦¤ÊÀª¤¤¤ò´¶¤¸¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (620,'b9aeba11b3','','¤¢¡¼¤³¤ó¤Ê¤³¤È¤Ë¤Ê¤Ã¤Æ¤¿¤Ê¤ó¤ÆÁ´Á³ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡ª\r\n\r\n¤¿¤À¡¢Ê¸¾ÏÆɤó¤À¤À¤±¤À¤É¤¤¤Þ¤¤¤Á¤É¤ó¤Ê¤³¤È¤Ê¤Î¤«¤­¤Á¤ó¤ÈÇÄ°®¤Ç¤­¤Æ¤Ê¤¯¤Æ¡¢\r\n[size=9:b9aeba11b3](Âç³ØË¡³ØÉô¤À¤Ã¤¿¤Î¤Ë¡£¡£¡£)[/size:b9aeba11b3]\r\n¥·¥ó¥Ý¥¸¥¦¥à¹Ô¤±¤½¤¦¤À¤Ã¤¿¤é¹Ô¤Ã¤Æ¤ß¤è¤¦¤«¤È»×¤Ã¤Æ¤¤¤Þ¤¹¡£\r\n[size=9:b9aeba11b3](Ìë¤À¤Ã¤¿¤éÀäÂйԤ±¤ë¤Î¤Ë¤Ê¤¡¡£¡£)[/size:b9aeba11b3]\r\n\r\n´¶¾ðŪ¤Ë¤Ê¤ë¤Î¤Ï¤è¤¯¤Ê¤¤¤È¤Ï»×¤¦¤ó¤Ç¤¹¤±¤É¡¢\r\nÍ¢ÆþÈÇCDÇ㤨¤Ê¤¤¡¢¤È¤«¤Ê¤Ã¤¿¤é¤ä¤Ã¤Æ¤±¤Ê¤¤¤Ã¤¹¤«¤é¡¢¼ÂºÝ¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (622,'62d6779f45','','¾å¤¸¤ã¤Ê¤¤¤Ç¤¹¤Í¡¢¥Ú¡¼¥¸ÊѤï¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (623,'a6b37d0bca','undagrind','¼«Ê¬¤Ï\r\nccc is the army,\r\ndsr/t-town presents...,\r\nboyz-n-blue,\r\nundagrind,\r\nÅþÃåÂÔ¤Á¤Ç¤¹\r\n\r\n¤Þ¤¿Ç㤤¤Ï¤¸¤á¤Æ¤·¤Þ¤Ã¤¿¥¢¥ó¥À¡¼¤â¤Î...º¤¤ê¤Þ¤·¤¿\r\n\r\nyung-ro¤«¤Ê¤ê´üÂÔ¤·¤Æ¤¤¤Þ¤¹\r\nÁ°¤Îwelcome to nobody land¤Ç¤«¤Ê¤ê¤Ï¤Þ¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n¥é¥Ã¥×¤¬¤¦¤Þ¤¤¤È¤¤¤¦Ìõ¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤¹¤¬\r\nÃϲ¼¤â¤Î¤Ê¤Î¤Ë¥ª¥ê¥¸¥Ê¥ëÅÙ¤¬¹â¤¤¤Î¤È\r\n(og ron-c¤Î¥ß¥Ã¥¯¥¹¤Î¤¬¤«¤Ê¤êÎɤ¤¤Ç¤¹)\r\n²¼¼ê¤À¤±¤ÉÀª¤¤¤À¤±¤Ï¤¢¤ë¤¼¡ª\r\n¤È¤¤¤¦´¶¤¸¤Ç¹¥¤­¤Ç¤¹\r\n ::oops: \r\n\r\nH-town¤Îdipset¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (624,'350f10105d','THA CLASSIC!!','¤È¤¦¤È¤¦½Ð¤Þ¤·¤¿¡ª\r\nSKINNY PIMP¤ÎTHA CLASSIC!!\r\n\r\nʹ¤«¤ì¤¿Êý¡¢\r\n´¶Áۤʤɤò½ñ¤¤¤Æ¤¤¤¿¤À¤±¤¿¤é\r\nºÇ¹â¤Ç¤¹¡£\r\n\r\nǧÃÎÅٹ⤤¤±¤ÉÇã¤ï¤Ê¤¤»®°ì°Ì¤À¤Ã¤¿¤ê¤·¤Æ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (625,'60d3210a02','','¥­¥ã¥Ñ¥ª¡¼¥Ð¡¼¤ÇÆþ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£¡£\r\n\r\n>g-stringz¤µ¤ó\r\n²ñ¾ìÆâ¤âÁêÅö¥Ñ¥ó¥Ñ¥ó¤À¤Ã¤Æʹ¤­¤Þ¤·¤¿¤±¤É¡¢¤É¤¦¤Ç¤·¤¿¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (626,'0ab1aa2d02','','[quote:0ab1aa2d02=\"shinodogg\"]¥­¥ã¥Ñ¥ª¡¼¥Ð¡¼¤ÇÆþ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£¡£\r\n\r\n>g-stringz¤µ¤ó\r\n²ñ¾ìÆâ¤âÁêÅö¥Ñ¥ó¥Ñ¥ó¤À¤Ã¤Æʹ¤­¤Þ¤·¤¿¤±¤É¡¢¤É¤¦¤Ç¤·¤¿¤«¡©[/quote:0ab1aa2d02]\r\n\r\n[url=http://www.lc-com.co.jp/cgi-bin/board.cgi?name=2pac]Bro:PPG¤Î¥µ¥¤¥È¤ÎBBS[/url]\r\n¤Ç¾ÜºÙ¤¬Êó¹ð¤µ¤ì¤Æ¤Þ¤¹!\r\n¼è¤êµÞ¤®¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (627,'0fe9e81c4c','','shinodogg¤µ¤ó¤ÏÆþ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¤«¡Á\r\nËͤϸáÁ°Ã椫¤é¤¢¤ÎÊÕ¤Ö¤é¤Ö¤é¤·¤Æ¤Æ¡¢Á᤯Ã夤¤¿¤Î¤Ç¡¢¤¹¤Ù¤ê¹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿ :) \r\nÃæ¤Ï¤ä¤Ã¤Ñ¤ê¥Ñ¥ó¥Ñ¥ó¤Ç¤·¤¿¤è!\r\n\r\n¿§¡¹¤ÊÏäòʹ¤¤¤Æ¡¢²þ¤á¤ÆÊ¢¤¬Î©¤Á¤Þ¤·¤¿¤Í :angry5: \r\n¤¢¤ÈÍ¢ÆþÈ׶ȳ¦¤Î»ÅÁȤߤòÃΤ줿¤Î¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (628,'fec6468cd1','','¹Ô¤±¤Ê¤«¤Ã¤¿Êý¤Ï\r\nhttp://symposium.seesaa.net/ -----¥á¥â\r\nhttp://radio.gs/ ------²»À¼¡¦Æ°²è\r\n¤ò¥Á¥§¥Ã¥¯!!\r\n\r\n¤³¤ì¤ÇÁ´Éôʹ¤±¤ë¤Ê¤é¡¢¹Ô¤«¤Ê¤¯¤Æ¤âÎɤ«¤Ã¤¿¤ó¤¸¤ã¤Ê¤¤¤«¤È¼ã´³»×¤¤¤Þ¤·¤¿¤¬ :lol: Ã渶¾»Ìé¤Ã¤Æ¤É¤ó¤Ê¿Í¤«µ¤¤Ë¤Ê¤Ã¤Æ¤¿¤Î¤Ç¡¢¸«¤ì¤ÆÎɤ«¤Ã¤¿¤Ç¤¹ :signlol: \r\n\r\n[img:fec6468cd1]http://images-jp.amazon.com/images/P/4104472018.09.MZZZZZZZ.jpg[/img:fec6468cd1]\r\n¢¬¤è¤¯¤ï¤«¤é¤Ê¤¤¤±¤ì¤É¡¢¤Ê¤ó¤«¹¥¤­¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (629,'bebf2393bc','','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¥Á¥§¥Ã¥¯¤·¤Æ¤ß¤Þ¤¹ :signthanks: \r\n\r\n¤³¤Ê¤¤¤À¤Þ¤Ç http://radio.gs/ ¤Ë¤ÏMP3ÈǤ·¤«¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\nÆ°²è¤â¥¢¥Ã¥×¤µ¤ì¤¿¤ó¤Ç¤¹¤Í¡ª\r\nMP3ʹ¤¤¤¿´¶¤¸¤À¤È¡¢¤½¤â¤½¤âºÆÈÎÀ©Å٤äƤΤ¬Èù̯¤À¤è¤Ê¡£¡£\r\n¤Ê¤ó¤Æ»×¤¤¤Þ¤·¤¿¡£\r\n\r\nºòÆüSHINJUKU SPOKEN WORDS SLUM¤È¤¤¤¦¥¤¥Ù¥ó¥È¤ËÍ·¤Ó¤Ë¹Ô¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢\r\n¤½¤³¤Ç¤â¾¯¤·ÏÃÂê¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¡£·ë¹½ÃíÌܤ¬½¸¤Þ¤Ã¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n¤Ê¤ó¤Ç¤â¤Ã¤ÈÁ᤯¡¦¡¦¡¦¡¦(°Ê²¼Î¬'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (630,'bf3bdb4e4f','¶µ¤¨¤Æ²¼¤µ¤¤¡ª¡ª','¥¯¥é¥×¥È¤ÎG-TV¤ÇBadazz¤¬¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤Æ¤Þ¤¹¤¬¡¢¥Ð¥Ã¥¯¤Çή¤ì¤Æ¤¤¤ë¶Ê¤Ïï¤Î²¿¤È¸À¤¦¶Ê¤Ç¤¹¤«¡£\r\ndolla dolla bill y\'all¤Ã¤Æ¸À¤Ã¤Æ¤ë¶Ê¤Ç¤¹¡£\r\n¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (631,'46c5ed8d81','','[img:46c5ed8d81]http://www.breatherentertainment.com/images/uskillingus.jpg[/img:46c5ed8d81]\r\n\r\nÆüËܤǥե¡¥ó¤¬Â¿¤¤¤È»×¤ï¤ì¤ë\r\nCRAZY¤Î¿·Éè¤Ç¤¹¡£(C¤ËÌᤷ¤¿¤ó¤Ç¤¹¤Í¡ª)\r\n7·î7ÆüȯÇäͽÄê¡£\r\n\r\nCRAZY¤¬½êÍ­¤¹¤ë¥ì¡¼¥Ù¥ë¤Î¥µ¥¤¥È(¹©»öÃæ)\r\n :arrow: http://www.breatherentertainment.com/\r\n\r\n\r\nMR. MARCELO¤ÏCURRENCY¤Î¿·¤·¤¤¥ß¥Ã¥¯¥¹¥Æ¡¼¥×¤Ë»²²Ã¤·¤Æ¤¤¤ë¤ß¤¿¤¤¤Ç¤¹¡£\r\nbut ¤½¤ì¤¬ºÇ¶á¤ÎÏ¿²»Êª¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó :angel12:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (632,'a6f2e609d4','LOS, Trinity Garden Cartel, 5th Ward, SMK & more !','Check out my new auctions, some rare rap cds + videotapes and ps2 games\r\n [URL=http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&include=0&userid=baldylocc&sort=3&rows=25&since=-1&rd=1]Ebay auctions[/URL]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (633,'f155ca0599','®Ê󡪡ÈSECTION8¡É£¶·î³«ºÅ¡ª¡ª','=D> ¤ªÂÔ¤¿¤»¤·¤Þ¤·¤¿¡ª¡ÈSECTION8¡É¼¡²ó³«ºÅ¤Ï¡¡£¶·î£²£¶Æü(ÅÚ)¡¡¾ì½ê¤ÏΩÀî£Ì£É£Î£Ë¤Ç¤¹¡ª¡ª¡¡¾ÜºÙ¤Ë¤Ä¤­¤Þ¤·¤Æ¤Ï¡¢·èÄ꼡Â褪ÃΤ餻¤¤¤¿¤·¤Þ¤¹¡£ =D> [color=darkblue:f155ca0599][/color:f155ca0599]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (634,'24642845f2','','¾ðÊóthanks¤Ç¤¹¡ª¡ª\r\n\r\nof 504 boyz¤Ã¤Æ½ñ¤¤¤Æ¤¢¤ë¤È¤³¤í¤¬ :oops: \r\n¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (635,'6b70c5bbed','','¥¿¥¤¥È¥ë¤â\r\n²¿¤À¤«°ÕÌ£¿¼¤Ç¤¹\r\n :leftfighter1: :rightfighter6:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (636,'1d53ec9034','','san quinn¤Î\r\ni give you my word\r\nÇã¤Ã¤Æ¤ß¤Þ¤·¤¿\r\n\r\nmessy marv¤Î¿·ºî¤â¤½¤¦¤Ç¤·¤¿¤¬\r\ntone capone¥×¥í¥Ç¥å¡¼¥¹¶Ê¤¬Â¿¤¯¤Æ\r\n»÷¤¿¤è¤¦¤Ê´¶¤¸¤Î\r\nºîÉʤˤʤäƤޤ·¤¿¡£\r\n\r\n¤³¤ì¤«¤é¤Îbay area¤Ï¤³¤ó¤Ê²»¤Ë¤Ê¤Ã¤Æ¤¤¤¯¤ó¤Ç¤¹¤«¤Í¡¼¡¢\r\n¤Ê¤É¤È»×¤¤¤Þ¤·¤¿¡£\r\n\r\nºîÉʤȤ·¤Æ¤Ïmessy\r\n¥é¥Ã¥Ñ¡¼¤È¤·¤Æ¤Ïsan quinn¤Ç¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (637,'ac97b8586a','K-RINO & the SPC Presents FAMILY BIZNEZZ','[img:ac97b8586a]http://www.southparkcoalition.com/Cover/familybiz.jpg[/img:ac97b8586a]\r\n\r\n·ã¥Û¥Ã¥È¤Ê¥³¥ó¥Ô¤Ç¤¹!!\r\nK-RINO, Z-RO-Game Goes On¤ÎReg. Ver.¤À¤±¤ÇÇ㤤¤À¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (638,'65c09cb18b','´ØÏ¢µ­»ö','º£Ä«¡Ê2004/5/14¡Ë¤ÎÆü·Ð¿·Ê¹¤Î43Ì̤˴ØÏ¢µ­»ö¤¬½Ð¤Æ¤Þ¤·¤¿¡£\r\n¤½¤Îµ­»ö¤ÎÃæ¤Ç¤â¡Ö¥¨¥ó¥É¥æ¡¼¥¶¡¼¤Ë¤Ï±Æ¶Á¤¬½Ð¤Ê¤¤¡×¤È¸À¤¦¥³¥á¥ó¥È¤â½Ð¤Æ¤Þ¤¹¤±¤É¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (639,'25b01c1afb','¤½¤ì¤Ë¤·¤Æ¤â','[quote:25b01c1afb=\"goku\"]\r\nºîÉʤȤ·¤Æ¤Ïmessy\r\n¥é¥Ã¥Ñ¡¼¤È¤·¤Æ¤Ïsan quinn¤Ç¤·¤¿¡£[/quote:25b01c1afb]\r\n\r\n3¿Í¤·¤«Åêɼ¤·¤Æ¤Þ¤»¤ó¤¬¡¢¤ß¤ó¤ÊSan QuinnÇɤʤó¤Ç¤¹¤Í¡£\r\nMessyMarvÇɤ¬¤¤¤Æ¤â¤ª¤«¤·¤¯¤Ê¤¤¤È»×¤Ã¤¿¤Î¤Ç¤¹¤±¤É :roll: \r\n\r\nMessy¤ÈƱ¤¸´¶¤¸¤Ç¤¹¤«¡£\r\n¥ì¥Ý¡¼¥È¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :signthanks: \r\n¥È¥é¥¤¤·¤Æ¤ß¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (640,'58fd1f4c34','','ÉÕ¤±²Ã¤¨¤Æ¤ª¤¯¤È\r\n¤É¤Á¤é¤«¤È¤¤¤¦¤È\r\nmessy¤ÏÆîÉô¤Ã¤Ý¤¤¤Ç¤¹¤¬¡¢\r\nsan quinn¤ÏÅ쳤´ß¥á¥¸¥ã¡¼¤Ã¤Ý¤¤¥Õ¥ì¡¼¥Ð¡¼¤Ç¤·¤¿¡£\r\n\r\nrap¤Î¥¿¥¤¥È¤µ¤Ç¤Ï¼«Ê¬¤Ïsan quinn¿ä¤·¤Þ¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (641,'796925f4c2','kandyman "one man gang"','houston, tx¤Î¥é¥Ã¥Ñ¡¼¤Î¤è¤¦¤Ç¤¹¡£\r\n¥¸¥ã¥±¤Ï¼«Ê¬Åª¤Ë¤Ï¤«¤Ê¤ê¤½¤½¤é¤ì¤Þ¤¹\r\n¾ÜºÙ¤ÏÉÔÌÀ¤Ê¤ó¤Ç¤¹¤¬\r\n¤É¤Ê¤¿¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤\r\n\r\n[img:796925f4c2]http://www.geocities.co.jp/MusicStar-Keyboard/8487/kandyman.jpg[/img:796925f4c2]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (642,'f57b57d26d','¥Õ¥é¥¤¥ä¡¼','5/29 [Sat] \r\nÃÓÂÞ @COLOR 22:00¡Á\r\n\r\nG-HOUSE03 Presents\r\n¡ÖPIMP SH¡úT!¡×\r\n\r\nFeaturing DJ:HAGANE (from OSAKA),NACHO CHEESE(from OSAKA),BENN(from OSAKA),Tiez,Silent,DAZS,Hi-Low,G-HOUSE03\r\n\r\nAD 2000yen(2 Drink) WF1500yen\r\n\r\n[color=blue:f57b57d26d][b:f57b57d26d]ÀèÃ岿̾¤«¤Ë³ÆÃø̾¿Í¤¬´Æ½¤¤Î¥³¥ó¥ÔCD¥×¥ì¥¼¥ó¥È!\r\n¤½¤·¤Æ[G-HOUSE03 Presents DPG MIX]¤¬¥¸¥ã¥±¤òºþ¿·¤·¤Æ´°Á´¸ÂÄê̵ÎÁÇÛÉÛ!\r\n¤³¤Á¤é¤âÀèÃ岿̾¤«¡£\r\n¥ê¥ê¡¼¥¹¤ÏÀäÂФˤ·¤Þ¤»¤ó¡£[/b:f57b57d26d][/color:f57b57d26d]\r\n\r\nÍè¤Æ¤¤¤¿¤À¤±¤ëÊý¤Ï»öÁ°¤ËÏ¢Íí¤¤¤¿¤À¤±¤ë¤È½õ¤«¤ê¤Þ¤¹!\r\ninfo@g-house03.com\r\n\r\n[img:f57b57d26d]http://www.g-house03.com/fig/topfig/pimpshitvol1.gif[/img:f57b57d26d]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (643,'3afd4d243b','','¤¢¡¢¤É¡¼¤â¤¹¤¤¤Þ¤»¤ó\r\nf/ Bun B, Slim Thug, K-Rino, Yukmouth, Billy Cook, & more\r\n¤Æ¤³¤È¤Ç¤¹¤è¤Í¡£\r\n̾Á°¤«¤é¤¹¤ë¤È¡¢´Å¤½¤¦¤Ê¤ó¤Ç¤¹¤±¤É\r\nf/K-RINO¤Æ¤³¤È¤Ç¥´¥ê¥´¥ê¤«¤Ê¤È¤â»×¤Ã¤¿¤ê¡£¤¦¡Á¤ó :grouphuuug: \r\n\r\nBEELOW¤È¤«¤È°ì½ï¤Ë°ì±þÃíʸ¤·¤Æ¤ß¤Þ¤·¤¿¡£ :alien:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (644,'35512f54c2','','goku¤µ¤óϢ³¤Ç¤¹¤¤¤Þ¤»¤ó\r\nhttp://2602.hito.thebbs.jp/Madam/\r\n¤³¤ó¤Ê¤Î¤¢¤Ã¤¿¤ó¤Ç¡¢¸«¤Æ¤¯¤À¤µ¤¤¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (645,'25863b82c6','','last day! don\'t miss out playas'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (646,'deb1f3a7e5','','²¿¤È¤Ê¤¯¥´¥ê¥´¥ê¤Ã¤Ý¤½¤¦¤Ç¤¹¤Í\r\n\r\nTRAPPER THE RAPPER\r\nµ¤¤Ë¤Ê¤ê¤Þ¤¹\r\n\r\n¤Þ¤À»îÄ°¤·¤Æ¤Þ¤»¤ó¤¬\r\n¼¡²ó¤ÎÃíʸ»þ¤ËÇã¤Ã¤Á¤ã¤¤¤Þ¤¹\r\n\r\n 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (647,'08664cc463','','1. Intro-One Man Gang (Kandyman)\r\n2. Grab Your Troops (Kandyman)\r\n3. Lets Get Blowed (Kandyman)\r\n4. Hatin\' My Grind (Kandyman)\r\n5. Amp It Out (Bun B)\r\n6. One of Them Thugs (Kandyman)\r\n7. Invitation for Love (Cook, Billy)\r\n8. Flavor da Game (Gemini)\r\n9. Superfly Pimp (Kandyman)\r\n10. Scandalous Hoes (Gemini)\r\n11. Hit\'em Up (K Rino)\r\n12. Felony Judgement (Kandyman)\r\n13. Premature Love (Kandyman)\r\n14. Shinin\' Star (Cook, Billy)\r\n15. Mama I\'m Wrong (Kandyman)\r\n16. Can\'t Keep It Real (Gemini)\r\n17. Steppin\' in da Club (Kandyman)\r\n18. Keep Ballin\' (Birdo Beats)\r\n \r\n¤³¤Î¶Ê¥ê¥¹¥È¤ò¸«¤Æ¥µ¥¦¥¹¥µ¥¤¥É¤Î¿Í¤«¤Ê¡¢¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬\r\nSLIM THUG¡¢YUKMOUTH¤â¤¤¤ë¤È¤Ê¤ë¤È¡¢¼ÂÎÏÇɤò¸Æ¤ó¤À¤À¤±¤Ê¤Î¤«¤â¡¦¡¦¡¦\r\n\r\nLBB¤µ¤ó\r\nTWIND 1ST¤ÏËͤ⺣¤ªµ¤¤ËÆþ¤ê¤Î¥ì¡¼¥Ù¥ë¤Ç¤¹¡£\r\nPACHINO DINO¤ÈKIFLE¤¬¹¥¤­¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (648,'d1db8f0a85','','g-stringz¤µ¤ó¡¢\r\nPACHINO DINO»ý¤Ã¤Æ¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤±¤ÉÍê¤ó¤¸¤ã¤¤¤Þ¤·¤¿¡£\r\n¥¸¥ã¥±²ø¤·¤¤¤Ç¤¹¤è¤Í :oops: \r\nKIFLE¤Ï¤«¤Ê¤ê¥­¥Ä¤½¤¦¤Ê¤ó¤Çº£²ó¤Ï¸«Á÷¤ê¤·¤Þ¤·¤¿¡£ =;'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (649,'bb60048430','¡¦¡¦¡¦','¥¢¥Þ¥¾¥ó¤«¤éÆþ²Ù¤Ç¤­¤Ê¤¤¤ÈÏ¢Íí¤¬Íè¤Þ¤·¤¿¡¦¡¦¡¦\r\n¤À¤¤¤ÖÂԤäƤ¿¤Î¤Ë¡£\r\n\r\n¾¤Ë¤¿¤Î¤â¤Ã¤È¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (650,'fb0c04957f','BLUE BERRY NIGHT VOL.6','WASS UP??? :oops: :oops: :oops: :oops: :oops: \r\n º£½µ¤Î¶âÍËÆü¤Ï¡¢¤¤¤è¤¤¤èBLUE BERRY NIGHT VOL.6.¥²¥¹¥È¤Ë¤ÏDJ GO¡õMIC PRESIDENT.º£²ó¤Ï¡¢DJ GO¤ÎMIC¤â½Ð¤ë¤é¤·¤¤¤¾¡£Âçºå¤«¤é¤Ï¡¢DJ HAGANE¤â¶î¤±¤Ä¤±¤Æ¤¯¤ì¤ë¤·¡¢¤â¤Á¤í¤óDJ COKE,NAOKEY,MAUTHC¤â¾å¤²¾å¤²¡ª¡ª¡ª¡ªLIVE¤Ë¤Ï¡¢ANARCHY¤â¡ª¡ª¡ªDANCE¤Ï¡¢¤ª¤Ê¤¸¤ßBROWNIE¾î¡¢¤½¤·¤Æ¡¢Ìµ¿Í¾è¤ê¡£ÅöÆü¥Á¥±¥Ã¥È¤Ï¡¢Á°Çä¤ê¤ÎÀé±ßUP¤é¤·¤¤¤«¤éÃí°Õ¤·¤Æ¡ª¡ª¡ª¡ª\r\nº£²ó¤âALL NIGHT LONG!!!!!!!!\r\nGALS¡õMENS¡õGANGSTA¡õHASTLER,\r\nLET`S GO PARTY¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª\r\nBLUE BERRY RECORDZ ALL DAY EVRY DAY!!!\r\n@COMPLEX KYOTO\r\nINFO STEEZ¡¡£°£·£µ-£²£´£±¡Ý£°£¹£²£° :oops: :oops: :oops: [color=darkblue:fb0c04957f][/color:fb0c04957f][color=darkblue:fb0c04957f][/color:fb0c04957f]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (651,'49f9b647c0','WON GGGGG!','¤µ¤ï¤ä¤«Won-GÂç¹¥¤­¤Ç¤¹¡£\r\n¥ì¥¹ÃÙ¤ì¤Æ¤¹¤ß¤Þ¤»¤ó¡£ :oops: \r\n\r\n¤Ç¡¢\"No Better Than This\"ʹ¤¤¤Æ¤ß¤Þ¤·¤¿¡£\r\n1¶ÊÌÜ¡£\r\n¤¦¡Á¤ó¡¦¡¦¡¦¤É¤³¤Ç¤·¤ç¤¦¡©\r\n»ä¤Î¤ÏÈô¤ó¤Ç¤ë´¶¤¸¤Ï¤·¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¦¡¦¡¦\r\n²¿Ê¬²¿É䰤餤¤«¤ï¤«¤ê¤Þ¤¹¤«¡©\r\n\r\n[quote:49f9b647c0=\"¥Ð¥Ã¥È¥Þ¥ó\"]Ëͤ¬¸À¤Ã¤Æ¤ë¤Î¤Ï¡Öno better than this¡×¤È¡Ödo it¡×¤Î2Ëç¤Ç¤¹¡£won G ¤Ã¤Æ¤¸¤Ä¤Ï¥¢¥ë¥Ð¥à4Ëç½Ð¤·¤Æ¤¿¤ó¤Ç¤¹¤Í¡£[/quote:49f9b647c0]\r\n\r\n4ËçÌܤÏ3ËçÌܤΥ졼¥Ù¥ë¤¬ÅÝ»º¤·¤¿¤Î¤Ç½Ðľ¤·ÈפǤ¹¡£\r\n3ËçÌܤÈ¿¾¯¼ýÏ¿¶Ê¤¬ÊѤï¤Ã¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤¬»ä¤Ï¤â¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤ï¤«¤é¤Ê¤¤¤Ç¤¹¡£ :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (652,'1189ca4d01','Re: ¶µ¤¨¤Æ²¼¤µ¤¤¡ª¡ª','[quote:1189ca4d01=\"stellven\"]¥¯¥é¥×¥È¤ÎG-TV¤ÇBadazz¤¬¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤Æ¤Þ¤¹¤¬¡¢¥Ð¥Ã¥¯¤Çή¤ì¤Æ¤¤¤ë¶Ê¤Ïï¤Î²¿¤È¸À¤¦¶Ê¤Ç¤¹¤«¡£\r\ndolla dolla bill y\'all¤Ã¤Æ¸À¤Ã¤Æ¤ë¶Ê¤Ç¤¹¡£\r\n¤ª´ê¤¤¤·¤Þ¤¹¡ª[/quote:1189ca4d01]\r\n\r\nŤ¤´Ö¡¢¸«¤Æ¤Þ¤»¤ó¤Ç¤·¤¿¤¬º£¸«¤Æ¤ß¤Þ¤·¤¿¡£\r\n¤¬¡¢¤É¤Î¤¢¤¿¤ê¤Î¤ä¤Ä¤Ç¤·¤ç¤¦¡©\r\nÁ´Éô¤òÉáÄ̤ò¸«¤ë»þ´Ö¤¬¤Ê¤¤¤Î¤Ç¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ë¤È¤¢¤ê¤¬¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (653,'d19042e72d','','SOTS¡¢¾å¤Ç¤Ï¤Á¤ç¤Ã¤È¸·¤·¤¤¤³¤È¤ò½ñ¤¤¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤¬¡¢\r\nº£Ç¯¤ÎÀ¾¥ê¥ê¡¼¥¹¤ÎÃæ¤Ç¤Ï¤«¤Ê¤êÎɤ¤¤È»×¤¤¤Þ¤¹ :roll: \r\n\r\n¥¢¥Þ¥¾¥ó¤Ï¥¸¥ã¥Ñ¥ó¤ÎÊý¤Ç¤·¤ç¤¦¤«¡©\r\nËͤ¬¿·Éè¤òÃíʸ¤·¤¿¤È¤­¤Ï¡¢ÂçÂΣ±~2½µ´Ö¤ÇÆϤ¯¤ó¤Ç¤¹¤¬¡¦¡¦\r\nUS¤ÎÉÊ·¤¨¤ò´°àú¤Ë¥Õ¥©¥í¡¼¤¹¤ë¤Î¤ÏÆñ¤·¤¤¤ß¤¿¤¤¤Ç¤¹¤Í :| \r\n\r\nºÇ¶á¤ÏL.A.¤¢¤¿¤ê¤âÄäÂÚµ¤Ì£¤«¤È»×¤¦¤ó¤Ç¤¹¤¬\r\n²¿¤«¥ª¡¼¥À¡¼¤µ¤ì¤Þ¤·¤¿¤«¡©\r\n¤³¤ì¤«¤é¤Ï213¤ÈBIG HUTCH¤¬³Ú¤·¤ß¤Ç¤¹¡ª\r\n213¤Ï¥µ¥ó¥×¥ë¤ò²¿¶Ê¤«Ä°¤­¤Þ¤·¤¿¡£\r\n¤Þ¤º¤¹¤Ù¤ë¤³¤È¤Ï¤Ê¤¤¤À¤í¤¦¤È»×¤¤¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (654,'be2952c41d','CHILLY CHILL TV (DVD)¤¬½Ð¤ë¤é¤·¤¤','LENCH MOB¤¬½ù¡¹¤ËºÆ¥Ï¥¹¥ë¤ò»Ï¤á¤Æ¤¤¤Þ¤¹¡ª\r\n\r\n[url=http://host104.ipowerweb.com/~wcrydaz/Chilly_Chill.wmv]CHILLY CHILL TV¥×¥ì¥ô¥å¡¼[/url]\r\n\r\nDVD¤ÎȯÇäÆü¤Ï̤Äê¤Î¤è¤¦¤Ç¤¹¤¬\r\n´é¤Ö¤ì¤À¤±¤ò¸«¤ë¤À¤±¤Ç¶½Ê³¤·¤Þ¤¹ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (655,'73ba41bb7c','','SUGE¤Ï¤­¤Ã¤È²ù¤·¤¬¤Ã¤Æ¤¤¤ë¤Ç¤·¤ç¤¦¤Í :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (656,'3153c1d829','¤«¤Ã¤³¤¤¤¤¡ª','[quote:3153c1d829=\"funksta\"]ºÇ½é¤ÎMenace 2 societyÉ÷¤Î¥·¡¼¥ó¤Ç¥Ë¥ä¥ê¤È¤µ¤»¤é¤ì¤Þ¤·¤¿ :2gunfire:[/quote:3153c1d829]\r\n\r\n»ä¤â¤½¤³¤Ç¤ä¤é¤ì¤Þ¤·¤¿¡£\r\nEazy-E¤ò¤¬¤Ã¤Á¤ê¤È°Õ¼±¤·¤¿¥µ¥¦¥ó¥É¤â¥°¥Ã¥É¤Ç¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (657,'7f528c1c9e','','¤Ê¤Ä¤«¤·¤¤¤Ç¤¹¡¼ :wink: \r\nI\'m Sorry For Your Mother =; \r\n¤Ã¤Æ¸À¤Ã¤Æ¤¿¤ó¤Ç¤¹¤«¤Í¡£¼ÂºÝ¤Î¥á¥Ê¥¹£²¥½¥µ¥¤¥¨¥Æ¥£¤ÎÊý¤â¡£\r\n¤Ê¤ó¤«¤â¤Ã¤È¥¢¥¸¥¢·Ï¤Î¥ì¥¸¤Î¤ª¤Ã¤µ¤ó¡¢´¶¤¸°­¤«¤Ã¤¿¤è¤¦¤Êµ¤¤¬¤·¤¿¤ó¤Ç¤¹¤¬¡£\r\n\r\nºÇ¶á¤Ï(¤³¤³£²¡Á£³Ç¯¤¯¤é¤¤¤Ç)¡¢¥¦¥¨¥¹¥È¤Ê´¶¤¸¤Î±Ç²è¤Ã¤Æ¤¢¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (658,'0570ce153b','','KANDY MAN / ONE MAN GANG\r\n¤ä¤Ã¤ÈÍè¤Þ¤·¤¿¡£2CD¤Ç¤·¤¿¡Ê¥ì¥®¥å¥é¡¼+¥¹¥¯¥ê¥å¡¼¡Ë¡£\r\n̤¤À£²²óÌÜÄ°¤¤¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢¤Ê¤«¤Ê¤«¤Ç¤¹¡£\r\nf/BILLY COOK¤Î£²¶Ê¤ÈGEMINI¡Ê¥·¥ó¥¬¡¼¡Ë¤Î£³¶Ê¤¬¤ä¤Ï¤ê¤È¤¤¤¦¤«·ë¹½¥¤¥¤¤Ç¤¹¡£\r\n¤¢¤È¤Ï¡¢goku¤µ¤ó¤ÎͽÁÛÄ̤ꥴ¥ê¤Ã¤Æ¤Þ¤¹¤Í¡£¤³¤Á¤é¤Ï¥Ï¥º¥ì¶Ê¿¤·¤«¤Ê¡£\r\n¥¹¥¯¥ê¥å¡¼¤Ï»¨¤Ê¤¬¤é¤Ä¤Ê¤¤¤Ç¤Þ¤¹¡£Á°È¾¤Ï¥¤¥¤¤±¤É¸åȾ¤¬¥¤¥Þ¥¤¥Á¤«¤Ê¡£\r\n\r\n¤È¤¤¤¦´¶¤¸¤Ç¤¹¡£ :oops: \r\n\r\n¤¢¤È°ì½ï¤ËÍ褿BEELOW¤Î¿·Éè¤Ç¤¹¤±¤É¡¢¥²¥¹¥È¤¬¡¢\r\nC-MURDER, C-LOC, LIL BOOSIE, MAX MINELLI, DAVID BANNER,\r\nJUVENILE, BIG MOE, T-2, LIL TROY¡¢Â¾\r\n¤È¤«¤Ê¤ê¹ë²Ú¡£¤ª¤Þ¤±¤Ë¥Ü¡¼¥Ê¥¹DVDÉÕ¤­¤È¤«¤Ê¤ê³Ú¤Á¤ß¡£\r\n¤Ç¤â¤¢¤ó¤Þ¤ê¥Ð¥­¥Ð¥­¤À¤È·ù¤À¤Ê¡¼¤Æ´¶¤¸¤Ç¤¹¡£\r\n¤Þ¤¿Ä°¤¤¤¿¤é¥«¥­¥³¤·¤¿¤¤¤È»×¤¤¤Þ¤¹¡£ :flower: \r\n[img:0570ce153b]http://image.allmusic.com/00/amg/cov200/drg300/g327/g32781heu19.jpg[/img:0570ce153b]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (659,'9599f7cb7f','Re: WON GGGGG!','£ç¡Ýhouse¤µ¤ó¡¢ÊÖ»ö¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ªwon-G¤Ê¤ó¤Ç¤¹¤¬¡¢Í§Ã£¤Ëʹ¤«¤»¤¿¤é¡Ö¤³¤ì¤Ï¥¯¥ê¡¼¥ó¤À¤«¤é¤À¤í¡ª¡×¤È¨Åú¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤Ê¤«¤Ð¶¯°ú¤ËǼÆÀ¤Ç¤¹¡£¡¡¡¡¡¡ºÇ¶á¥¿¥ï¥ì¥³¤ÎȾ³Û¥ï¥´¥ó¤ÎÃ椫¤é¡ÖCAFFEINE¡×¥²¥Ã¥È¤·¤¿¤ó¤Ç¤¹¤¬¡¢¤³¤¤¤Ä¤Ï¤Ê¤«¤Ê¤«Îɤ¤¤Ç¤¹¤Í¡ª¤³¤Î¿Í¤Ë¤Ä¤¤¤Æ¤Ï¤µ¤Ã¤Ñ¤ê¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢¥é¥¹¥È¤Î¶Ê¤Ê¤ó¤«ºÇ¹â¤Ç¤¹¡ª¤¹¤Ã¤²¡¼ÆÀ¤·¤¿µ¤Ê¬¤Ã¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (660,'a6c3fcd788','PIMP SH¡úT!!!!!!!','ºòÆü¤ÏÀ¹¤ê¾å¤¬¤ê¤Þ¤·¤¿¤Í =D> \r\n¤È¤¤¤Ã¤Æ¤â¼«Ê¬¤ÏÅÓÃæ¤ÇÈ´¤±¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤¬ :cry:\r\n°ìÀ¼¤«¤±¤Æ¤«¤é½Ð¤è¤¦¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬03¤µ¤ó¸þ¤³¤¦¤Ç¥Æ¥ó¥·¥ç¥ó¤«¤Ê¤ê¹â¤«¤Ã¤¿¤Î¤Ç\r\n¤¢¤¨¤Æ¤«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡Ê¾Ð¡Ë\r\n¤½¤Î¸å¤É¤¦¤Ç¤·¤¿¡ª¡©\r\n¤â¤Ã¤È¥¢¥Î¾ì¤Ë¤¤¤¿¤«¤Ã¤¿¤Ç¤¹¡£\r\n¤Þ¤¿Íè·î¤ª²ñ¤¤¤·¤Þ¤·¤ç¤¦¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (661,'a06bbca272','','¾å¤Î\"BEELOW / THUGZ GONE WILD\"Ä°¤­¤Þ¤·¤¿¡£\r\nUNIVERSAL¤«¤é¤È¤¤¤¦¤³¤È¤Ç¡¢Î®¹Ô¤Î¥¯¥é¥ó¥¯°ìÊÕÅݤ«¤Ê¡©\r\n¤È»×¤Ã¤Æ¤¿¤ó¤Ç¤¹¤±¤É¡¢°Õ³°¤Ë¤â¥Ë¥å¡¼¥ª¡¼¥ê¥ó¥º¡¦¥Ð¥¦¥ó¥¹ËþºÜ¤Ç¤·¤¿¡£\r\nf/DAVID BANNER¤ÎCALL THE POLICE¤È\r\nJUVENILE»²²Ã¤Î£²¶Ê¤¬¥Î¥ê¥Î¥ê¤ÇÎɤ«¤Ã¤¿¤Ç¤¹¡£\r\n¤¢¤ÈBIG MOE»²²Ã¶Ê¤À¤±¥á¥í¡¼¤Ç¤·¤¿¡£¤³¤ì¤âÀ¨¤¤¥¤¥¤¡£\r\nÁ´ÂΤˤϡ¢¤Þ¤º¤Þ¤º¤È¤¤¤Ã¤¿½ÐÍ褫¤Ê¡©\r\n\r\nDVD¤Ï²¥¤ê¹ç¤¤¤Î¥·¡¼¥ó¤¬Â¿¤¯¤Æ¾Ð¤¨¤Þ¤·¤¿¡£²¼¥Í¥¿¤â¤¢¤ê¤Ç¤¹¡£\r\nJUVENILE¤äCHOPPA¤¬½Ð¤Æ¤ë¤Î¤Ç¡¢¤ªº×¤ê¹¥¤­¤Ë¤Ïɬ¸«¤Ç¤¹¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (662,'0df4b1dd52','Re: PIMP SH¡úT!!!!!!!','[quote:0df4b1dd52=\"­¶FLY\"]ºòÆü¤ÏÀ¹¤ê¾å¤¬¤ê¤Þ¤·¤¿¤Í =D> \r\n¤È¤¤¤Ã¤Æ¤â¼«Ê¬¤ÏÅÓÃæ¤ÇÈ´¤±¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤¬ :cry:\r\n°ìÀ¼¤«¤±¤Æ¤«¤é½Ð¤è¤¦¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬03¤µ¤ó¸þ¤³¤¦¤Ç¥Æ¥ó¥·¥ç¥ó¤«¤Ê¤ê¹â¤«¤Ã¤¿¤Î¤Ç\r\n¤¢¤¨¤Æ¤«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡Ê¾Ð¡Ë\r\n¤½¤Î¸å¤É¤¦¤Ç¤·¤¿¡ª¡©\r\n¤â¤Ã¤È¥¢¥Î¾ì¤Ë¤¤¤¿¤«¤Ã¤¿¤Ç¤¹¡£\r\n¤Þ¤¿Íè·î¤ª²ñ¤¤¤·¤Þ¤·¤ç¤¦¢ö[/quote:0df4b1dd52]\r\n\r\n¤É¤¦¤â¤Ç¤·¤¿¡ª\r\nÃΤé¤Ì´Ö¤Ë¤¤¤Ê¤¯¤Ê¤Ã¤Æ¤¿¤Î¤Ç¼ä¤·¤¤»×¤¤¤ò¤·¤Þ¤·¤¿¤¬¤½¤ó¤ÊÍýͳ¤Ç¤·¤¿¤« ::oops: \r\nÁᤤ»þ´Ö¤«¤é°û¤ó¤Ç¤¤¤¿¤Î¤Ç¸½ÃϤËÃ夤¤¿¤È¤­¤Ï¤¹¤Ç¤Ë½ÐÍè¾å¤¬¤Ã¤Æ¤ª¤ê¡¢½¹ÂÖ¤ò¤µ¤é¤·¤Þ¤·¤¿¡£\r\n²¿¤òή¤·¤¿¤«¤â¤Û¤È¤ó¤É³Ð¤¨¤Æ¤ª¤ê¤Þ¤»¤ó :dontknow: \r\n¤¢¤Î¸å¡¢½ô»ö¾ð¤¢¤ê4»þ¤´¤í¤Ëµ¢¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢¤½¤Î¤¢¤È¤Ë¤¤¤í¤¤¤í¤ÈÌäÂ꤬ȯÀ¸¤·¤¿¤è¤¦¤Ç¤¹¡£\r\n\r\n¾¤Ë¤â¤­¤Æ¤¯¤À¤µ¤Ã¤¿¤ß¤Ê¤µ¤ó¡¢»ä¤ÏÉáÃʤϤ¢¤ó¤Ê¿Í¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£\r\nº£ÅÙ¼òÈ´¤­¤Ç¤æ¤Ã¤¯¤ê¤È¡¦¡¦¡¦ :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (663,'d7de631be2','¤è¤«¤Ã¤¿¡ª','the end ¤Ï¤«¤Ê¤ê¤è¤«¤Ã¤¿¡ª¤³¤ì¤Ç½ª¤ï¤é¤Ê¤¤¤Ç¤Û¤·¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (664,'fdf54c61ba','Re: ¤è¤«¤Ã¤¿¡ª','[quote:fdf54c61ba=\"keita\"]the end ¤Ï¤«¤Ê¤ê¤è¤«¤Ã¤¿¡ª¤³¤ì¤Ç½ª¤ï¤é¤Ê¤¤¤Ç¤Û¤·¤¤¡£[/quote:fdf54c61ba]\r\n\r\n¤¢¤¿¤¿¤«¤¤¤ª¸ÀÍÕ¡¢¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :signthanks:\r\nHip-Hop¶È³¦¤È¤Ï°úÂà°úÂà¤È¤¤¤¤¤Ä¤Ä¤âɬ¤ºÉü³è¤¹¤ë¤â¤Î(¾Ð\r\n¤¤¤í¤¤¤í¹Í¤¨¤Æ¤¤¤­¤¿¤¤¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (665,'4b97cf2b29','Re: WON GGGGG!','[quote:4b97cf2b29=\"¥Ð¥Ã¥È¥Þ¥ó\"]£ç¡Ýhouse¤µ¤ó¡¢ÊÖ»ö¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ªwon-G¤Ê¤ó¤Ç¤¹¤¬¡¢Í§Ã£¤Ëʹ¤«¤»¤¿¤é¡Ö¤³¤ì¤Ï¥¯¥ê¡¼¥ó¤À¤«¤é¤À¤í¡ª¡×¤È¨Åú¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£¤Ê¤«¤Ð¶¯°ú¤ËǼÆÀ¤Ç¤¹¡£[/quote:4b97cf2b29]\r\n\r\n²ò·è¤·¤Æ¤è¤«¤Ã¤¿¤Ç¤¹¤Í¡ª\r\n»ä¤Î¤â¤Ã¤Æ¤¤¤ë¤Î¤â¡ÖP.A.¡×¤¬ÉÕ¤¤¤Æ¤Ê¤¤¤Î¤Ç¥¯¥ê¡¼¥ó¤À¤È»×¤Ã¤Æ¤¤¤Þ¤¹¡£\r\n1st¤â2¼ïÎà¥ê¥ê¡¼¥¹¤µ¤ì¤Æ¤¤¤ë¤é¤·¤¤¤Ç¤¹¤è¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (666,'2a726e788b','¥¸¥ã¥Ý¥ó','[quote:2a726e788b=\"g-stringz\"]¥¢¥Þ¥¾¥ó¤Ï¥¸¥ã¥Ñ¥ó¤ÎÊý¤Ç¤·¤ç¤¦¤«¡©\r\nËͤ¬¿·Éè¤òÃíʸ¤·¤¿¤È¤­¤Ï¡¢ÂçÂΣ±~2½µ´Ö¤ÇÆϤ¯¤ó¤Ç¤¹¤¬¡¦¡¦\r\nUS¤ÎÉÊ·¤¨¤ò´°àú¤Ë¥Õ¥©¥í¡¼¤¹¤ë¤Î¤ÏÆñ¤·¤¤¤ß¤¿¤¤¤Ç¤¹¤Í :| \r\n\r\nºÇ¶á¤ÏL.A.¤¢¤¿¤ê¤âÄäÂÚµ¤Ì£¤«¤È»×¤¦¤ó¤Ç¤¹¤¬\r\n²¿¤«¥ª¡¼¥À¡¼¤µ¤ì¤Þ¤·¤¿¤«¡©\r\n¤³¤ì¤«¤é¤Ï213¤ÈBIG HUTCH¤¬³Ú¤·¤ß¤Ç¤¹¡ª\r\n213¤Ï¥µ¥ó¥×¥ë¤ò²¿¶Ê¤«Ä°¤­¤Þ¤·¤¿¡£\r\n¤Þ¤º¤¹¤Ù¤ë¤³¤È¤Ï¤Ê¤¤¤À¤í¤¦¤È»×¤¤¤Þ¤¹¡ª[/quote:2a726e788b]\r\n\r\n¥¢¥Þ¥¾¥ó¤Ï¥¸¥ã¥Ñ¥ó¤Ç¤¹¡£\r\nºÇ¶á¤¤¤í¤¤¤í¤È¥­¥ã¥ó¥»¥ë¤µ¤ì¤Æ¤Þ¤¹ :cry: \r\n\r\nCl\'che¤Î¿·Éè¤Ï¸þ¤³¤¦¤Î¥¿¥ï¡¼¤ÇÂÔ¤¿¤µ¤ì¤Æ¤Þ¤¹¡¦¡¦¡¦\r\n\r\n213¤Ï¸Ä¿ÍŪ¤Ë¤Ï´üÂÔ¤·¤Æ¤Ê¤¤¤ó¤Ç¤¹¡£\r\nWarren G¥×¥í¥Ç¥å¡¼¥¹ºî¤¬¤Ê¤¤¤è¤¦¤Ç¤¹¤·¡£\r\n¤Ç¤â¡¢12¥¤¥ó¥Á¡Ê¥Ö¡¼¥È¡©¡Ë¤Ç½Ð²ó¤Ã¤Æ¤¿¤ê¤¹¤ë¥á¥í¥¦¤â¤Î¤Î¥Ç¥­¤â·ë¹½Îɤ«¤Ã¤¿¤ê¤·¤Æ¡¢¤½¤ÎÊդǤϤ⤷¤«¤·¤¿¤é¤È¤¤¤¦´¶¤Ï¤¢¤ê¤Þ¤¹¡£\r\n\r\nºÇ¶á¤Î¥ª¡¼¥À¡¼¤ÏÁ´Á³¿·Éè¤Ç¤â¤Ê¤¤¤ó¤Ç¤¹¤±¤É[4080BayLuv]¤¬ÆϤ¤¤¿¤³¤È¤°¤é¤¤¤Ç¤¹¤Í¤§¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (667,'b1cb252136','Dove shack 4 sell!!','Hi y\'all can take look at my ebay item\r\nSory but i dont know if its the correct place 4 this topik like i dont understand japanese language\r\nFeel free to place it in another section if its not the good one\r\nPZ\r\n\r\n[url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=4016774990\r\n[/url]\r\n\r\n :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (668,'3f0b083453','','[url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=4016774990[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (669,'a50f18647e','','[quote:a50f18647e]¤¸¤ãEAST¤«¤é \r\nLots of Lovin -Pete Rock CL Smooth[/quote:a50f18647e]\r\n\r\n¤¦¡¼¤ó̾¶Ê¤Ç¤¹¤Í \r\n¥À¥Á¤Î·ëº§¼°¤Î£²¼¡²ñ¤Ç¤Þ¤ï¤¹¶Ê¤òÁª¶Ê¤·¤Æ¤¿¤é¡¢¤Ä¤¤¤Ä¤¤£¸²ó¤âÄ°¤­Æþ¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ :love3: \r\n\r\n¼«Ê¬¤â¤Á¤ç¤Ã¤ÈæÀþ¤·¤Æ£Å£Á£Ó£Ô¤«¤é\r\n£Ç£Ò£Á£Î£Ä¡¡£Ð£Õ£Â£Á¡¡¤Î¡¡£É¡¡£Ì£É£Ë£Å¡¡£É£Ô'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (671,'412c5ca3c0','¡ÈSECTION £¸¡É¡¡£¶·î£²£¶Æü(ÅÚ)£²£²¡§£°£°~','¡ÈSECTION £¸¡É\r\n\r\n¡ù£¶·î£²£¶Æü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°\r\n¡ùΩÀî¡È£Ì£É£Î£Ë¡É¡¡¡ï£±£µ£°£°/£±£Ä\r\n\r\n¡ùSPECIAL PERFORMANCE BY\r\n £Ê£É£Í£Í£Å£Ù¡Ý£Ç¡¡.¡¡£Ù£Á£Í£Á¡Ý£Ç c-walkmastar\r\n\r\n¡ùPERFORMANCE BY\r\n¡¡SWINGJAM FAMILY.TASH.HIDE.NARI.LIL K.\r\n LIL \\EN&DJ-S.ASHURA\r\n\r\n¢¨¤ªÂÔ¤¿¤»Ãפ·¤Þ¤·¤¿¡¢º£²ó¤è¤ê¡ÈSECTION £¸¡É¤ÏËè·îºÇ½ªÅÚÍËÆü¤Ë³«ºÅÃפ·¤Þ¤¹¡£\r\n¡¡º£²ó¤Ï¡¢¥Ù¥Æ¥é¥óDJ ¡ÈDJ GIMMY-G¡É¤ÈC-WALK¤Îã¿Í¡ÈYAMA-G¡É¤ò¾·¤­³«ºÅÃפ·¤Þ¤¹¡¢\r\n\r\n¢¨WEST COAST¤òÃæ¿´¤È¤·¤¿¥á¥¸¥ã¡¼Êª¤«¤é¥Þ¥¤¥Ê¡¼Êª¤Þ¤Çή¤ì¤ëPARTY¤Ç¤¹¡¢¹¥¤­¤Ê¿Í¤ä¶½Ì£¤Î¤¢¤ëÊý¤Ï¡¢À§È󡢤Ҥ¿¤ê¤ËÍè¤Æ²¼¤µ¤¤¡£ \r\n\r\n¤ªÌ䤤¹ç¤ï¤»¡§LINK 042-526-0950 \r\nSWINGJAM 042-530-0506¡¡'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (672,'7802823423','','¤É¤¦¤â¡¢¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡£8²ó¤Ç¤¹¤«¡¦¡¦¡¦!\r\n̾¶Ê¤äÂç¹¥¤­¤Ê¶Ê¤Ï²¿²ó¤Ç¤â¥ê¥Ô¡¼¥È¤Ç¤­¤Þ¤¹¤è¤Í :angel: \r\nLots of Lovin\'2¼¡²ñ¤Ç¥×¥ì¥¤¤µ¤ì¤¿¤ó¤Ç¤¹¤«¡©\r\n\r\n[quote:7802823423=\"toni montana\"]\r\n¼«Ê¬¤â¤Á¤ç¤Ã¤ÈæÀþ¤·¤Æ£Å£Á£Ó£Ô¤«¤é\r\n£Ç£Ò£Á£Î£Ä¡¡£Ð£Õ£Â£Á¡¡¤Î¡¡£É¡¡£Ì£É£Ë£Å¡¡£É£Ô[/quote:7802823423]\r\n\r\nº£EL DEBARGE¤Î¥Ù¥¹¥È¤òÄ°¤¤¤Æ¤Þ¤¹ :icon_smile:\r\n\r\n¤â¤¦Çß±«¤Ç¤¹¤Í¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (673,'db72598c30','','¤½¤¦¤Ç¤¹¤Í¤§\r\n½¾Íè¤Î213¥µ¥¦¥ó¥É¤È¤Ï¤Á¤ç¤Ã¤È°ã¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£\r\n¤½¤ì¤Ç¤â¡¢ËͤϤ«¤Ê¤ê´üÂÔ¤ò´ó¤»¤Æ¤¤¤Þ¤¹ :!: \r\n\r\nŽ¥Ž¥Ž¥ËÜÂê¤ËÌá¤Ã¤Æ¡¢Cin Sity¤Î¥µ¥¤¥È¤¬¹¹¿·¤µ¤ì¤Æ¤Þ¤·¤¿¡£\r\n\r\n[img:db72598c30]http://www.cinsityrecords.com/cin30.jpg[/img:db72598c30]\r\n\r\n¥Ù¥¹¥ÈÈפʤó¤Ç¡¢¥¹¥ë¡¼¤·¤è¤¦¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬\r\n\r\n6. locc 2 da brain (added lyrics by COS & Crookwood)\r\n16. thatz what i said (added lyrics by Loki)\r\n22. pray 4 me (added lyrics by Young Droop)\r\n24. stomp (added lyrics by Brotha Lynch Hung)\r\n25. siccness (added lyrics by Brotha Lynch Hung)\r\n\r\n¤³¤ì¤é¤Ë¤Ä¤é¤ì¤ÆÇã¤Ã¤Æ¤·¤Þ¤¤¤½¤¦¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (674,'0cae659ac9','','½°±¡Ä̲ᤷ¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤Í¡¦¡¦¡¦ :signsigh: \r\n¤³¤ÎÀè¤É¤¦¤Ê¤ë¤«É԰¤Ǥ¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (675,'c0ed52822e','rap cd\'s for sale','all cd\'s are original, pls pm or email me with offers. thanks\r\n\r\n\r\n2-Tone Texas Ballers 2000\r\n5th Ward Original Soundtrack\r\nAbove The Law Forever: Rich Thugs\r\nBHC Crime Pays\r\nBig Will Armed & Dangerous Vol. 2\r\nBlac Monks No Mercy\r\nBlack & Dangerous Business First, Pleasure Later\r\nBootleg Death before Dishonesty\r\nBrotha Lynch Hung The Virus\r\nBrotha Lynch Hung Loaded\r\nBun B & Mddl Fngz LIVE! From Da Manjah\r\nCapone Raza Rolls Deep\r\nCapone Chicano World\r\nC-Bo Til\' My Casket Drops\r\nC-Bo The Final Chapter\r\nC-Bo Life As A Rider\r\nCelly Cel Heat 4 Your Azz\r\nChief-A-Tree Family Lone Star Ballaz\r\nC-Note Third Coast Born\r\nComptons Most Wanted Music To Driveby\r\nCrime Boss Still At Large\r\nCrucial Conflict Good Side Bad Side\r\nD.J. Zirk & 2 Thick Lock Em\' In Da Trunk\r\nD.O.C. No One Can Do It Better\r\nDat Boy Grace From Crumbs To Bricks\r\nDelinquents Outta Control\r\nDesperadoz Money Go Getters\r\nDJ Screw All Work No Play\r\nDJ Squeeky In Da Beginning Vol.I\r\nDJ Squeeky & Tha Family During The Mission\r\nDown-N-Dirty Hustlas The Unforgiven\r\nDre Dog The New Jim Jones\r\nD-Shot Six Figures\r\nEightball & MJG Lyrics Of A Pimp\r\nElectricity Starring 55\r\nEndo One World One Chance\r\nFirst Degree The D.E. Planet Zero\r\nFoe Loco Foecus\r\nFunxSoulJaz Keep It Comin\'\r\nFWC Organised Crime\r\nGameboyz Make That Change 2001\r\nGeto Boys Da Good Da Bad & Da Ugly\r\nJ\'Roll Vibin On The Hood\r\nKaos In The Mist Of Kaos\r\nKeylo Giving Up The Funk \r\nKhayree presents The Blackalation\r\nKingdom Life As I Know It\r\nK-Roc Tha Rockla\r\nLil\' O Da Fat Rat With Da Cheeze\r\nLittle Bruce XXXtra Manish\r\nLo-Down Deliverance\r\nMac Dre Stupid Doo Doo Dumb\r\nMacmall Untouchable\r\nMC Eight Last Man Standing\r\nMC Eight Section 8\r\nMC Ren Kizz My Black Azz\r\nMddl Fngz Trouble\r\nMethod Man Tical\r\nMob Town Hustlers Influenced By A Life Of Crime\r\nMr.Pookie Tha Rippla\r\nMr.Slim Thug I Represent This (Screwed)\r\nO.D.C. G Till¡Ç They Kill Me\r\nOutlawz Novakane\r\nP,A, Straight No Chase\r\nPapa Reu Xcuse Me\r\nPMP Pain\r\nPrez-D Impeachment\r\nProject Pat Ghetty Green\r\nProject Playaz Till We Die\r\nPSK-13 Pay Like You Weigh\r\nR.B.L.¡ÇsPosse Hitman Solo Creep\r\nRoots From The Underground Roots From The Underground\r\nSean T Straight From The Street\r\nSicx If These Walls Could Talk\r\nSouthern Players Destine II Shine\r\nSouthside Playaz You Gottus Fuxxed Up\r\nSpice 1 The Black Bossalini\r\nT.W.D.Y. Derty Werk\r\nTay Da Tay Anticipation \r\nTaylor Boyz Taylor Made\r\nTear Da Club Up Thugs Crazy N Da Laz Dayz\r\nTexxxas T Gotta Get It\r\nTha D.R.E Still Creepin\r\nTha Dogg Pound Dogg Food\r\nThugz From Da Southside Kazed Out\r\nTommy Wright III Genesis\r\nTrick Daddy Dollars www.Thug.com\r\nTrinity Garden Cartel I\'d Rather Be Judged By 12 Than Carried By 6\r\nTriple O.C. Aggravated Playas\r\nTwista Adrenaline Rush\r\nTwista & Speedknot Mobstaz Mobstability\r\nUGK Too Hard Too Swallow\r\nWho Put Sac On The Map ? Various Artists\r\nX-Mob Paper Chasing'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (676,'bd27c2bef6','Æü·Ð¿·Ê¹','º£Æü¡Ê2004ǯ6·î8Æü¡Ë¤Î¼ÒÀâ¤Ë´ØÏ¢µ­»ö¤¬ºÜ¤Ã¤Æ¤Þ¤¹¡£\r\n¤µ¡¼¤É¤¦¤Ê¤Ã¤Á¤ã¤¦¤ó¤Ç¤·¤ç¤¦¡¦¡¦¡¦ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (677,'78ccd0ada8','º£Ç¯¤Î¾åȾ´ü¥Ù¥¹¥È»®','£Ç¡Ý£È£Ï£Õ£Ó£Å[b:78ccd0ada8]£°£³[/b:78ccd0ada8]¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹ :oops: \r\n¤ªÌó«Ä̤ꥫ¥­¥³Ãפ·¤Þ¤·¤¿¡£\r\n¥³¥Ã¥Á¤ÎÊý¤Ï¤«¤Ê¤êµ×¤·¤Ö¤ê¤Ç¤¹¤Í¡Ê¾Ð¡Ë\r\n\r\n¤£¤ä¤£¤ä¡¢º£Ç¯¤âµ¤¤¬¤Ä¤±¤Ð¤â¤¦£¶·î¡Ò½ë¤¤¡¨¡Ë¡£\r\n¤½¤³¤Ç¤ß¤Ê¤µ¤ó¤Îº£Ç¯¤Î¾åȾ´ü¤Î¥Ù¥¹¥È»®¤ò¥É¥·¥É¥·½ñ¤­¹þ¤ó¤Ç²¼¤µ¤¤¡ª\r\n\r\n¸Ä¿ÍŪ¤Ê¥Ù¥¹¥È£³\r\n­¡MR.CReeps/California Dreamin\'\r\n­¢Lil Rob/Neighborhood Music\r\n­£LIGHTER SHADE OF BROWN/GREATEST HITS\r\n\r\n¥Á¥«¥Î¤â¤Î¤Ð¤Ã¤«¤Ç¤¹¤ó¤Þ¤»¤ó 8) \r\n´ðËÜŪ¤Ëµìºî¤Ð¤Ã¤«Çã¤Ã¤Æ¤¤¤¿¤â¤Î¤Ç¡¢¥Á¥«¥Î°Ê³°¤Î¿·ºî¤Ï¤¢¤Þ¤êÇ㤨¤Æ¤¤¤Þ¤»¤ó¡£\r\n\r\nÊѤï¤ê¤Þ¤·¤Æº£Ç¯£Ç£Å£Ô¤·¤¿¥Á¥ç¥Ã¥È¥ì¥¢¤â¤Î¡©¥Ù¥¹¥È£³\r\n­¡ASSASSIN/HIT WORKS\r\n­¢SiDe 2 SyDe/Sky Ballin\'\r\n­£PISTOLA/pistolplay\r\n\r\n¤ä¤Ã¤Ñ¤ê¥Á¥«¥Î¤â¤Î¤¬Â¿¤¤ 8) \r\n¤È¤¤¤¦·ë²Ì¤Ç¤¹¤¬¤ß¤Ê¤µ¤ó¤Ï¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©\r\nÊ̤˿·ºî¤ä¤Ê¤¯¤Æ¤âº£Ç¯£Ç£Å£Ô¤·¤¿¤â¤Î¤Ç¤â¤Ê¤ó¤Ç¤â·ë¹½¤Ç¤¹¡£\r\nĶ¥á¥¸¥ã¡¼¤â¤Î¡¢Î®¹Ô¤ê¤â¤Î¡¢¥ª¥¹¥¹¥á»®¤Ç¤â£Ï¡¥£Ë¤Ç¤¹¤Î¤Ç\r\n¥Ò¥Þ¤ÊÊý¤¬¤¤¤ì¤Ð¥É¥·¥É¥·¥«¥­¥³¤·¤¿¤Ã¤Æ²¼¤µ¤¤¡£\r\n¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹ :signbye:[color=blue:78ccd0ada8][/color:78ccd0ada8]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (678,'2c5194fec5','º£Ç¯¤Î¥À¥á»®(2004ǯ¡Ë','deepcover¤µ¤ó¤¬¤¤¤¤¥¹¥ìΩ¤Æ¤Æ¤¯¤ì¤¿¤Î¤Ç¤³¤Ã¤Á¤Ç¤Ï¥Í¥¬¥Æ¥£¥Ö¤Ê¥¹¥ì¤ò :oops: \r\nº£Ç¯¤Î¥À¥á»®¢ª¤ª´«¤á¤Ç¤­¤Þ¤»¤ó\r\n¤Ã¤Æ¤Ê¤Î¤ò¤¢¤²¤Æ¤¤¤­¤Þ¤·¤ç¤¦ :bootyshake: \r\n\r\nÈãȽ¡¢¤Ä¤Ã¤³¤ß¤¢¤ê¤Ç :angry2: :angry3: \r\n¤Ç¤â¡¢¤¢¤¯¤Þ¤Ç¤â¿Â»ÎŪ¤ËÂбþ¤·¤Þ¤·¤ç¤¦ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (679,'82504552c0','Re: º£Ç¯¤Î¾åȾ´ü¥Ù¥¹¥È»®','[quote:82504552c0=\"deepcover\"]£Ç¡Ý£È£Ï£Õ£Ó£Å[b:82504552c0]£°£³[/b:82504552c0]¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹ :oops: \r\n¤ªÌó«Ä̤ꥫ¥­¥³Ãפ·¤Þ¤·¤¿¡£\r\n¥³¥Ã¥Á¤ÎÊý¤Ï¤«¤Ê¤êµ×¤·¤Ö¤ê¤Ç¤¹¤Í¡Ê¾Ð¡Ë\r\n[/quote:82504552c0]\r\n\r\n¤Ï¤¥¥Ã¡ª :shock: \r\n03¤òÂÀ»ú¤Ë¤µ¤ì¤Æ¤·¤Þ¤Ã¤¿ :oops: \r\n\r\n¤â¤¦6·î¤Ê¤ó¤Ç¤¹¤è¤ÍÁᤤÁᤤ¡£\r\n\r\n¤µ¤Æ¡¢»ä¤Ï¤È¤¤¤¦¤È\r\n¡¦Adina Howard¡¡/ The Second Coming\r\n¡¡¤³¤ì¤Ï¤¦¤ì¤·¤¤¤Ç¤¹¤Í¡¼ÃΤé¤Ì´Ö¤Ë½Ð¤Æ¤¿¤Î¤â¡£\r\n¡¦Messy Marv¡¡/ Disobayish\r\n¡¡º£¡¢¤«¤Ê¤ê¤Î¥Ø¥Ó¥í¤Ç¤¹ :) \r\n¡¦Z-Ro / The Life Of Joseph W. McVey\r\n¡¡¤ä¤Ã¤Ñ¤ê¤«¤Ã¤³¤¤¤£¤Ç¤¹¤Ê¤¡ :thumbleft: \r\n¤È¤ê¤¢¤¨¤º¤³¤ó¤Ê¤â¤Î¤Ç¡£\r\n\r\nLil Rob¤âNB Ridaz¤â(̵Æñ¤Ë¡ËÎɤ«¤Ã¤¿¤Ç¤¹¤Í :angel9: \r\n\r\nASSASIN¤ÏºÆȯ¤Ç¤·¤ç¤¦¤«¡©¤±¤Ã¤³¤¦ÉáÄ̤˥եꥹ¥³¤È¤«¤Ë¤¢¤ê¤Þ¤¹¤è¤Í¡£\r\n4080¤â¤¢¤Ã¤¿¤·¡£\r\nº£¤Ï¤ß¤ó¤Ê¥Ù¥¤¥Ó¡¼¤Á¤ã¤ó¤ò¤Ä¤«¤Ã¤Æ¤ë¤«¤éή¤ì¤¬ÊФäƤ­¤Æ¤ë¤ó¤Ç¤¹¤«¤Í¡¼ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (680,'c68daebb57','','³Ú¤·¤ß¤Ë¤·¤Æ¤ë¤Î¤¬¡¢¤Þ¤ÀÁ´Á³½Ð·¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤¹¤¬\r\n(ËͤÎÃæ¤ÇËÜÌ¿¤ÎGAMETIGHT COMP¤¬°ì¸þ¤ËÆϤ¯µ¤ÇÛ¤¬¤Ê¤¤¤Ç¤¹Ž¥Ž¥ :( )\r\n´°àú¤Ë²ñ¿´¤Î½ÐÍè¤È¤Þ¤Ç¤Ï¤¤¤«¤Ê¤¯¤È¤â¡¢\r\nÎɤ«¤Ã¤¿¥¢¥ë¥Ð¥à¤«¤é¶Êñ°Ì¤ÇÁª¤ó¤Ç¤ß¤Þ¤·¤¿¡£\r\n\r\n-HI-C FT. SUGA FREE \"Say Woop\" \r\n Let Me Know¤¬µîǯ¤Ã¤Æ¤³¤È¤Çº£Ç¯¤Ï¤³¤ì¡£\r\n-SUGA FREE \"Did I Do That\" \r\n ¥µ¥Ó¤¬¹¥¤­¡£\r\n-BABY BUBB FT. RAY RAY \"Puffin\' On Dro\" \r\n ´ÅÈþ¤Ê¥¹¥â¡¼¥¯¥½¥ó¥°¡£¤³¤¦¤¤¤¦¤Î¤ËÌܤ¬¤Ê¤¤¤Ç¤¹¡£\r\n-DOOMSDAY PRODUCTIONS \"Multiply\" \r\n D-SANE¤Î¸¦¤®À¡¤Þ¤µ¤ì¤¿¥×¥í¥À¥¯¥·¥ç¥ó¤ÏήÀС£\r\n-MEGAN FT. WOODIE \"Fuckin\' Wit A Playa\" \r\n Happy¥Í¥¿(CARL THOMAS¤è¤êÀè)¤Î°Â¤Ã¤Ý¤¤¶Ê¡£MISHI¤Ë¤ÏµÚ¤Ð¤Ê¤¤¤â¤Î¤ÎÍƻѡû¤Ç¤¹¡£\r\n\r\nÈÖ³°(¥Í¥Ã¥ÈÇÛÉÛ)\r\n-DIGGZ DIME - Move Your Body \r\n ¥í¡¼¥«¥ë¥Ò¥Ã¥È¡©¤ï¤«¤ê¤ä¤¹¤¤¥Ñ¡¼¥Æ¥£¡¼¥Á¥å¡¼¥ó¡£\r\nBIG SACCS - Corruption West Mix \r\n ¥É¡¼¥×¥·¥Ã¥È¡£¤³¤ì¤«¤é¤Ë´üÂÔ¡£\r\n\r\n°Ê¾å¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (684,'0996bf39de','','ÁᮤΤªÊÖ»ö¤¢¤ê¤¬¤È¤¦¡×¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n[quote:0996bf39de]¤µ¤Æ¡¢»ä¤Ï¤È¤¤¤¦¤È \r\n¡¦Adina Howard¡¡/ The Second Coming \r\n¡¡¤³¤ì¤Ï¤¦¤ì¤·¤¤¤Ç¤¹¤Í¡¼ÃΤé¤Ì´Ö¤Ë½Ð¤Æ¤¿¤Î¤â¡£ \r\n¡¦Messy Marv¡¡/ Disobayish \r\n¡¡º£¡¢¤«¤Ê¤ê¤Î¥Ø¥Ó¥í¤Ç¤¹ \r\n¡¦Z-Ro / The Life Of Joseph W. McVey \r\n[/quote:0996bf39de]\r\nAdina Howard¡¡/ The Second Coming ¡¢Messy Marv¡¡/ Disobayish \r\n»ý¤Ã¤Æ¤Þ¤»¤ó¤¬¤«¤Ê¤êµ¤¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡£\r\nMessy¤Ï¤ß¤Ê¤µ¤ó¤«¤Ê¤êɾ²Á¤¬¹â¤¤¤Ç¤¹¤Í¡£¤½¤Î¤¦¤Á¥²¥Ã¥È¤·¤Þ¤¹¡£\r\nZ-Ro / The Life Of Joseph W. McVey ¤Ï¥«¥Ã¥³Îɤ«¤Ã¤¿¤Ç¤¹¤Í¤¨¡£\r\n¤«¤Ê¤ê¥á¥í¥¦¤ÇËͤâÂç¹¥¤­¤Ç¤¹¡£\r\n\r\n[quote:0996bf39de]ASSASIN¤ÏºÆȯ¤Ç¤·¤ç¤¦¤«¡©¤±¤Ã¤³¤¦ÉáÄ̤˥եꥹ¥³¤È¤«¤Ë¤¢¤ê¤Þ¤¹¤è¤Í¡£ \r\n4080¤â¤¢¤Ã¤¿¤·¡£ \r\nº£¤Ï¤ß¤ó¤Ê¥Ù¥¤¥Ó¡¼¤Á¤ã¤ó¤ò¤Ä¤«¤Ã¤Æ¤ë¤«¤éή¤ì¤¬ÊФäƤ­¤Æ¤ë¤ó¤Ç¤¹¤«¤Í¡¼ [/quote:0996bf39de]\r\nÉáÄ̤ËÇä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡©Åļˤâ¤ó¤Ê¤ó¤ÇÃΤê¤Þ¤»¤ó¤Ç¤·¤¿ ::oops: \r\nºÆȯ¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¡Ê¾Ð¡Ë̤³«Éõ¤Î¿·ÉʤǤ·¤¿¡£\r\n¥Á¥ç¥Ã¥È¹â¤«¤Ã¤¿¤«¤é½é´ü¤ÎÊý¤«¤Ê¡©\r\n¤Æ¤«¥Õ¥ê¥¹¥³¡¢£´£°£¸£°¤Æ¤Ê¤ó¤Ç¤¹¤«¡©Ãμ±ÉÔ­¤Ç¤¹¤ó¤Þ¤»¤ó¡£\r\n\r\n[quote:0996bf39de]³Ú¤·¤ß¤Ë¤·¤Æ¤ë¤Î¤¬¡¢¤Þ¤ÀÁ´Á³½Ð·¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤¹¤¬ \r\n(ËͤÎÃæ¤ÇËÜÌ¿¤ÎGAMETIGHT COMP¤¬°ì¸þ¤ËÆϤ¯µ¤ÇÛ¤¬¤Ê¤¤¤Ç¤¹Ž¥Ž¥ ) \r\n´°àú¤Ë²ñ¿´¤Î½ÐÍè¤È¤Þ¤Ç¤Ï¤¤¤«¤Ê¤¯¤È¤â¡¢ \r\nÎɤ«¤Ã¤¿¥¢¥ë¥Ð¥à¤«¤é¶Êñ°Ì¤ÇÁª¤ó¤Ç¤ß¤Þ¤·¤¿¡£ \r\n[/quote:0996bf39de]\r\ng-stringz¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nHI-C FT¡¢ SUGA FREE¡¢ DOOMSDAY PRODUCTIONS \r\nµ¤¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¤¬Ç㤨¤Æ¤Þ¤»¤ó :cry: \r\n¤Æ¤«DOOMSDAY¤ÎXV¤¬Íߤ·¤¤¤ó¤Ç¤¹¤¬¤É¤³¤ÇÇä¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¤¨¡©\r\n\r\n[quote:0996bf39de]ÈÖ³°(¥Í¥Ã¥ÈÇÛÉÛ) \r\n-DIGGZ DIME - Move Your Body \r\n¥í¡¼¥«¥ë¥Ò¥Ã¥È¡©¤ï¤«¤ê¤ä¤¹¤¤¥Ñ¡¼¥Æ¥£¡¼¥Á¥å¡¼¥ó¡£ \r\nBIG SACCS - Corruption West Mix \r\n¥É¡¼¥×¥·¥Ã¥È¡£¤³¤ì¤«¤é¤Ë´üÂÔ¡£ \r\n[/quote:0996bf39de]\r\n¥Þ¥Ë¥¢¥Ã¥¯¤Ç¤¹¤Í¤¨¡ÄÁ´Á³ÃΤê¤Þ¤»¤ó¡¨\r\n¤â¤Ã¤È´èÄ¥¤Ã¤ÆÊÙ¶¯¤·¤Þ¤¹¡ª\r\n\r\nºÇ¶á¥Û¥ó¥È¤ª¶â¤¬¤Ê¤¯¤Æ¤Þ¤È¤â¤ËÇ㤨¤Æ¤Þ¤»¤ó¡£\r\n°ìÂΤߤʤµ¤ó·î¤Ë¤É¤ì¤À¤±£Ã£Ä¤Ë¤ª¶â»È¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¤Í¤¨¡©\r\n¥Á¥ç¥Ã¥Èµ¤¤Ë¤Ê¤ê¤Þ¤·¤¿¡Ä¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (685,'833a5409d9','','deepcover¤µ¤ó¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\n¤´°§»¢ÃÙ¤ì¤Þ¤·¤¿¡£¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹¡ª\r\n\r\n[quote:833a5409d9=\"deepcover\"]¤Æ¤«DOOMSDAY¤ÎXV¤¬Íߤ·¤¤¤ó¤Ç¤¹¤¬¤É¤³¤ÇÇä¤Ã¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¤¨¡©[/quote:833a5409d9]\r\nºÆȯ¤Ê¤é¤Ð³¤³°ÄÌÈΤÇÇ㤨¤ë¤È»×¤¤¤Þ¤¹¤è!\r\n\r\nDIGGZ¤Ï¥·¥¢¥È¥ë¤Î¿Í¤Ç¡¢G¤È¤¤¤¦¤è¤ê¡¢¤Á¤ç¤Ã¤È¥½¥Õ¥È¤Ç¤¹¡£\r\n¥µ¥¤¥È¤Ï¤Ê¤¯¤Ê¤Ã¤Æ¤Þ¤·¤¿Ž¥Ž¥Ž¥¡£\r\nBIG SACCS¤Î¶Ê¤Ï¡¢G-HOUSE¤µ¤ó¤Î¥Ë¥å¡¼¥¹¤Ç¤â¾Ò²ð¤µ¤ì¤Æ¤¤¤¿\r\nÆüËÜ¿Í¥é¥Ã¥Ñ¡¼¡¢XL¤Î¥ì¡¼¥Ù¥ë¤Î¥µ¥¤¥È\r\nhttp://www.crowncityentertainment.com\r\n¤ÇÄ°¤±¤Þ¤¹¡£¥À¡¼¥¯¤Ç¤«¤Ê¤ê¥Þ¥Ë¥¢¥Ã¥¯¤Ê¶Ê¤Ç¤¹¤±¤ÉŽ¥Ž¥Ž¥\r\nÃç´Ö¤ÎREV-Let\'s Get Rich¤Ï94-95ǯ¤Ý¤¯¤Æ¡¢Ä°¤­¤ä¤¹¤¤¤È»×¤¤¤Þ¤¹¡ª\r\n¥Õ¥Ã¥¯¤Ë¤â¤¦¤Ò¤È¹©Éפ¢¤ì¤ÐŽ¥Ž¥Ž¥\r\n\r\n[quote:833a5409d9]°ìÂΤߤʤµ¤ó·î¤Ë¤É¤ì¤À¤±£Ã£Ä¤Ë¤ª¶â»È¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¤Í¤¨¡©\r\n¥Á¥ç¥Ã¥Èµ¤¤Ë¤Ê¤ê¤Þ¤·¤¿¡Ä¡£[/quote:833a5409d9]\r\nÊ¿¶Ñ¤¹¤ë¤ÈÂçÂηî2¡¢3Ëü¤¯¤é¤¤¤Ç¤¹¤«¤Í¡¼Ž¥Ž¥Ž¥Á´Á³Çã¤ï¤Ê¤¤¤È¤­¤â¤¢¤ê¤Þ¤¹¤¬¡¢\r\nµìÉè¤ò¤¿¤¯¤µ¤óÇã¤Ã¤Æ¤·¤Þ¤Ã¤Æ¡¢ÂçÉý¤Ë¥ª¡¼¥Ð¡¼¤¹¤ë¤³¤È¤â¤¢¤ê¤Þ¤¹¡£\r\nº£Ç¯GET¤·¤¿¤Á¤ç¤Ã¤È¥ì¥¢¤â¤Î(À¾)¥Ù¥¹¥È¤Ï¡¢G\"LEN -Woop Woop¤Ç¤¹¡£\r\n»×¤Ã¤Æ¤¿¤è¤êÁ´Á³Îɤ«¤Ã¤¿¤Ç¤¹¡£·æºî¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (686,'14567e4d51','','g-stringz¤µ¤ó¤³¤Á¤é¤³¤½¤Ï¤¸¤á¤Þ¤·¤Æ :) :signhi: \r\n°ÊÁ°¤Îforum¤Ç¤Ï¥ß¡¼¥Ï¡¼¥Í¥¿¤Ç¥Á¥ç¥³¥Á¥ç¥³¤È¥«¥­¥³¤·¤Æ¤¿¤ó¤Ç¤¹¤¬¡Ê¾Ð¡Ë\r\n¤³¤ì¤ËÊѤï¤Ã¤Æ¤«¤é¤Ï½é¤á¤Æ¤Ç¤¹¡£¤³¤ì¤«¤é¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹¡ª\r\n\r\n¤ó¤Ç£Ø£Ö¤Ï³¤³°ÄÌÈΤǤ¹¤«¡¨¤Þ¤À̤ÃΤÎÎΰè¤Ç¤¹¤Í :shock: \r\n¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤ó¤Î¸«¤Þ¤·¤¿¤±¤É¡¢\r\n¤½¤³¤Þ¤Çã¼Ô¤Ê±Ñ¸ì¤â¤Ç¤­¤Þ¤Ø¤ó¡¨¤Þ¤¢Ä¹¤¤ÌܤǤܤÁ¤Ü¤Áõ¤·¤Þ¤¹¡£\r\n\r\n·î¤Î£Ã£ÄÂå¤Ï¡ï£²¡Á£³Ëü¤Ç¤¹¤«¡£ËͤΤÁ¤ç¤¦¤ÉÇܤ°¤é¤¤¤Ç¤¹¤Í¡£\r\n¤ä¤Ã¤Ñ¤½¤ì¤°¤é¤¤¤Ä¤®¹þ¤Þ¤Ê¤ª¤Ã¤Ä¤«¤Ê¤¤¤Ç¤¹¤è¤Í¤¨¡£\r\nËͤâÍߤ·¤¤¤â¤Î¤Ð¤Ã¤«Ãù¤Þ¤Ã¤Æ¤¤¤Ã¤Æº¤¤Ã¤Æ¤Þ¤¹ :cry: \r\n\r\n¤Æ¤«¤³¤³¤Îforum¤Î¿Í¤Ï¥Þ¥Ë¥¢¥Ã¥¯¤¹¤®¤ÆÁ´¤¯¤Ä¤¤¤Æ¤¤¤±¤Æ¤Þ¤»¤ó :dontknow: \r\n¤Þ¤À¤Þ¤À½é¿´¼Ô¤Ê¤ó¤Ç¤ª¼ê½À¤é¤«¤Ë¤ª´ê¤¤¤·¤Þ¤¹¡Ê¾Ð¡Ë\r\n¤Þ¤¿²¿¤«ÉáÄ̤˥¢¥Þ¥¾¥ó¤È¤«¤ÇÇ㤨¤ë¡Ê¶ì¾Ð¡Ë¥ª¥¹¥¹¥á¤¬¤¢¤ì¤Ð¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (687,'678dc6d4a4','','¤½¤¦¤Ç¤¹¤«¡¦¡¦¡¦Ëͤ«¤é¤¹¤ë¤È¡¢MR. CREEPS¤È¤«PISTOLA¤È¤«¥Þ¥Ë¥¢¥Ã¥¯¤À¤Ê¡¼¤È»×¤¤¤Þ¤¹¤è¡ª\r\n\r\n¤¢¤ÈPM¤·¤È¤¤¤¿¤ó¤Ç¡¢¸«¤Æ¤¯¤À¤µ¤¤¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (688,'45a7588973','RISPECT','¥Ö¥ë¡¼¥Ù¥ê¡¼¤ä¤Ã¤Æ¤Þ¤¹¤Ê¡ª\r\n²¶¤Ï£Ì£Á¤Ç¥¯¥Ã¥·¥å¤òÓϤߤʤ¬¤é½¼ÅÅÃæ¤Ç¤¹¤¾¡£\r\n²¶¤¬µ¢¹ñ¤¹¤ë¤Þ¤Ç¡¢µþÅÔ¡¢Âçºå¤«¤é¤µ¤é¤ËÀ¾¤Ø¡¢Ç«¤éÂçʬ¤ËÆî²¼¤·¤ÆÆî¤Ï²­Æì¡¢¤Ö¤ÃÈô¤ó¤ÇË̤ÏË̳¤Æ»¤è¤êÃϸµ£°£´£µ¤Þ¤Ç»ß¤Þ¤é¤ºÀ¾¤Î²»¿§¤ò¶Á¤«¤»¤Æ¤¯¤ì¡£\r\n\r\nµþÅԤϤ³¤ì¤«¤é²Ð¤¬¤Ä¤¯¤¾¡ª¡ª±ì¤ËÃí°Õ¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (689,'e0f084ce82','','£Ð£Í¸«¤Þ¤·¤¿¡ª¡ª¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª\r\n¤³¤ó¤Êµ¡Ç½¤â¤Ä¤¤¤Æ¤ë¤ó¤Ç¤¹¤Í :) ´¶·ã¤Ç¤¹¡ª¡ª\r\n\r\nMR. CREEPS¤ÏÉáÄ̤ˣȣ֤ͣȤ«¥·¥¹¥³¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¡£\r\nPISTOLA¤Ï£²£Î£Ä¤é¤·¤¤¤ó¤Ç¤¹¤¬¡¢¥×¥í¥âÈפ餷¤¯£Ã£Ä¡Ý£Ò¤Î¾å¡¢\r\n¤¿¤À¤Î»æ¤Î¥±¡¼¥¹¤ËÆþ¤Ã¤ÆÇä¤Ã¤Æ¤Þ¤·¤¿¡£¤Ç¤âÃÍÃʤÏÉáÄ̤Ǥ·¤¿¡£\r\n¤·¤«¤·PISTOLA¤Î¥Õ¥í¥¦¤Ï2PAC¤Ë»÷¤Æ¤¤¤ë¤É¤³¤í¤«°ì½ï¤Ç¤¹¤è¡Ê¶ì¾Ð¡Ë\r\nͧã¤Ë¡Ö¤³¤ìPISTOLA¤ä¡×¸À¤¦¤Æʹ¤«¤»¤¿¤é¡¢¡Ö2PAC¤Á¤ã¤¦¤ó¡©¡×\r\n¤ÆÉáÄ̤Ëʹ¤¤¤Æ¤­¤Þ¤·¤¿¡Ê¾Ð¡Ë¥Á¥«¥Î¤Ë¤ÏÄÁ¤·¤¯¤«¤Ê¤êÂÀ¤¤À¼¤·¤Æ¤Þ¤¹¡£\r\n\r\n¤Þ¤¿£Ø£Ö¥²¥Ã¥È¤Ç¤­¤¿¤éÊó¹ð¤·¤Þ¤¹¡ª¥Û¥ó¥Þ¤Ë¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (690,'6b021bfff6','Re: ¶µ¤¨¤Æ²¼¤µ¤¤¡ª¡ª','G-TV¤Î¥Á¥ã¥×¥¿¡¼39¤ÇBAD¡¡AZZ¤¬¥Ð¥¹¤ÎÃæ¤Ç¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤·¤Æ¤¤¤Þ¤¹¡£\r\n¤½¤Î¥Ð¥Ã¥¯¤Çή¤ì¤Æ¤¤¤ë¶Ê¤òÃΤꤿ¤¤¤Î¤Ç¤¹¤¬¡¢¤´Â¸ÃΤʤ鶵¤¨¤Æ失¤Þ¤»¤ó¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (691,'00d72577b0','²Æ¤«¤è!(¾Ð','[quote:00d72577b0=\"deepcover\"]\r\n·î¤Î£Ã£ÄÂå¤Ï¡ï£²¡Á£³Ëü¤Ç¤¹¤«¡£ËͤΤÁ¤ç¤¦¤ÉÇܤ°¤é¤¤¤Ç¤¹¤Í¡£\r\n¤ä¤Ã¤Ñ¤½¤ì¤°¤é¤¤¤Ä¤®¹þ¤Þ¤Ê¤ª¤Ã¤Ä¤«¤Ê¤¤¤Ç¤¹¤è¤Í¤¨¡£\r\nËͤâÍߤ·¤¤¤â¤Î¤Ð¤Ã¤«Ãù¤Þ¤Ã¤Æ¤¤¤Ã¤Æº¤¤Ã¤Æ¤Þ¤¹ :cry: \r\n[/quote:00d72577b0]\r\n»ä¤â2~3Ëü¤Ç¤¹¡£\r\n¤½¤ì¤Ç¤âʹ¤­¤­¤ì¤Ê¤¤»®¤¬¤¿¤Þ¤Ã¤Æ¤¤¤¯¤Î¤ÇºÇ¶á¤ÏÇ㤦¤Î¤ò¹µ¤¨¤Æ¤Þ¤¹¡£\r\n²¿¤À¤«Ê¹¤¯¤Î¤¬µÁ̳²½¤·¤Á¤ã¤¦¤È¤­¤Ä¤¤¤Ç¤¹¤«¤é¤Í¡¼ 8) \r\n[quote:00d72577b0=\"deepcover\"]\r\n¤Æ¤«¤³¤³¤Îforum¤Î¿Í¤Ï¥Þ¥Ë¥¢¥Ã¥¯¤¹¤®¤ÆÁ´¤¯¤Ä¤¤¤Æ¤¤¤±¤Æ¤Þ¤»¤ó :dontknow: \r\n¤Þ¤À¤Þ¤À½é¿´¼Ô¤Ê¤ó¤Ç¤ª¼ê½À¤é¤«¤Ë¤ª´ê¤¤¤·¤Þ¤¹¡Ê¾Ð¡Ë\r\n¤Þ¤¿²¿¤«ÉáÄ̤˥¢¥Þ¥¾¥ó¤È¤«¤ÇÇ㤨¤ë¡Ê¶ì¾Ð¡Ë¥ª¥¹¥¹¥á¤¬¤¢¤ì¤Ð¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í¡ª[/quote:00d72577b0]\r\n¿Í¤Ë¤è¤Ã¤Æʹ¤¤¤Æ¤ë¤â¤Î¤Ï°ã¤¦¤â¤Î¤Ç¡¢º£¤À¤È¥á¥¸¥ã¡¼¤â¤Î¤ò¤Þ¤Ã¤¿¤¯Ê¹¤«¤Ê¤¤¿Í¤È¤«¤â¤¤¤ë¤è¤¦¤Ç¤¹¤·¡¢¤½¤¦¤¤¤Ã¤¿¾ðÊó¤ò¶¦Í­¤Ç¤­¤ì¤Ð¤¤¤¤¤È»×¤¤¤Þ¤¹¤è¡£\r\n¤¿¤È¤¨¤Ð¡¢Ã¯¤«¤¬¤ª´«¤á¤·¤Æ¤¤¤ë¥Þ¥Ë¥¢¥Ã¥¯¡Ê¤È¼«Ê¬¤¬»×¤¦¤â¤Î¡Ë¤ò¤É¤Ã¤«¤ÎÃæ¸Å²°¤Ç·ã°Â¤Ç¸«¤Ä¤±¤Æʹ¤¤¤Æ¤ß¤¿¤é¤¹¤´¤¯Îɤ«¤Ã¤¿¤È¤«¡£\r\n :signyeah: ¤ï¤«¤ê¤Ë¤¯¤¤Î㤨¤Ç¤¹¤±¤É¡¢¤½¤ó¤Ê¤³¤È¤â¤¢¤ê¤Þ¤¹¤·¤Í \\:D/ \r\nÎɤ±¤ì¤Ð½é¿´¼ÔÍѤΥ¹¥ì¥Ã¥É¤òΩ¤Æ¤Æ¤â¤é¤Ã¤Æ¤â¤¤¤¤¤Ç¤¹¤·¡£\r\n\r\n4080¤Ï»¨»ï¤Î̾Á°¤Ç¤½¤Î¥³¥ó¥Ô¥ì¡¼¥·¥ç¥ó¥¢¥ë¥Ð¥à¤Î¤³¤È¤Ç¤¹¡£Vol.3¤Þ¤Ç¤Ç¤Æ¤ë¤ó¤Ç¤·¤¿¤Ã¤±¡© :signhelp: \r\n¥Õ¥ê¥¹¥³¤Ï³¤³°ÄÌÈÎ¥µ¥¤¥È¤Ç¤¹¤è¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (692,'4ea0403e8e','','¤³¤ó¤Ð¤ó¤Ï¡¢¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹¡£\r\n¾¯¤·µ¤¤Ë¤Ê¤Ã¤¿¤Î¤Ç¡¢¤ª¼ÙË⤷¤Þ¤·¤¿¡£\r\n\r\nCDÇã¤Ã¤Æ¤â¤Ê¤«¤Ê¤«Ä°¤­¤­¤ì¤Ê¤¤¤Ç¤¹¤è¤Í¡£ :? \r\nµìÉèÇã¤Ã¤Æ¤ë¤È¡¢¿·Éè¤Ë¤Ä¤¤¤Æ¤¤¤±¤Ê¤¤¤·¡¢\r\n¥Þ¥¤¥Ê¡¼ÊªÇã¤Ã¤Æ¤ë¤È¡¢¥á¥¸¥ã¡¼Êª¤¬¼êÇö¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¡£¡£¡£\r\n\r\nï¤Ç¤â°ìÆü¤Ï24»þ´Ö¡¢Á´ÉôÌÖÍå¤Ç¤­¤ëÌõ¤Ï̵¤¤¤Ç¤¹¡£\r\n¤À¤«¤é¡¢¤½¤í¤¾¤ì¼«Ê¬¤¬º£¥ä¥Ð¥¤¤È»×¤¦ÅÛ¤òUP¤·¤Æ¤¤¤±¤Ð¥¤¥¤¤ó¤À¤È»×¤¤¤Þ¤¹¡£\r\n¤½¤ì¤Çº£¥Ï¥Þ¤ì¤ë¤Î¤¬¸«¤Ä¤«¤Ã¤Æ¤Ê¤¤¿Í¤Î»²¹Í¤Ë¤Ê¤Ã¤¿¤ê¡¢\r\n°¿¤¤¤Ï¼«Ê¬¤Î¼ñÌ£¤Ë°ú¤­¤º¤ê¹þ¤à¡¢¤Ê¤ó¤Æ¤Î¤â¥¢¥ê¤«¤Ê¤È»×¤¤¤Þ¤¹¡£ 8) \r\n\r\n ¤È¡¢¤Ê¤ó¤«·ø¶ì¤·¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¤±¤É¡¢¤Ê¤ó¤«¥¤¥¤¤Î¤ª¤»¡¼¤Æ :oops: \r\n\r\n¤½¤¦¤½¤¦¡¢ËÜÂê¤Î¾åȾ´ü¤Î¥Ù¥¹¥È¤Ç¤¹¤±¤É¡¢\r\nMESSY MARV, Z-RO, BIG T, LIL ROB, NB RIDAZ\r\n¤È¡¢G-HOUSE03¤µ¤ó¤ÈËؤÉƱ¤¸¤Ë¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£ :) ¤Ç¤Ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (693,'015dd2f536','¤´Ìµº»ÂÁ¡£¡£¡£','[quote:015dd2f536=\"LBB\"]CDÇã¤Ã¤Æ¤â¤Ê¤«¤Ê¤«Ä°¤­¤­¤ì¤Ê¤¤¤Ç¤¹¤è¤Í¡£ :? \r\nµìÉèÇã¤Ã¤Æ¤ë¤È¡¢¿·Éè¤Ë¤Ä¤¤¤Æ¤¤¤±¤Ê¤¤¤·¡¢\r\n¥Þ¥¤¥Ê¡¼ÊªÇã¤Ã¤Æ¤ë¤È¡¢¥á¥¸¥ã¡¼Êª¤¬¼êÇö¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¡£¡£¡£\r\n[/quote:015dd2f536]\r\n¤¹¤´¤¯¶¦´¶¤Ç¤­¤Þ¤¹¤Í¡£¡¡¼«Ê¬¤Î¾ì¹ç¥Á¥«¥Îʪ¤Ð¤Ã¤«Çã¤Ã¤Æ¤ë¤È¡Ä¤ß¤¿¤¤¤Ê¡£\r\n¤·¤«¤âºÇ¶á¥Á¥«¥Î»®¥ê¥ê¡¼¥¹¥é¥Ã¥·¥å·ã¤·¤¯¤Ê¤¤¤Ç¤¹¤«¡©Íߤ·¤¤»®Î¯¤ê¤¹¤®¤Ç¤¹ :( \r\n¼ûÍפⶡµë¤âÁý¤¨¤¿¤·¡¢¤½¤Î¤ª±¢¤Ç¾ðÊó¤âÁý¤¨¤Æ»ëÌî¤â¹­¤¬¤Ã¤¿¤«¤é¡¢Íߤ·¤¤»®¤¬Áý¤¨¤Æ»ß¤Þ¤Ê¤¤¤Î¤Ï»ÅÊý¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¡£¡£¡£\r\n\r\n¤½¤ó¤ÊÃæ¤Çº£Íߤ·¤¤Êª¤òÁª¤ó¤Ç½Ð²ñ¤¨¤¿¾åȾ´ü¤Î¥Ù¥¹¥È¤Ç¤¹¤¬¡¢\r\nºÇ¶á¤ä¤Ã¤È¼ê¤ËÆþ¤ì¤¿Sha Slim/Streight Frum Da Pen¤È¡¢MC MAGIC Presents Desert Funk Soundtrack¤Ê¤ó¤«¤è¤¯Ä°¤¤¤Æ¤Þ¤¹ :) \r\n¤¢¤È¤Ï¡¢Payaso¤È¡¢Capone-e¤ÎOldies¥³¥ó¥Ô¤È¤«¡¢Silencer¤ÎFrom Thugs¤È¤«¡¢Neighborhood Vida 2¡¢Perro¤Î¥½¥í¡¢\r\nCLS¤Î4th¤âÎɤ«¤Ã¤¿¤Ç¤¹¤Í¢öCLS¤Ï¸Ä¿ÍŪ¤Ë3rd¤ÎÊý¤¬¹¥¤­¤Ç¤¹¤¬¡£¡£¡£ ¡¡\r\n¤¢¤ÈMr.Shadow¤ÎSalute Me¤ÏÁêÊѤï¤é¤º¤ÎShadowÀá¤Ã¤Æ´¶¤¸¤ÎÆâÍƤǤ·¤¿¡£¡¡Fingazz¤ÏÉÔ»²²Ã¤Ç¤¹¤¬¡¢ÄÁ¤·¤¯Mr.Grimm¤¬°ì¶Ê»²²Ã¤·¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (694,'314c507987','','¥Á¥«¥Î¥é¥Ã¥×À¨¤¤Àª¤¤¤Ç¤¹¤è¤Í¡£\r\n½Ð²á¤®¤Ç¼«Ê¬Åª¤Ë¤Ï¡¢¤â¤¦²¿¤¬¤Ê¤ó¤ä¤é¡£¡£¡£¤Ë¤Ê¤Ã¤ÆÍè¤Æ¤Þ¤¹¡£ :flower: \r\nºÇ¶áGET¤·¤¿¤Î¤Ç¤Ï\"JUICE/THE SUNLIES\"¤Æ¤Î¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (695,'03d9f744e1','grand theft auto San Andreas','º£·î¤Î£Â£Í£Ò¤ËºÇ¶áÆüËÜȯÇ䤵¤ì¤¿¥²¡¼¥à¡¢£Ö£É£Ã£Å¡¡£Ã£É£Ô£Ù¤Îµ­»ö¤¬¤Ç¤Æ¤¿¤Î¤Ç¡£\r\n¸Ä¿ÍŪ¤Ë¤ÏÁ´¤¯¥²¡¼¥à¤Ë¶½Ì£¤Ê¤·¤Ê¤ó¤Ç¤¹¤¬¡¢ËÜ¥·¥ê¡¼¥º¤À¤±¤ÏÊÌʪ¤Ç¤¹¡£\r\nÁ᤯¤â¥¢¥á¥ê¥«¤Ç¤Ï¼¡²óºî¤Î¥Ë¥å¡¼¥¹¤¬¡£¤³¤ì¤Þ¤¿µ¤¤Ë¤Ê¤ê¤Þ¤¹¡£\r\n\r\nhttp://www.rockstargames.com/sanandreas/\r\n\r\n²»³ÚŪ¤Ë¤âÈó¾ï¤Ë´üÂԤǤ­¤ë¤³¤Î¥²¡¼¥à¡£Á°ºî£Ö£É£Ã£Å¤Ï£Å£Ð£É£Ã¡¡£Ó£Ï£Î£Ù¤¬²»³Ú¤òÄ󶡤·¤Æ¤Þ¤·¤¿¤¬¡¢º£²ó¤Ï¡©¸Ä¿ÍŪ¤Ë¤Ï£Ð£Ò£É£Ï£Ò£É£Ô£Ù¤Ê¤ó¤«¤¬Îɤ¤¤Ê¤È»×¤¤¤Þ¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (696,'4e81c53bfa','','¤³¤ì¤Ã¤Æ¥®¥ã¥ó¥°¤¬À臘¥²¡¼¥à¤Ê¤ó¤Ç¤¹¤«¡¦¡¦¡¦ :?: \r\nBMRÆɤó¤Ç¤ß¤Þ¤¹ :leftfighter7:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (697,'29d9bcd713','Hi-CºÆȯ!?','Skanless¤ÈSwingin\'¤Î2Ëç\r\n¤º¤Ã¤ÈÁ°¤«¤é±½¤µ¤ì¤Æ¤¤¤Þ¤·¤¿¤¬¡¢¤è¤¦¤ä¤¯ºÆȯ¤ÎÃû¤·¤Ç¤¹¡£\r\n¥½¡¼¥¹¤Ï¤³¤ì¢­¤À¤±¤Ç¡¢¤Þ¤ÀͽÌó¤â¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬¡£¡£\r\n\r\nhttp://music.barnesandnoble.com/search/product.asp?sourceid=00401402266018019576&ean=014381258929\r\nhttp://music.barnesandnoble.com/search/product.asp?sourceid=00401402266018020087&ean=014381259025\r\n\r\n8·î31Æü¡¢IMAGE ENT.¤«¤é¡©¡©Total Running Time: 1:40:21¡¦¡¦¡¦ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (698,'dab70e9c2a','Re: º£Ç¯¤Î¥À¥á»®(2004ǯ¡Ë','HI LIFE HUSTLE/HI-C\r\n²»Èô¤Ó¤¬¤¹¤Ù¤Æ¤òÂæ̵¤·¤Ë¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (700,'0b90370f8d','','[quote:0b90370f8d]4080¤Ï»¨»ï¤Î̾Á°¤Ç¤½¤Î¥³¥ó¥Ô¥ì¡¼¥·¥ç¥ó¥¢¥ë¥Ð¥à¤Î¤³¤È¤Ç¤¹¡£Vol.3¤Þ¤Ç¤Ç¤Æ¤ë¤ó¤Ç¤·¤¿¤Ã¤±¡© \r\n¥Õ¥ê¥¹¥³¤Ï³¤³°ÄÌÈÎ¥µ¥¤¥È¤Ç¤¹¤è¢ö[/quote:0b90370f8d]\r\n¤½¤¦¤Ê¤ó¤Ç¤¹¤«¡£¤ä¤Ï¤ê¤ß¤Ê¤µ¤ó¤Ï³¤³°ÄÌÈΤò¤è¤¯ÍøÍѤµ¤ì¤Æ¤¤¤ë¤è¤¦¤Ç¡£\r\nËͤ⤬¤ó¤Ð¤Ã¤Æ±Ñ¸ìÊÙ¶¯¤·¤Æ»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡ª\r\n\r\n\r\nLBB¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n[quote:0b90370f8d]¤½¤¦¤½¤¦¡¢ËÜÂê¤Î¾åȾ´ü¤Î¥Ù¥¹¥È¤Ç¤¹¤±¤É¡¢ \r\nMESSY MARV, Z-RO, BIG T, LIL ROB, NB RIDAZ \r\n¤È¡¢G-HOUSE03¤µ¤ó¤ÈËؤÉƱ¤¸¤Ë¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£ ¤Ç¤Ï¡£\r\n[/quote:0b90370f8d]\r\n¤ä¤Ã¤ÑMESSY MARV, Z-RO,LIL ROB, NB RIDAZ ¿Íµ¤¹â¤¤¤Ç¤¹¤Í :) \r\nMESSY MARV¤«¤Ê¤êµ¤¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿¡£\r\n¤Þ¤À£³£°É䰤餤¤Î¥µ¥ó¥×¥ë¤·¤«Ê¹¤¤¤¿¤³¤È¤Ê¤¤¤Ç¡Ä¡¨\r\n[quote:0b90370f8d]CDÇã¤Ã¤Æ¤â¤Ê¤«¤Ê¤«Ä°¤­¤­¤ì¤Ê¤¤¤Ç¤¹¤è¤Í¡£ \r\nµìÉèÇã¤Ã¤Æ¤ë¤È¡¢¿·Éè¤Ë¤Ä¤¤¤Æ¤¤¤±¤Ê¤¤¤·¡¢ \r\n¥Þ¥¤¥Ê¡¼ÊªÇã¤Ã¤Æ¤ë¤È¡¢¥á¥¸¥ã¡¼Êª¤¬¼êÇö¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¦¡£¡£¡£[/quote:0b90370f8d]\r\nǼÆÀ¤·¤Þ¤¹¡Ê¤¢¤ó¤Þ¥Þ¥¤¥Ê¡¼¤â¤ÎÃΤé¤ó¤±¤É :oops: ¡Ë\r\n¤Þ¤¢¼«Ê¬Åª¤Ë¤Ï¡ï£±¡Á¡ï£±¡¥£µËü¤°¤é¤¤¤¬¤Á¤ç¤¦¤ÉÎɤ¯Ê¹¤­¹þ¤á¤ëÎ̤«¤Ê¤Ã¤Æ»×¤Ã¤Æ¤Þ¤¹¡£\r\nÍߤ·¤¤¤â¤Î¤ÏÁý¤¨¤Æ¤¤¤¯°ìÊý¤Ç¤¹¤±¤É¡Ä¡Ê¶ì¾Ð¡Ë\r\n\r\n\r\nEsE DrEaMeR¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n[quote:0b90370f8d]¤·¤«¤âºÇ¶á¥Á¥«¥Î»®¥ê¥ê¡¼¥¹¥é¥Ã¥·¥å·ã¤·¤¯¤Ê¤¤¤Ç¤¹¤«¡©Íߤ·¤¤»®Î¯¤ê¤¹¤®¤Ç¤¹ \r\n¼ûÍפⶡµë¤âÁý¤¨¤¿¤·¡¢¤½¤Î¤ª±¢¤Ç¾ðÊó¤âÁý¤¨¤Æ»ëÌî¤â¹­¤¬¤Ã¤¿¤«¤é¡¢Íߤ·¤¤»®¤¬Áý¤¨¤Æ»ß¤Þ¤Ê¤¤¤Î¤Ï»ÅÊý¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¡£¡£¡£ \r\n[/quote:0b90370f8d]\r\n¤Þ¤µ¤Ë¤½¤ÎÄ̤ê¤Ç¤¹¡ª¡ªËͤâ¤Ä¤¤¤³¤Ê¤¤¤À¤Þ¤Ç¤Ï¥Á¥«¥Î¤Ê¤ó¤«Á´¤¯¤È¸À¤Ã¤Æ¤¤¤¤ÄøÃΤé¤Ê¤«¤Ã¤¿¤Ç¤¹¤«¤é¤Í¤¨¡£\r\nʹ¤¯¤è¤¦¤Ë¤Ê¤Ã¤Æ¤«¤éÍߤ·¤¤¤â¤Î¤¬Áý¤¨¤¿¤Î¤Ï³Î¤«¤Ç¤¹¡£\r\n¤·¤«¤â¥ê¥ê¡¼¥¹¤·¤¹¤®¡ª¡ª¤³¤³¤Þ¤Ç¿§¡¹½Ð¤µ¤ì¤ë¤Èº¤¤ê¤Þ¤¹ :dontknow: \r\n¤Ç¤âʹ¤­¤¿¤¤¤â¤Î¤ÏÇã¤Ã¤Æ¤¤¤«¤Ê¤¤¤Èί¤Þ¤Ã¤Æ¤¤¤¯¤À¤±¤Ç¤¹¤«¤é¤Í :cry: \r\n\r\n¤ß¤µ¤Ê¤ó¤³¤ÎÉÔ¶·¤ò¾è¤êÀڤäƤ¬¤ó¤Ð¤ê¤Þ¤·¤ç¤¦¡ª¡ª¢«¥ª¥Þ¥¨Ã¯¤ä¤Í¤ó¡Ê¾Ð¡Ë\r\n·Êµ¤¾å¸þ¤­¤Æ¥Û¥ó¥Þ¤«¤¤¤Ê¡Ä¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (701,'4e94176a98','¥µ¥Þ¡¼¥½¥ó¥°¡ª','¤³¤ì¤«¤é¤Îµ¨Àá¤Ë¥Ð¥Ã¥Á¥ê¤Ê¶Ê¡¢\r\n¹¥¤­¤Ê¥µ¥Þ¡¼¥½¥ó¥°¤ò¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\nËͤϤޤº¡¢\r\nhttp://www.crowncityentertainment.com/\r\n¤Ë¤¢¤ë\r\nXL Middleton - Feel So West Coast\r\n\r\n¥Ù¥¹¥È¤Î¥¹¥ì¥Ã¥É¤Ç¥ê¥ó¥¯¤òŽ¤Ã¤Æ¤ª¤­¤Ê¤¬¤é¡¢\r\n¤Ê¤¼¤«¤³¤Î¶Ê¥¹¥ë¡¼¤·¤Æ¤Þ¤·¤¿Ž¥Ž¥Ž¥\r\n\r\nº£Ä°¤¤¤Æ¤ß¤¿¤é¤«¤Ê¤êÎɤ«¤Ã¤¿¤Î¤Ç¡¢²þ¤á¤ÆŽ¥Ž¥Ž¥\r\n¶Ê¤Î¥Æ¡¼¥ÞÄ̤ꡢ²û¸Å¼ñÌ£¤Ê¶Ê¤Ç¡¢\r\n¿·¤·¤¤¤³¤È¤ÏÁ´¤¯¤Ê¤¤¤ó¤Ç¤¹¤¬\r\n¤Ï¤Þ¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n²Æ¤ËȯÇäͽÄê¤Î\r\n¡ØMusic 4 A Drunken Evening¡Ù \r\n¤«¤é¤Î¥·¥ó¥°¥ë¤é¤·¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (702,'68d3db0116','¤­¤Þ¤·¤¿¡¼','ÂԤäƤޤ·¤¿¤Ã¤Æ´¶¤¸¤Ç¤¹!\r\n»ä¤Ï¤¤¤Ä¤Þ¤Ç¤¿¤Ã¤Æ¤â\r\nSummertime in the LBC / The Dove Shack\r\n¤Ç¤¹¤Í¡¼¡£\r\nÄêÈÖ¤À¤È¤¤¤ï¤ì¤è¤¦¤¬µ¤»ý¤Á¤¤¤¤¤Ç¤¹¡£¤¢¡¢RAPÆþ¤ê¤Ç¡£\r\nI Love Cali / Roscoe\r\n¤â²¦Æ»¡£\r\n¤½¤·¤ÆQuik¤ÎSummerBreeze¤Ê¤ó¤Æ¤â¤¦¤¿¤Þ¤é¤ó¤Ç¤¹ :deathlyobsessed:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (703,'deaff74226','','Potna Deuce \"Cool Thang\"\r\nCold World Hustlers \"Straight Doin\' It\"\r\nMobb Unit \"Brain Dead\"\r\n3X Krazy \"West Coast Shit\"\r\nMac Dre \"Who Can It Be\"\r\n\r\nº£Æü¼Ö¤ÇÄ°¤¤¤Æ¤Æ²Æ¤À¤Ê¡Á¤È»×¤Ã¤¿¶Ê¤Ç¤¹ :) \r\n¤¢¤È2Pac¤ÎTo Live&Die In LA¤Ï³°¤»¤Ê¤¤¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (704,'7ccd917846','TWINZ','TWINZ¤Ï¥»¥«¥ó¥É¤ò¥¤¥ó¥Ç¥£¡¼¤Ç½Ð¤¹¤ó¤Ç¤¹¤«¤Í¡£Á°¤Ë¥·¥¹¥³¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤Ç\r\n\r\nQ : ÆüËܤǤÏDAZ DILLINGER¤ÎDPG RECORDZ¤äSNOOP DOGG¤ÎDOGGYSTYLE RECORDS¤È·ÀÌó¤·¤¿¤È¤¤¤¦±½¤¬Î®¤ì¤Æ¤¤¤Þ¤¹¤¬¡Ä¡£\r\nA : ¡Ö¤¤¤ä¡Á¡¢¥ª¥ì¤é¤Ï´°Á´¤Ê¥¤¥ó¥Ç¥£¥Ú¥ó¥Ç¥ó¥È¤Ç¤ä¤Ã¤Æ¤¯¤Ä¤â¤ê¤À¤è¡×\r\n\r\n¤Ã¤Æ¸À¤Ã¤Æ¤Þ¤·¤¿¤ó¤Ç¡£DPG¤«¤é½Ð¤¹¥³¥ó¥Ô¤Î¶Ê¤â³Ú¤·¤ß¤Ç¤¹¤¬¤³¤Î¥Ö¥é¥ó¥¯¤òËä¤á¤é¤ì¤ë¤è¤¦¤ÊºîÉʤˤʤäƤì¤ÐÎɤ¤¤Ç¤¹¤¬¡£¤½¤ì¤ÈDEATH¡¡ROW¡¡UNCUT¤ò¸«¤Æ¤¤¤¿¤éDR¡¡DRE¤ÎLIL¡¡GETTO¡¡BOY¤ÎPV¤ËTWINZ¤Î¤É¤Ã¤Á¤«¤ï¤«¤ê¤Þ¤»¤ó¤¬½Ð¤Æ¤Þ¤·¤¿¡£¤É¤Ã¤«¤Ç¸«¤¿¤³¤È¤¢¤ë¤Ê¤È»×¤Ã¤Æ¤¤¤¿¤éTWINZ¤Ç¤·¤¿¡£¤Ê¤ó¤«¤ß¤ó¤ÊÀΤ«¤é·Ò¤¬¤Ã¤Æ¤Æ¤¹¤´¤¤¤Ê¤È»×¤¤¤Þ¤·¤¿¡£ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (705,'c5a71eb547','','£²£Î£Ä¥¢¥ë¥Ð¥àƬ¤«¤é£Ô£×£É£Î£ÓÀá¥Ö¥ê¥Ö¥ê¤Ç¤·¤¿¤è¡£\r\n£±£Ó£Ô¤Ë°ú¤±¤ò¤È¤é¤Ê¤¤½ÐÍè¤Ç¤·¤¿¡£¤ª³Ú¤·¤ß¤Ë¡£¡£¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (706,'cfc7ae1d48','','TWINS¤Î2nd¡ª\r\n¥×¥í¥Ç¥å¡¼¥µ¡¼¤Ï狼ʬ¤«¤ë¤Ç¤·¤ç¤¦¤«¡©\r\nÅԹ礬°­¤±¤ì¤Ð·ë¹½¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (707,'c974bddcb6','Re: ¤­¤Þ¤·¤¿¡¼','[quote:c974bddcb6=\"G-HOUSE03\"]¤½¤·¤ÆQuik¤ÎSummerBreeze¤Ê¤ó¤Æ¤â¤¦¤¿¤Þ¤é¤ó¤Ç¤¹ :deathlyobsessed:[/quote:c974bddcb6]\r\nÂç¥Í¥¿»È¤¤¤Î¥ê¥ß¥Ã¥¯¥¹¤âÎɤ«¤Ã¤¿³Ð¤¨¤¬¤¢¤ë¤ó¤Ç¤¹¤¬¡¢\r\n¤¢¤ì¤Ï¥·¥ó¥°¥ë¤Ë¤·¤«Æþ¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤« :?: \r\n\r\nA.L.T. - Summer Breeze\r\nYoung Mone, Woodie & Lil Ros - Summer Breeze¡¡(from NE1)\r\n\r\n¤â¹¥¤­¤Ç¤¹¡ªÆä˸å¼Ô¡£\r\n\r\n[quote:c974bddcb6]\r\nPotna Deuce \"Cool Thang\" \r\nCold World Hustlers \"Straight Doin\' It\" \r\nMobb Unit \"Brain Dead\" \r\n3X Krazy \"West Coast Shit\" \r\nMac Dre \"Who Can It Be\" \r\n[/quote:c974bddcb6]\r\n\r\nBay¤Å¤¯¤·¤Ç¤¹¤Í :) \r\n¸å¤Çõ¤·¤ÆÄ°¤¤¤Æ¤ß¤Þ¤¹¡ª\r\n\r\n°ú¤­Â³¤­¡¢¥ê¥¹¥È¤òºî¤Ã¤Æ¤¤¤­¤Þ¤·¤ç¤¦¡ª\r\n¿ʬ¤Ò¤È¤ê¤Ç¤â³¤±¤Þ¤¹¡¦¡¦¡¦ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (708,'721f5816f7','','ËܳÊŪ¤Ê²Æ¤òÂÔ¤Á¤Ä¤Ä¡¢µîǯ¤Î²Æ¤Î»×¤¤½Ð¤Ë¿»¤ê¤Ê¤¬¤é¡¢¤³¤ó¤Ê¶ÊÄ°¤¤¤Æ¤¿¤Ê¡¼Åª¤Ê²¿Ë礫¤ò¤Þ¤º¤Ïµó¤²¤Æ¤ß¤Þ¤¹¡£\r\nDJ QUIK - THA BOMBUDO (Ä«¤«¤é¥Á¥ë)\r\nKHIA- MY NECK MY BACK ¡ÊÄ«¤«¤é¥ä¥ë¡Ë\r\nJAYO FELONY - SHERM STICK¡Ê£±¿Í¤Ç¥Á¥ë¡Ë\r\nSHADE SHEIST - WHERE I WANNA BE ¡Ê¤ß¤ó¤Ê¤Ç¥Á¥ë¡Ë\r\nWARREN G - GANGSTA LUV (³¤ÊդǥÁ¥ë¡Ë\r\nWATTS GANGSTAS - IN THE GAME(ͼÊë¤ì»þ¤Ë¥Á¥ë¡Ë\r\nµîǯ£Ç¡ÝSTA£°£³ FM ¤Çή¤ì¤Æ¤¿BOB MARLEY ¥Í¥¿¤ÎBABY DONT CRY¤â˺¤ì¤é¤ì¤Ê¤¤¤Ç¤¹¤Í¡¼¡£¤Þ¤¿Ä°¤­¤¿¤¤¤Ã¤¹ :love7:\r\n\r\nÈÖ³°ÊÔ\r\n£Í£Ã¡¡MIKER G & DEEJAY SVEN - HOLIDAY RAP (¤È¤Ë¤«¤¯Áû¤°¡Ë'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (709,'4b55e91461','','P.P.C. \"Smooth\"\r\nK-Dee \"Make The Music\"\r\nAssassin \"Game Tight\"\r\nU.D.I. \"All I Think About\"\r\nBaby Luke \"Lyquor On The Curb\"\r\n\r\n¤Þ¤¿À¾Êª¤¬Â¿¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿ :) \r\n¤¢¤ÈG¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢Cali¤ÎR&B¥°¥ë¡¼¥×Y?N-VEE¤ÎTricks-n-Trainin\'¤Ï\r\n¼Ö¤ÇÄ°¤¤¤Æ¤¿¤éµ¤»ý¤ÁÎɤ«¤Ã¤¿¤Ç¤¹ :wink:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (710,'db2a065948','','¶Ê¤Ë¤è¤Ã¤Æ°ã¤¦¤±¤É¡¢£Ä£Á£Ú¤Î¥Ó¡¼¥È¤ÏÌÜÃ㤫¤Ã¤³¤è¤«¤Ã¤¿¡£\r\n¤½¤Î£Ä£Á£Ú¤Î¥Ó¡¼¥È¤Ï¡¢·ë¶É£Å£Á£Ú£Ù¤Î©»Ò¤¬»È¤¦¤³¤È¤Ë¤Ê¤ë¤Î¤«¤Ê¡¢¡¢¡©¡ÊÈà¤â»ý¤Ã¤Æ¤¿¡Ë\r\n¸å¤Ï¡¢Ãϸµ¤ÎÏ¢Ãæ¤Ç¤¹¡£\r\n¼«Ê¬¤â£±¶Ê¤¢¤ë¤¬¡Ê¹çºî¡Ë¡¢¥¢¥ë¥Ð¥à¤Ï°ìÀ褺¤ªÂ¢Æþ¤ê¡£\r\n狼¡¢¤ª¶â¤¬½Ð¤»¤ë¿Í¤¬ÆüËܤ˵ï¤ì¤Ð¡¢ÆüËÜÀè¹ÔȯÇä¤â¤¢¤ê¤¨¤Þ¤¹¡£\r\n¶½Ì£¤Î¤¢¤ë¿Í¤Ï¤´°ìÊó´ê¤¤¤Þ¤¹¡£\r\n£Ò£Å£Á£Ì£Ä£Å£Á£Ì\r\n£Ä£Ê£Ì£Å£Æ£Ô£Ó£É£Ä£Å¡÷£Ã£Ï£Í£Ã£Á£Ó£Ô¡¥£Î£Å£Ô'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (711,'c2ed23d43b','','ËͤΤʤ«¤Ç¤Ï¥¦¥ë¥È¥é¥á¥¬¤ÊHIT¤Ç¤¹ :thumbright: \r\nCHICO & COOLWADDA - LAND OF THE SUNSHINE\r\n\r\nº£Ç¯¤Î²Æ¤Î¤ª¶¡¤Ï´Ö°ã¤¤¤Ê¤·¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (712,'b9d958120b','','³§¤µ¤óÁª¶Ê¤É¤¦¤â¡ª\r\n\r\n[quote:b9d958120b=\"toni montana\"]\r\nCHICO & COOLWADDA - LAND OF THE SUNSHINE\r\n[/quote:b9d958120b]\r\n\r\nº£Ãµ¤·¤ÆÄ°¤¤¤Æ¤ß¤Þ¤·¤¿¤è¡ª²Æ¤Ã¤Ý¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¡ª\r\n¤Ç¤â¤³¤ì¤É¤³¤«¤Ç¡¦¡¦¡¦¤È»×¤Ã¤Æ¹Í¤¨¤Æ¤ß¤¿¤é\r\nDPG¥ì¥³¡¼¥º¤Î¥µ¥¤¥È¤ÇÇÛ¿®¤·¤Æ¤¤¤¿DAZ¤Î¶Ê¤ÈƱ¤¸¥Ó¡¼¥È¤Ç¤·¤¿¡ª\r\nBATTLECAT¤é¤·¤­²»¤Ê¤ó¤Ç¤¹¤±¤É¡¢DAZ¤¬ºî¤Ã¤¿¤ó¤Ç¤¹¤«¤Í :?: \r\n\r\n+++++++++++++++++++\r\n\r\nCHICO & COOLWADDA \"High Come Down\"\r\nDJ QUIK \"Get 2getha Again\"\r\nKING TEE, DJ QUIK & FROST \"Let\'s Make A V\"\r\nDOGG POUND \"Big Pimpin\"\r\nDAZ Ft. VAL YOUNG \"In California\"\r\nSWOOP G & POPPA LQ \"Simpin Into Pimpin\"\r\nMR. X \"Any Ole Sunday\"\r\n\r\nJAZZY JEFF & FRESH PRINCE \"Summertime\"\r\nR.KELLY & AALIYAH \"Summer Bunnies Remix\" \"Your Body\'s Callin Remix\"'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (713,'9196dc8c9a','','DJ Quik \"One On 1\"\r\nDogg Pound \"I Don\'t like To Dream \r\n About Gettin Paid\"\r\nEastsidaz \"G\'d Up\"\r\nSic-Side Mobb \"Much Love To The Hood\"\r\nFam Bam Clicc \"Dam\' Near To Oakland\"\r\n11-11 \"Family Reunion\"\r\n\r\nAaliyah \"Rock The Boat\" (Âç¹¥¤­¤Ê¶Ê¤Ç¤¹¡ª R.I.P.)\r\n\r\n²Æ¤Ë¥Ô¥Ã¥¿¥ê¤Ê¶Ê¤É¤ó¤É¤ó½Ð¤Æ¤­¤Þ¤¹¤Í¡ª\r\n¤¤¤í¤¤¤íÁª¤ó¤Ç¤ë¤È³Ú¤·¤¤¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (714,'9efbe1b4c2','Re: ¤­¤Þ¤·¤¿¡¼','[quote:9efbe1b4c2=\"g-stringz\"][quote:9efbe1b4c2=\"G-HOUSE03\"]¤½¤·¤ÆQuik¤ÎSummerBreeze¤Ê¤ó¤Æ¤â¤¦¤¿¤Þ¤é¤ó¤Ç¤¹ :deathlyobsessed:[/quote:9efbe1b4c2]\r\nÂç¥Í¥¿»È¤¤¤Î¥ê¥ß¥Ã¥¯¥¹¤âÎɤ«¤Ã¤¿³Ð¤¨¤¬¤¢¤ë¤ó¤Ç¤¹¤¬¡¢\r\n¤¢¤ì¤Ï¥·¥ó¥°¥ë¤Ë¤·¤«Æþ¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤« :?: \r\n[/quote:9efbe1b4c2]\r\nSummerBreeze¤ÎREMIXʹ¤¤¤¿¤³¤È̵¤¤¤ó¤Ç¤¹¤è¡¼\r\n :transformer: \r\nʹ¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£\r\n[quote:9efbe1b4c2]\r\nYoung Mone, Woodie & Lil Ros - Summer Breeze¡¡(from NE1)\r\n\r\n¤â¹¥¤­¤Ç¤¹¡ªÆä˸å¼Ô¡£\r\n[/quote:9efbe1b4c2]\r\n¤³¤ì¡¢Ê¹¤­Æ¨¤·¤Æ¤Þ¤·¤¿¡ª\r\n¤¤¤¤¤Ç¤¹¤Í¡¼ :) \r\n\r\n[quote:9efbe1b4c2]\r\nµîǯ£Ç¡ÝSTA£°£³ FM ¤Çή¤ì¤Æ¤¿BOB MARLEY ¥Í¥¿¤ÎBABY DONT CRY¤â˺¤ì¤é¤ì¤Ê¤¤¤Ç¤¹¤Í¡¼¡£¤Þ¤¿Ä°¤­¤¿¤¤¤Ã¤¹ \r\n[/quote:9efbe1b4c2]\r\n¤¢¤ì¤ÏËÜÅö¤Ë¤¤¤¤¤Ç¤¹¤è¤Í¡¼\r\n¤³¤ÎÁ°¥¤¥Ù¥ó¥È¤ÇÇۤä¿¥³¥ó¥Ô¤Ë¤³¤Ã¤½¤êÆþ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (715,'da387a2130','','[quote:da387a2130]¤¢¤ÈG¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤¬¡¢Cali¤ÎR&B¥°¥ë¡¼¥×Y?N-VEE¤ÎTricks-n-Trainin\'¤Ï \r\n¼Ö¤ÇÄ°¤¤¤Æ¤¿¤éµ¤»ý¤ÁÎɤ«¤Ã¤¿¤Ç¤¹ [/quote:da387a2130]\r\n\r\nËͤâÉô²°¤ÇÄ°¤¤¤Æ¤âµ¤»ý¤Á¤è¤«¤Ã¤¿¤Ç¤¹ :) Y?N-VEE¤¬¥¸¥ã¥±¤Ë¼Ì¤Ã¤Æ¤¤¤ë£Ê£Ï£È£Î£Î£Ù¡¡£Ê¤Î£É¡¡£Ç£Ï£Ô£Ô£Á¡¡£Â£Å¡¡£Í£Å¤Ã¤Æ¥¢¥ë¥Ð¥à¤â²Æ¥½¥ó¥°¤Æ¤ó¤³À¹¤ê¤Ê¤ó¤Ç¤¹¤è¡£¤¢¤¨¤ÆÁª¤Ö¤È¤¹¤ë¤È¡¦¡¦¡¦\r\n£Ê£Ï£È£Î£Î£Ù¡¡£Ê¡¡- GET AWAY FROM ME\r\nËͤΤʤ«¤ÇĹǯ¤ÎÆæ¤Ê¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î£Ê£Ï£È£Î£Î£Ù¡¡£Ê¤Ã¤Æ£²£Ð£Á£Ã¤Î£Ð£ò£ï¤Ë¤¿¤Þ¤Ë̾¤ò¤Ä¤é¤Í¤Æ¤ë¿Í¤Ç¤·¤ç¤¦¤«¡©¤É¤Ê¤¿¤« :signhelp:\r\n\r\n[quote:da387a2130]g-stringz wrote: \r\nG-HOUSE03 wrote: \r\n¤½¤·¤ÆQuik¤ÎSummerBreeze¤Ê¤ó¤Æ¤â¤¦¤¿¤Þ¤é¤ó¤Ç¤¹ \r\n\r\nÂç¥Í¥¿»È¤¤¤Î¥ê¥ß¥Ã¥¯¥¹¤âÎɤ«¤Ã¤¿³Ð¤¨¤¬¤¢¤ë¤ó¤Ç¤¹¤¬¡¢ \r\n¤¢¤ì¤Ï¥·¥ó¥°¥ë¤Ë¤·¤«Æþ¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤« \r\n \r\n\r\n[/quote:da387a2130]\r\n\r\n£±£²¡É¤Ë¤ÏÆþ¤Ã¤Æ¤Þ¤¹¤è¡£¤Á¤ç¤Ã¤ÈÁ°¤Ë£±£²¡É¤ÇºÆȯ¤·¤Æ¤¤¤¿µ¤¤¬¤·¤Þ¤¹¤¬¡£\r\nÀµµ¬¤Ç¤ÎºÆȯ¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¡£\r\n\r\n\r\n[quote:da387a2130]\r\nQuote: \r\n\r\nµîǯ£Ç¡ÝSTA£°£³ FM ¤Çή¤ì¤Æ¤¿BOB MARLEY ¥Í¥¿¤ÎBABY DONT CRY¤â˺¤ì¤é¤ì¤Ê¤¤¤Ç¤¹¤Í¡¼¡£¤Þ¤¿Ä°¤­¤¿¤¤¤Ã¤¹ \r\n \r\n\r\n¤¢¤ì¤ÏËÜÅö¤Ë¤¤¤¤¤Ç¤¹¤è¤Í¡¼ \r\n¤³¤ÎÁ°¥¤¥Ù¥ó¥È¤ÇÇۤä¿¥³¥ó¥Ô¤Ë¤³¤Ã¤½¤êÆþ¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ \r\n[/quote:da387a2130]\r\n¤Þ¤¸¤¹¤« :!: ¤¤¤Ä¤«¥Á¥ã¥ó¥¹¤¬¤¢¤ì¤Ð¡¦¡¦¡¦\r\nDJ GREEN LANTERN¤ÎBLACK EYED PEAS¡ÉWHERE IS THE LOVE¡É¤Î£Í£É£ØÄ°¤­¤Ê¤¬¤é¤Ê¤ó¤È¤«¤³¤Î²Æ¾ì¤ò¤·¤Î¤®¤Þ¤¹¡£¤·¤Î¤²¤ë¤«¡¦¡¦²¶ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (716,'2bf3873b6a','','[quote:2bf3873b6a]SummerBreeze¤ÎREMIXʹ¤¤¤¿¤³¤È̵¤¤¤ó¤Ç¤¹¤è¡¼[/quote:2bf3873b6a]\r\nWC2K¤ÇÄ°¤±¤Þ¤¹¤è :idea: \r\nRemix¤âµ¤»ý¤Á¤¤¤¤¤Ç¤¹¡ª\r\n\r\n[quote:2bf3873b6a]ËͤâÉô²°¤ÇÄ°¤¤¤Æ¤âµ¤»ý¤Á¤è¤«¤Ã¤¿¤Ç¤¹ Y?N-VEE¤¬¥¸¥ã¥±¤Ë¼Ì¤Ã¤Æ¤¤¤ë£Ê£Ï£È£Î£Î£Ù¡¡£Ê¤Î£É¡¡£Ç£Ï£Ô£Ô£Á¡¡£Â£Å¡¡£Í£Å¤Ã¤Æ¥¢¥ë¥Ð¥à¤â²Æ¥½¥ó¥°¤Æ¤ó¤³À¹¤ê¤Ê¤ó¤Ç¤¹¤è¡£[/quote:2bf3873b6a]\r\nµ¤»ý¤Á¤¤¤¤¤Ç¤¹¤è¤Í¡ªStan \"The Guitar Man\" Jones¤Î¥®¥¿¡¼¤â¥Ý¥¤¥ó¥È¤Ç¤¹¡£\r\nJohnny Jµ¤¤Ë¤Ê¤ë¤ó¤Ç¥Á¥§¥Ã¥¯¤·¤Æ¤ß¤Þ¤¹ :)\r\n\r\nMontell Jordan \"Somethin\' 4 Da Honeyz\"\r\nMichel\'le \"Tonight Is\"\r\n\r\n²Æ¤Ç¤¹¤Í¡Á'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (717,'9935e67780','','DJ SCREW/ALL WORK NO PLAY\r\n¸ÎDJ SCREWÀèÀ¸¤ÎºîÉʤò°ìÅÙʹ¤¤¤Æ¤ß¤è¤¦¤È»×¤Ã¤Æ¹ØÆþ¡£\r\nº£¤Þ¤ÇËܿͤΣңţͣɣؤòʹ¤¤¤¿»ö¤¬¤Ê¤«¤Ã¤¿¤Î¤Ç¡Ä¡£\r\n¤¬¤·¤«¤·¡¢ÁÛÁü¤·¤Æ¤¤¤¿¤â¤Î¤È¤Ï°ã¤¤¤Þ¤·¤¿¡¨\r\n¿§¤ó¤Ê£Ó£Ï£Õ£Ô£È·Ï¤Î£Ã£Ä¤È¤«¤ËÆþ¤Ã¤Æ¤¤¤ë£Ó£Ã£Ò£Å£×£Å£Ä¡¡£Í£É£Ø¤Ï·ë¹½¹¥¤­¤À¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\n²¿¤«¸¶¶Ê¤ÎÎɤµ¤¬¤Ê¤¯¤Ê¤Ã¤Æ¤·¤Þ¤Ã¤Æ¤Þ¤·¤¿¡£\r\nÇã¤Ã¤¿£Ã£Ä¤¬°­¤«¤Ã¤¿¤ó¤Ç¤¹¤«¤Í¤¨ :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (718,'8706b98259','','[quote:8706b98259=\"toni montana\"]¤³¤Î£Ê£Ï£È£Î£Î£Ù¡¡£Ê¤Ã¤Æ£²£Ð£Á£Ã¤Î£Ð£ò£ï¤Ë¤¿¤Þ¤Ë̾¤ò¤Ä¤é¤Í¤Æ¤ë¿Í¤Ç¤·¤ç¤¦¤«¡©[/quote:8706b98259]\r\n¤½¤¦¤Ç¤¹¤è¡ªËͤÏ\"Better Off\"¤Ã¤Æ¤Î¤¬¹¥¤­¤Ç¤·¤¿¡£ :thumbleft: \r\n\r\nº£Æü¡¢West Coast Shit¤ÈSherm SticcÄ°¤¤¤¿¤é¤¹¤´¤¯Îɤ«¤Ã¤¿¤Ç¤¹¡£\r\n²ÆÍÑ¥³¥ó¥Ô¤ËÆþ¤ì¤Þ¤¹¡£\r\n¤¢¤È¤è¤¦¤ä¤¯bmrÆɤó¤À¤ó¤Ç¤¹¤¬¡¢G-House¤µ¤ó¤Î¥»¥ì¥¯¥·¥ç¥ó¤ËSWOOP GÆþ¤Ã¤Æ¤Þ¤·¤¿¤Í¡ª\r\n\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n¥Ù¥¤¥¨¥ê¥¢\r\n11/5 - \"Garcia Vegas\"\r\nANT BANKS - \"Parlayin\"\r\nSAN QUINN - \"Live N Direct\"\r\nDUBEE - \"My Thang\"\r\nCELLY CEL - \"Hot Sunny Day\"\r\nRAY LUV - \"Last Nite\"'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (719,'1782383252','º£Æü¤â²Î¤¤¤Þ¤¯¤ê¡ªBILLY COOK THE SUPERSTAR','H-TOWN¤Î̾ʪÃË¡¢MR.²Î¤¤¤Þ¤¯¤ê¤³¤È¡¢BILLY COOK THE SUPERSTAR¡£\r\nÈà¤Î»²²Ã¤·¤¿¡¢¤³¤ì¤Ï̾¶Ê¤À¡ª¤È¤¤¤¦¤Î¤ò¾å¤²¤Æ¤¤¤­¤Þ¤·¤ç¤¦¡£ :2gunfire: \r\n\r\n¤Þ¤º¤Ï¼«Ê¬¤«¤é¡¢\r\n\r\nBLOOD, SWEAT AND TEARS / D.O.W.N. \r\nMISS MY DAWG / TRAE & Z-RO\r\n\r\n¤Ê¡¢µã¤±¤ë¤¼ :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (720,'9ad14528d9','','¤Þ¤À¤Þ¤À¡¢»×¤¤¤Ä¤¤¤¿¤é¾å¤²¤Æ¤¤¤³¤¦¤È»×¤¤¤Þ¤¹¡£\r\n\r\nTHUG FIGURE / ICE WATER SLAUGHTER\r\nDO YOU WANNA RIDE PT.2 / LIL KEKE\r\n\r\n¥¤¥¤¡ª :3some:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (721,'8bd1b687bc','','LIL KEKE - Platinum In Da Ghetto\r\nFAT PAT - Superstar\r\n\r\nµã¤±¤¿¤ê¤Ï¤·¤Þ¤»¤ó¤¬¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (722,'ba36dfd80f','Z-RO I HATE YOU BITCH (VIDEO)','http://www.rapalotrecords.com/multimedia/Z-RO%20-%20I%20Hate%20U.wmv\r\n\r\nZ-RO¤Ï¤¿¤ÀºÂ¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤¹¤¬¡¢½Â¤¤¤Ç¤¹¡ª\r\n\r\n¤Ç¤â¤º¤Ã¤È¸«¤Æ¤ë¤¦¤Á¤Ë¡¢¥Í¥´¥·¥Ã¥¯¥¹¤Ë¸«¤¨¤Æ¤­¤Þ¤·¤¿¡£ :crackup: (¤¹¤¤¤Þ¤»¤ó)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (723,'e18e31bbf7','','¤³¤Á¤é¤Ç¤Ï½é¤á¤Æ¤ÎÅê¹Æ¤Ç¤¹¡¢½é¤á¤Þ¤·¤Æ¡£\r\n:wink: \r\n\r\n¤¤¤ä¡ÁÆ°¤¯z-ro½é¤á¤Æ¤ß¤Þ¤·¤¿¡£¤à¤Á¤ã¤¯¤Á¤ã³Ê¹¥¤¤¤¤¤Ç¤¹¤Í¡£\r\n\r\n¤³¤Î¥Ý¡¼¥º 0X ¤â¤ä¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡Ê¡°¡°[color=green:e18e31bbf7][/color:e18e31bbf7]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (724,'68840dae57','','[color=green:68840dae57]¤³¤Á¤é¤Ç¤Ï½é¤á¤Æ¤ÎÅê¹Æ¤Ç¤¹¡¢½é¤á¤Þ¤·¤Æ¡£:wink: \r\n\r\n¤¤¤ä¡ÁÆ°¤¯z-ro½é¤á¤Æ¤ß¤Þ¤·¤¿¡£¤à¤Á¤ã¤¯¤Á¤ã³Ê¹¥¤¤¤¤¤Ç¤¹¤Í¡£\r\n¤³¤Î¥Ý¡¼¥º 0X ¤â¤ä¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡Ê¡°¡°[/color:68840dae57]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (725,'6871f89b5e','','[color=red:6871f89b5e]¤¤¤­¤Ê¤ê2½ÅÅê¹Æ¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡¢ÉÔ´·¤ì¤Ç¤´¤á¤ó¤Ê¤µ¤¤ \\:D/ [/color:6871f89b5e] \r\n[color=green:6871f89b5e]¤·¤«¤·¤³¤Î·Ç¼¨ÈÄ¡¢¤ª¤â¤·¤í¤¤¤Ã¤¹¤Í :transformer: [/color:6871f89b5e]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (726,'4fcc9b3c6d','','[quote:4fcc9b3c6d]¤½¤¦¤Ç¤¹¤è¡ªËͤÏ\"Better Off\"¤Ã¤Æ¤Î¤¬¹¥¤­¤Ç¤·¤¿¡£ \r\n[/quote:4fcc9b3c6d]\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) ¤³¤Î¶Ê¤É¤³¤«¤ÇÄ°¤¤¤¿¤³¤È¤¢¤ë¤Ê¡¼¤È»×¤Ã¤Æ¤Æ¡¢¤â¤·¤ä¤È»×¤¤¼«Ê¬¤Î»ý¤Ã¤Æ¤ë£²£Ð£Á£Ã¤¤¤í¤¤¤íõ¤Ã¤Æ¤ß¤¿¤é¤¢¤ê¤Þ¤·¤¿¤Í¡£Æ±¥ª¥±¤¬£Á£Ì£Ì¡¡£Å£Ù£Å£Ú¡¡£Ï£Î¡¡£Í£Å¤ËÆþ¤Ã¤Æ¤Æ¤Ó¤Ã¤¯¤ê¤Ç¤¹ :shocked!: ¤Ç¤â¤â¤Ã¤È¤Ó¤Ã¤¯¤ê¤À¤Ã¤¿¤Î¤Ï¡¢Æ±¶Ê¤Ë£Ã£Ð£Ï¤¬£Æ£ô¤µ¤ì¤Æ¤Þ¤¹¤Í¡£\r\n¤È¤¤¤¦¤ï¤±¤Ç¡¢²Æ¤Ã¤Ý¤¤¶Ê :signyeah:\r\n£²£Ð£Á£Ã-£Á£Ì£Ì¡¡£Å£Ù£Å£Ú¡¡£Ï£Î¡¡£Í£Å¤è¤ê¡¡\r\n£Ð£É£Ã£Ô£Õ£Ò£Å¡¡£Í£Å¡¡£Ò£Ï£Ì£Ì£É£Î\r\n£Ò£Õ£Î¡¡£Ô£È£Á¡¡£Ó£Ô£Ò£Å£Å£Ô£Ú\r\n²Æ¤Þ¤Ç¤¢¤È¾¯¤·¤Ç¤¹¤Í :angel9:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (727,'f92f941b18','','Johnny JÃíʸ¤·¤Á¤ã¤¤¤Þ¤·¤¿ :thumbright:\r\nÆϤ¯¤Î¤¬ ³Ú¤·¤ß¤Ç¤¹¡ª\r\n¼«Ê¬¤â¼«¸ÊËþ¤Î²ÆÍÑ¥³¥ó¥Ôºî¤Ã¤¿¤ê¤·¤Æ¤Þ¤¹ :) \r\n\r\n\r\n2Pac \"Happy Home [Original]\"\r\nAbove the Law \"Ballin\'\"\r\nSir Jinx \"Pic-a-Nic\"\r\nAhmad \"Back in the Day\"\r\nChunk \"What Waz I to do?\"\r\nII Foe tha $ \"It\'s the Dank\"\r\nHook Boog \"Fatta Matter\"\r\nFactor \"Mess We\'re in\"'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (728,'008c60797f','','¤É¤¦¤â¡ªZ-RO¤Ä¤¤¤Ë½Ð½ê¤Ç¤¹¤Í¡ª\r\nµ¤¤Å¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢¥Ñ¥ÑÌò¤Ç½Ð¤Æ¤ë¤Î¤ÏDOUGIE D¤À¤Ã¤¿¤è¤¦¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (729,'9069b2c0fa','','¤¢¤Î¥ª¥±¤Ï¤­¤Ã¤È¼«¿®ºî¤À¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡ª 8) \r\n2PAC¤À¤ÈI Get Around¤È¤«²Æ¤Ã¤Æ¤«¤ó¤¸¤·¤Þ¤¹¡£\r\n¤¿¤Ö¤ó¥Ó¥Ç¥ª¤¬¥×¡¼¥ë¤â¤Î¡Ê¤È¾¡¼ê¤Ë¸Æ¤ó¤Ç¤¤¤Þ¤¹¡Ë\r\n¤À¤«¤é¤È¤¤¤¦¤Î¤¬Íýͳ¤Ê¤ó¤Ç¤¹¤¬¡¦¡¦ :oops: \r\n¤³¤Î¶Ê¤Ï̤¤ÀË°¤­¤Þ¤»¤ó¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (730,'4f6a308c15','','[quote:4f6a308c15=\"g-stringz\"]¤¿¤Ö¤ó¥Ó¥Ç¥ª¤¬¥×¡¼¥ë¤â¤Î¡Ê¤È¾¡¼ê¤Ë¸Æ¤ó¤Ç¤¤¤Þ¤¹¡Ë\r\n[/quote:4f6a308c15]\r\n\r\n¤³¤ì¤Ç»×¤¤½Ð¤·¤Þ¤·¤¿ :!: \r\n2PAC feat. Outlawz / World Wide\r\nWon G / Nothing Wrong\r\n¤³¤ì¤Ã¤ÆPV¤¬¥×¡¼¥ë¡Ê¤Þ¤¿¤Ï¥×¡¼¥ë¥µ¥¤¥É¡Ë¤Ç¤·¤¿¤è¤Í¡©\r\n¤Û¤«¤Ë¤â¤¢¤Ã¤¿¤«¤Ê¤¡¡¦¡¦¡¦¡©\r\n\r\nSwoop G¤ÏÁÖ²÷¤Ç¤¹¡ª\r\nbmr¥Á¥§¥Ã¥¯¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ ::oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (731,'09a0eca162','¥×¡¼¥ë¤â¤Î','FLEXX ft. AMG - Break Bread\r\nHI-C - Got It Like That\r\nLIL 1/2 DEAD - Southern Girl\r\nDOGG POUND - Let\'s Play House\r\nRAPPIN\' 4-TAY - Ain\'t No Playa(²°Æâ)\r\nIndo Smoke¤äLIL RACHETT ft. LV¤ß¤¿¤¤¤Ê¾ìÌ̤¬¾¯¤ÊÌܤΤâ´Þ¤á¤ë¤ÈÁêÅö¤Ê¿ô¤¢¤ê¤½¤¦¤Ç¤¹ :bootyshake: \r\n\r\nDO OR DIE ft. TWISTA - Po Pimp\r\nEIGHTBALL & MJG - Playa\'s Night Out\r\nMOBB DEEP ft. NAS - It\'s Mine\r\nÅù¤â»×¤¤É⤫¤Ó¤Þ¤·¤¿¤±¤É¡¢¤ä¤Ã¤ÑÀ¾¤Ë¿¤¤¤«¤ó¤¸¤·¤Þ¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (732,'1458da1c73','','¤³¤ó¤Ë¤Á¤Ï :oops: \r\nz-ro½Ð½ê¤Ç¤¹¤«¡£Õ°Ç̤ζõµ¤¤È¥¢¥ì¤ò»×¤¤¤Ã¤­¤êµÛ¤¤¹þ¤ó¤Ç¡¢\r\n¤Þ¤¿¤Ð¤ó¤Ð¤ó¥¢¥ë¥Ð¥à½Ð¤·¤ÆÍߤ·¤¤¤Ã¤¹¡£¤Û¤ó¤Èz-roµï¤Ê¤«¤Ã¤¿¤é\r\nÄ°¤¯²»³Ú¤¬Ìµ¤¯¤Ê¤ë¤¯¤é¤¤z-roÂç¹¥¤­¤Ê¤ó¤Ç¡£\r\n\r\nDOUGIE D¡¢Îã¤Î´é·è¤á¤Æ¤Þ¤¹¤Í :angry3: \r\n¤³¤ÎPV¸«¤Æ¤ë¤ÈÀڤʤ¯¤Ê¤ê¤Þ¤¹¡£±é²Î¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (733,'56a5e663a8','HI-C','¥¢¥Þ¥¾¥ó¤ÇHI-C¤ÎºÆȯÆóËçͽÌó¤Ç¤­¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡ª¡ª\r\nÃÍÃʰ¤¤¤·È¯ÇäÆü¤Ï8·î£³£±Æü¤é¤·¤¤¤Ç¤¹¡£ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (734,'cd4269cbe0','¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡Ê´À¡Ë','RAL¤Î¥µ¥¤¥È¤Ë¤¢¤ëĶ¥í¥ó¥°¥¤¥ó¥¿¥Ó¥å¡¼¤â¡¢Ì̲ñ»þ´Ö¥ª¡¼¥Ð¡¼¤·¤Æ¤½¤¦¤Ç¤¹¤´¤¤¤Ç¤¹¤Í¡£\r\n·ë¹½RAL¤Î¿Í¤â´èÄ¥¤Ã¤Æ¥×¥í¥â¤·¤Æ¤ë¤ß¤¿¤¤¤ÇÎޤǤ¹¡£\r\nÌ̲ñ¼¼¤ß¤¿¤¤¤Ê¤È¤³¤í¤Ç¥é¥Ã¥×¤·¤Æ¡¢DOUGIEÉã¤Á¤ã¤ó¼ç±é¤Î¥·¡¼¥ó¤È¥·¥ã¥Ã¥Õ¥ë¤·¤Æ¤Þ¤¹¤¬¡¢¥ê¥¢¥ë¤Ê¤À¤±¤ËÎޤǤ¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (735,'b04621947c','','¥²¡¼¥à¤ÎÆâÍƤϤ¤¤í¤ó¤Ê±½¤¬Î®¤ì¤Æ¤Æ¡¦¡¦¤Þ¤¢US¤Ç£±£°·îȯÇä¤Ê¤Î¤Ç¡¢»ä¼«¿Èµ¤Ä¹¤Ë¤Þ¤Ã¤Æ¤Þ¤¹¡£ÆüËܤǤÎȯÇä¤Ï¤¤¤Ä¤Ë¤Ê¤ë¤Î¤«¤ï¤«¤ê¤Þ¤»¤ó¡£\r\n¤¿¤À¶½Ì£¤Î¤¢¤ë¾ðÊó¤È¤·¤Æ¤Ï¡¢¥²¡¼¥àÃæ¤Î¶Ê¿ô¤¬£Ö£É£Ã£Å¡¡£Ã£É£Ô£Ù¤Î£²¡Á£³ÇܤȤλö¤Ç¤¹¡£\r\n£Ö£É£Ã£Å¤¬Ìó£¹£°¶Ê¤Ê¤Î¤Ç¡¦¡¦Ã±½ã¤Ë£±£¸£°¡Á£²£·£°¶Ê¼ýÏ¿¤Ç¤¹¤Í¡£¤â¤Á¤í¤ó¤¹¤Ù¤Æ¤¬£È£É£Ð£È£Ï£Ð¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤¬\r\nhttp://gta.bonusweb.cz/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (736,'e4346845af','TRAE of Guerilla Maab STDD','¤­¤Ã¤È¤É¤Ê¤¿¤«¥¹¥ìΩ¤Æ¤ë¤È»×¤Ã¤¿¤Î¤Ç°ì±þ¡£¡£¡£\r\nÁá®İ¤«¤ì¤¿Êý¡¢´¶ÁÛ¤ªÊ¹¤«¤»¤¯¤À¤µ¤¤¡ª¡ª\r\n¼«Ê¬¤â¥²¥Ã¥È¤·¼¡ÂèËôÍè¤Þ¤¹¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (737,'0c5e55dc50','','¼¡²óºî¤Ï¼«Ê¬¤â´üÂÔ¤·¤Æ¤Þ¤¹¡ªVice City¤âÌÌÇò¤«¤Ã¤¿¤Ç¤¹¤è¡£\r\n¥Ï¥¤¥É¥í¼Ö¤Ë¾è¤Ã¤ÆMore bounce to the ounceή¤·¤Ê¤¬¤é¥É¥é¥¤¥Ö¥Ð¥¤¤È¤«¤Ç¤­¤Þ¤¹ :2gunfire: \r\nVice City¤Çή¤ì¤ëhiphop¤Ï¥ª¡¼¥ë¥É¥¹¥¯¡¼¥ë¤Ð¤«¤ê¤Ç¤·¤¿¤±¤É¡¢\r\n¼¡²óºî¤Ç¤ÏG-Rap¤¬Î®¤ì¤½¤¦¤Ç¤¹¤Í :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (738,'e8bada7d14','¤¹¤´¤¤¥Ü¥ê¥å¡¼¥à','Áᮥ²¥Ã¥È¤·¤Þ¤·¤¿¡£\r\n¥ì¥®¥å¥é¡¼ÈǤÈDVD¸«¤Þ¤·¤¿¤¬¡¢¤Þ¤ÀSLABEDÈ×ÆóËçÄ°¤¤¤Æ¤Ê¤¤¤Ç¤¹¡£\r\n\r\nÂè°ì°õ¾Ý¤Ç¤¹¤¬¡¢LOSING COMPOSURE¤è¤ê¤â¤Á¤ç¤¤¾å¡¢LIFE OF JWMACVEY¤è¤ê¤â²¼¤È¤¤¤¦´¶¤¸¤Ç¤·¤¿¡£¤Ç¤â¤³¤ì¤«¤é¤º¤Ö¤º¤Ö¤¯¤ë¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£\r\n\r\nDVD¤ÏCHOPPA¡ÊÈýÌÓÇ»¤¹¤®¡ËMANNIE FRESH¡Ê¤¿¤À¤Î¤ª¤Ã¤µ¤ó¡Ë¤Ê¤É¤¤¤í¤ó¤Ê¿Í¤¬¤Ç¤Æ¤Æ³Ú¤·¤«¤Ã¤¿¤Ç¤¹¡£Ä¹¤¤¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (739,'34a3599936','','[quote:34a3599936]Vice City¤Çή¤ì¤ëhiphop¤Ï¥ª¡¼¥ë¥É¥¹¥¯¡¼¥ë¤Ð¤«¤ê¤Ç¤·¤¿¤±¤É¡¢ \r\n¼¡²óºî¤Ç¤ÏG-Rap¤¬Î®¤ì¤½¤¦¤Ç¤¹¤Í [/quote:34a3599936]\r\n\r\n¤Ç¤¹¤è¤Í¡£¤·¤«¤âº£²ó¤Ï£¹£°Ç¯½é¤áº¢¤òÉñÂæ¤ËÀßÄꤷ¤Æ¤ë¤é¤·¤¤¤ó¤Ç¤¹¤è¡£\r\n¤È¤¤¤¦¤È£Â£Ï£Ù£Ú£Î¡¡£Ô£È£Å¡¡£È£Ï£Ï£Ä¡¢£Í£Å£Î£Á£Ã£Å¤È¤«»×¤¤É⤫¤Ù¤Þ¤¹¤è¤Í¡£\r\n\r\n[quote:34a3599936]¥Ï¥¤¥É¥í¼Ö¤Ë¾è¤Ã¤ÆMore bounce to the ounceή¤·¤Ê¤¬¤é¥É¥é¥¤¥Ö¥Ð¥¤¤È¤«¤Ç¤­¤Þ¤¹ \r\n[/quote:34a3599936]\r\n\r\n¼«Ê¬¤â¤è¤¯Fever 105Ä°¤¤¤Æ¤Þ¤Ã¤¿¤ê¤·¤Ê¤¬¤é¡¢¥Ñ¥È¥«¡¼¤È¥«¡¼¥Á¥§¥¤¥¹¤·¤Æ¤¢¤½¤ó¤Ç¤Þ¤¹¡£\r\n¤³¤Î¥²¡¼¥à¤Ï²»³Ú¤Ø¤Î¶Å¤êÊý¤â¥Ï¥ó¥Ñ¤¸¤ã¤Ê¤¤¤Î¤Ç¤³¤³¤Þ¤Ç³Ú¤·¤á¤Æ¡¢À®¸ù¤·¤Æ¤¤¤ë¤ó¤Ç¤·¤ç¤¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (740,'6975f3fd15','','Eazy E¤ÎBoyz N The Hood¤¢¤¿¤ê¤ÏÁª¶Ê¤µ¤ì¤½¤¦¤Ç¤¹¤è¤Í¡ª\r\n\r\n[quote:6975f3fd15]¼«Ê¬¤â¤è¤¯Fever 105Ä°¤¤¤Æ¤Þ¤Ã¤¿¤ê¤·¤Ê¤¬¤é¡¢¥Ñ¥È¥«¡¼¤È¥«¡¼¥Á¥§¥¤¥¹¤·¤Æ¤¢¤½¤ó¤Ç¤Þ¤¹¡£ \r\n¤³¤Î¥²¡¼¥à¤Ï²»³Ú¤Ø¤Î¶Å¤êÊý¤â¥Ï¥ó¥Ñ¤¸¤ã¤Ê¤¤¤Î¤Ç¤³¤³¤Þ¤Ç³Ú¤·¤á¤Æ¡¢À®¸ù¤·¤Æ¤¤¤ë¤ó¤Ç¤·¤ç¤¦¡£[/quote:6975f3fd15]\r\n\r\nFever105¤Ï°ìÈ֤Τªµ¤¤ËÆþ¤ê¤Ç¤¹ :) ¤Û¤ó¤È¤³¤Î¥²¡¼¥à¤ÏÁª¶Ê¤Î¥»¥ó¥¹¤¬Îɤ¤¤Ç¤¹¤è¤Í¡£Juicy Fruit¡ÁSummer Madness¤È¤«Í¼Æü¤Ë¥Ï¥Þ¤Ã¤Æ¤Æ¿»¤Ã¤Á¤ã¤¤¤Þ¤¹¤Í¡£\r\n¥²¡¼¥à¤Ç¤¹¤¬¡Ê¾Ð'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (741,'75d662ef57','','LOSING COMPOSURE¤è¤ê¾å¤Ç¤¹¤« :!: \r\n¤³¤ì¤ÏÁêÅö¥ä¥Ð¤½¤¦¤Ç¤¹¤Í¡£\r\n¼«Ê¬¤Î¤Ï¡¢ºòÆü¤ä¤Ã¤ÈȯÁ÷¤µ¤ì¤¿¤Î¤Ç¡¢¤Þ¤À¿ôÆü¤«¤«¤ê¤½¤¦¤Ç¤¹¡£\r\n¤Þ¤¿Ä°¤¤¤¿¤é¡¢½ñ¤­¹þ¤ß¤¿¤¤¤È»×¤¤¤Þ¤¹¡£ :flower:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (742,'7bad20d638','','¾ðÊó¤É¤¦¤â¡ª\r\n¤·¤«¤·°Â¤¤¤Ç¤¹¤Í¡Á:shock: \r\n¤ª¤Þ¤±¤Ï´üÂԤǤ­¤Ê¤½¤¦¤Ê¡¦¡¦¡¦\r\n1:40:21¤Ã¤Æ¤Î¤¬¥ª¥ê¥¸¥Ê¥ë¤ÎÌóÇܤÎŤµ¤Ê¤ó¤Ç¡¢\r\n²¿¤«¤¢¤ë¤«¤Èµ¤¤Ë¤Ê¤Ã¤Æ¤¤¤¿¤ó¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (743,'51bc7660bc','','¤ó¡ÁÄ°¤­¤¿¤¤¡ª\r\n¤±¤É13Æü¥ê¥ê¡¼¥¹¤ËÍߤ·¤¤¤Î¤¬¤¤¤Ã¤Ñ¤¤¤¢¤ë¤Î¤Ç¡¢¤½¤³¤é¤È¤Þ¤È¤á¤ÆÇ㤦ͽÄê¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (744,'42732513c4','','trae¤Î¿·ºîÄ°¤­¤Þ¤·¤¿¡ª\r\nlosing¤¬Á°È¾À¹¤ê¾å¤¬¤ë¤Î¤ËÂФ·¤Æ¿·ºî¤ÏÃæ¡¢¸åȾ¤¬Îɤ¤¤Ç¤¹¤Í¡£\r\nÁ´ÂΤ˥¯¥ª¥ê¥Æ¥£¤¬¹â¤¤³Ú¶Ê¤¬Â¿¤¤¤Î¤Ç¤¹¤¬¡¢¥Ð¥é¥¨¥Æ¥£¤ËÉ٤ߤ¹¤®¤Ê¤Î¤«\r\n¥¢¥ë¥Ð¥à¤È¤·¤Æ¤Ï»¶Ì¡¤Ê°õ¾Ý¤ò¼õ¤±¤Þ¤·¤¿¡£¤¢¤È¤â¤·¤«¤·¤Æs.l.a.b.¤Î¥¢¥ë¥Ð¥à\r\n¤Ã¤Æ¤³¤ó¤Ê´¶¤¸¤Ë¤Ê¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤ÈÇùÁ³¤È¤Ç¤¹¤¬´¶¤¸¤Þ¤·¤¿¡£\r\n\r\n¥Ù¥¹¥È¥È¥é¥Ã¥¯¤Ïdisk3¤Îrakesh¥ê¥ß¥Ã¥¯¥¹¤Ç¤¹¡£¤Ä¡¼¤«¸Ä¿ÍŪ¤Ëq-stone¤Î\r\n¥È¥é¥Ã¥¯¤¬Íí¤à¤ÈÎɤ¤°ÕÌ£¤Ç°ìÈ̼õ¤±¤·¤ä¤¹¤¤¡¢°­¤¤¸À¤¤Êý¤ÇÇö¤Ã¤Ú¤é¤¤\r\n°õ¾Ý¤ò¼õ¤±¤ë¤ó¤Ç¤¹¤è¤Í¡£¥Ò¥å¡¼¥¹¥È¥ó¤Ë¤«¤±¤Æ¤­¤å¡¼¤¹¤È¤ó¤À¤«¤Ê¤ó¤À¤«\r\n¤·¤é¤Í¤¨¤±¤É:x ¤Ç¤â¥½¥í¥¢¥ë¥Ð¥à½Ð¤¿¤é¨Ç㤤¤·¤Æ¤ä¤ë¡£\r\nÀµÄ¾guerilla³¦·¨¤Ïrakesh¤ÈÁȤó¤Ç¥¢¥ë¥Ð¥à½Ð¤·¤Æ¤Û¤·¤¤¤Ç¤¹¡£\r\n\r\ndvd¤ÏÀ¸¸å2¥ö·î¤Î¤¦¤Á¤Î̼¤¬¿©¤¤Æþ¤ë¤è¤¦¤Ë¸«¤Æ¤Þ¤·¤¿¡£¥Û¥¤¡¼¥ë¤¬\r\n¤°¤ë¤°¤ë²ó¤ë¤Î¤¬µ¤¤Ë¤Ê¤ë¤Î¤Ç¤·¤ç¤¦¤«¡£¥é¥¤¥Ö¤Ï¸ý¥Ñ¥¯¤Ç¤·¤¿¤Í¡¢¤Ç¤âz-ro\r\n¤ò»Ï¤á¤¤¤í¤ó¤ÊÊý¤¬¸«¤é¤ì¤Æ´¶·ã¤·¤Þ¤·¤¿¡£ÆäË3-2¤ÏÌ´¤Ë½Ð¤Æ¤­¤½¤¦¤Ç¤¹¡£\r\n\r\nĹ¡¹¤È¿½¤·Ìõ¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n·ë¶É¸Ä¿ÍŪ¤Ëz-ro¤Îlife of ËÜ̾¤Îɾ²Á¤¬Ä㤤¤Î¤ÇɬÁ³Åª¤Ësame thing¤Î\r\nÊý¤¬¾å¤È¤Ê¤ê¤Þ¤¹¤¬¡¢trae¤ÏÁ°ºî¤ÎÊý¤¬¹¥¤­¤Ç¤¹¡£\r\nz-ro/ife of...¡ù¡ù¡ù\r\ntrae/same thing...¡ù¡ù¡ù+\r\ntrae/same thing disk2..¡ù¡ù\r\ntrae/same thing disk3...¡ù¡ù¡ù¡ù\r\ntrae/losing...¡ù¡ù¡ù¡ù\r\n¤Æ¤Ê´¶¤¸¤Ç¤¹¡£\r\n\r\nºÇ¸å¤Ë\r\nq-stone¤Î¥¢¥ë¥Ð¥à¤â´üÂÔ¤·¤Þ¤¹¤¬¡¢russel lee¤Î¥½¥í¤â½Ð¤ë¤ß¤¿¤¤\r\n¤Ç¤¹¤Í¡ª¡ª³Ú¤·¤ß¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (745,'6cb4980292','','zzz-ro¤µ¤ó¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¡¢¥í¥°¥¤¥ó¤·Ëº¤ì¤Æ½ñ¤¤¤Á¤ã¤Ã¤Æ¤Þ¤¹¤¬¡¢¥â¥Ç¥ì¡¼¥¿¤Îgoku¤Ç¤¹¡£\r\n\r\nQ¥¹¥È¥ó¤Î¶Ê¤âZ-RO¤ÎLIFE¤äBIG MELLO¤ÎGIFT¤°¤é¤¤¤«¤éÈæ¤Ù¤ë¤È¡¢¤«¤Ê¤êÀ®Ä¹¤·¤Æ¤¤¤ë¤è¤¦¤Êµ¤¤¬¤·¤Æ¡¢¤½¤³¤é¤Ø¤ó¤ò¼«Ê¬¤È¤·¤Æ¤Ïɾ²Á¤·¤¿¤¤¤Ç¤¹¡£\r\n¤Ç¤â¤ä¤Ã¤Ñ¤ê¤¤¤Þ¤É¤­¤Î¼ã¼ê¤Î¿Í¤Ï¤æ¤Ã¤¿¤ê¤È¤·¤¿SUC¤Î¤è¤¦¤ÊÊ·°Ïµ¤¤Î¶Ê¤è¤ê¡¢\r\nSWISHA·Ï¤Î¤è¤¦¤Ê¥í¥Ã¥¯Ä´¤Î¤Û¤¦¤¬¹¥¤­¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¡£\r\n\r\n¤Ç¤âRAKESH¤Î¤¢¤Î±é²ÎÄ´¤Ë¤Ï¤«¤Ê¤¤¤Þ¤»¤ó¤Í¡£¤â¤¦Â¾¤Î¥¸¥ã¥ó¥ë¤Î²»³Úºî¤ê¤¿¤¤¤È¤¤¤Ã¤Æ¤Þ¤·¤¿¤¬¡¢¤Ê¤ó¤È¤«Â硹Ū¤ËÉü³è¤·¤ÆÍߤ·¤¤¤Ç¤¹¤Í¡ª\r\n\r\n¼«Ê¬Åª¤Ë¤Ïº£Ç¯¤Î¾åȾ´ü¤Î¥Ù¥¹¥È£³¤ÏÁ´ÉôRAP A LOT¡Êz-ro, the day after.., utp)¤Ê¤Î¤ÇZ-rO¤Î¤Û¤¦¤¬¾å¤Ç¤·¤¿¡£¡Êº£DEVIN¤­¤¤¤Æ¤Þ¤¹ :oops: ¡Ë¤È¤¤¤¦¤ï¤±¤ÇZ-RO¤Ë°ìɼ¤Ç¤·¤¿ :oops: ¡£\r\n\r\n¤È¤³¤í¤Ç£³¡Ý£²¤Î¥¢¥ë¥Ð¥à¤Ã¤Æ¤Ç¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (746,'c2fdeed6b9','','¤³¤ó¤Ë¤Á¤Ï¡¢\r\n\r\nRAKESH¤Ê¤ó¤Ç¤¹¤±¤É¡¢HOUSTON¤Î¤É¥Þ¥¤¥Ê¡¼²Îʪ¥³¥ó¥Ô\"DEADLY WORDZ(2003)\"¤Ë£±¶Ê¥¯¥ì¥¸¥Ã¥È¤µ¤ì¤Æ¤Þ¤·¤¿¡£\r\nËܿͤ«¤É¤¦¤«È½¤é¤Ê¤¤¤Ç¤¹¤¬¡¢Â¾¤Î¥¸¥ã¥ó¥ë¤Î²»³Úºî¤ê¤¿¤¤¤È¸À¤Ã¤Æ¤¿¤Î¤Ê¤é¡¢Ëܿͤ«¤âÃΤì¤Þ¤»¤ó¤Í¡£µ¤¤Ë¤Ê¤Ã¤Æ¤¿¤â¤Î¤Ç¡£¶Ê¤Ï¥Ð¥¦¥ó¥¹Ä´¤Î²Îʪ¤Ç¤·¤¿¡£¤Ç¤Ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (747,'c4642711ee','','TRAEÄ°¤­¤Þ¤·¤¿¤è¡£ÁêÅö¥¤¥¤¤Ç¤¹¤Í¡£\r\n\r\n¼«Ê¬¤ÎºÎÅÀ¤Ï¡¢\r\nz-ro/ife of...¡ú¡ú¡ú¡ú¡ù \r\ntrae/same thing...¡ú¡ú¡ú¡ú \r\ntrae/losing...¡ú¡ú¡ú¡ú\r\n\r\n¤Ç¤¹¡£Á°ºî¤è¤ê¾¯¤·¤À¤±¹¥¤­¤Ç¤¹¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (748,'4fb0cfbc05','°Â¤¤¤Ç¤¹¤Í¡¦¡¦¡¦','ËÜÅö¤Ë°Â¤¤¤Ç¤¹¤Í¡¼\r\nºÇ¶á¤ÎºÆȯ¥é¥Ã¥·¥å¤¹¤´¤¤¤Ç¤¹¡£\r\n\r\n¤È¤³¤í¤Ç»ä¤ÎAmazon¤Î¼ÂȯÁ÷¾¦ÉʤÎÃæ¤Ë\r\n Hi-Life Hustle\r\n¤¬±Ê±ó¤È»Ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤±¤É¤³¤ì¤â²»Èô¤Ó¤Ê¤·¤Î¤¬¤Ç¤ë¤ó¤Ç¤·¤ç¤¦¤« :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (749,'c12957d0f0','213','213 -Another Summer Feat. LATOIYA WILLIAMS¡ÊKANYE WEST¥×¥í¥Ç¥å¡¼¥¹¡ËÄ°¤­¤Þ¤·¤¿¡£\r\nEDDIE KENDRICKS\' Intimate Friends¥Í¥¿¤â¤í»È¤¤¤Ç¤¹¤¬¡¢¤¤¤¤¤Ç¤¹¡ª\r\n70\'s¥Õ¥£¡¼¥ë¤È213 & LATOIYA¤ÎÁêÀ­¤ÏÎɤ¯¡¢Í¼Êë¤ì°Ê¹ß¤Î¥Á¥ë¥¢¥¦¥È¤ËºÇŬ¤«¤È»×¤ï¤ì¤Þ¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (750,'85b5ac6815','Re: 213','[quote:85b5ac6815=\"g-stringz\"]213 -Another Summer Feat. LATOIYA WILLIAMS¡ÊKANYE WEST¥×¥í¥Ç¥å¡¼¥¹¡ËÄ°¤­¤Þ¤·¤¿¡£\r\nEDDIE KENDRICKS\' Intimate Friends¥Í¥¿¤â¤í»È¤¤¤Ç¤¹¤¬¡¢¤¤¤¤¤Ç¤¹¡ª\r\n70\'s¥Õ¥£¡¼¥ë¤È213 & LATOIYA¤ÎÁêÀ­¤ÏÎɤ¯¡¢Í¼Êë¤ì°Ê¹ß¤Î¥Á¥ë¥¢¥¦¥È¤ËºÇŬ¤«¤È»×¤ï¤ì¤Þ¤¹ 8)[/quote:85b5ac6815]\r\n\r\n¤Þ¤Àʹ¤¤¤Æ¤¤¤Ê¤¤¤ó¤Ç¤¹¤¬¤è¤µ¤²¤Ç¤¹¤Í!\r\n213¤ÈLatoiya¤ÎÁêÀ­¤Ï¤Ê¤ë¤Û¤É¤Ç¤¹¡£\r\nSoopafly¤¸¤ã¤¦¤Þ¤¯°·¤¤¤­¤ì¤Ê¤«¤Ã¤¿´¶¤¬¤¢¤ê¤Þ¤»¤ó¤«¡©\r\n\r\nShorty / Califunk\r\nAllfrumtha i / Cali Life\r\nCali¤Ä¤Ê¤¬¤ê¤Ç¤¤¤«¤¬¤Ç¤·¤ç¤¦¡£\r\n\r\n´Ø·¸¤Ê¤¤¤Ç¤¹¤¬À¸Fingazz¤¹¤´¤«¤Ã¤¿¤Ç¤¹¡£\r\n¡Ö¥ä¥ê¥¿¥¤¡Á¥ä¥ê¥¿¥¤¡Á¥ä¥ê¥¿¥¤¡Á¥ä¥ê¥¿¥¤¡Á¥ä¥ê¥¿¥¤¡Á¥Ù¥¤¥Ù¡×by TalkBox'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (751,'13dc1b913e','my rap cd collection for sale','ok, i have up for grabs my whole rap collection, about 600 cd\'s, all original and 99% in perfect condition with LOADS OF RARE & OOP albums.\r\noffer me some serious $ for this \r\nthanx\r\n\r\n\r\n\r\n11/5 Fiendin 4 Tha Funk\r\n11/5 A-1 Yola\r\n918 Niggaz gon be Niggaz\r\n918 Reincarnated\r\n196 Clique No love Part I\r\n20-2-Life Confessions\r\n20-2-Life Don\'t Hustle Don\'t Eat\r\n20-2-Life Up 4 Parole\r\n20-2-Life Twenty-Two-Life\r\n254 Street Bosses Texas Money\r\n2Def Str8 Doin tha Fool\r\n2Pac Me Against The World\r\n2Pac All Eyez On Me\r\n2Real Welcome 2 Da Real World\r\n2-Tone Texas Ballers 2000\r\n5 Cent Soldjaz Operation Platinum\r\n5th Ward Boys Usual Suspects\r\n5th Ward Boyz Ghetto Dope\r\n5th Ward Boyz Gangsta Funk\r\n5th Ward Boyz Rated G\r\n5th Ward Boyz P.W.A. The Album Keep It Poppin\'\r\n5th Ward Juveniles Deadly Groundz\r\nAbove The Law Forever: Rich Thugs\r\nAbove The Law Uncle Sam¡Çs Curse\r\nAbove The Law Time Will Reveal\r\nAce Deuce Comin\' Up N\' Da Ghetto\r\nAce Deuce 1 Luv\r\nA-G-2-A-KE Mil-Ticket\r\nAggravated Agg....State Of Mind\r\nAggravated Strength In Numbers\r\nAl Kapone Da Resurrection\r\nAl Kapone What Cha Got\r\nAl-D 4 Da Green\r\nAl-D Home Of The Free\r\nAl-D Mind At Ease\r\nAmerican Dream Volume III\r\nAndre Nickatina Tears Of A Clown (CDR)\r\nArkansas Boyz Dommies, Spades & Dice\r\nB.G. It\'s All On U Vol.1\r\nB.G.Knoccout&Dresta Real Brothas\r\nB.H.P. Eastbound \r\nB.H.P. Family First\r\nB.O.M. The Reala Ride\r\nBam A Rough Nigga\'z Bible Vol.II Hell On Earth\r\nBam A Rough Z¡Çaggin Bible\r\nBe Gee Ya Gotta Be Gee\r\nBe Gee Black Gorilla Milla Tactics\r\nBHC Crime Pays\r\nBHP Art Gallery Vol.1\r\nBig 50 Ain\'t No Turnin Back\r\nBig Al presents Da Buddha Klan\r\nBig B Let The Games Begin (CDR)\r\nBig Boo Shaking Them Po Po\'s\r\nBig D & Icey Hott In It To Win It\r\nBig Dank The Hood Has Raised Me\r\nBig Love Representin¡ÇReal\r\nBig Mack A Better Way\r\nBig Mello Southside Story \r\nBig Mike Somethin\' Serious\r\nBig Moe City Of Syrup\r\nBig Pokey Hardest Pit In The Litter\r\nBigtyme Vol.1 Still Afloat\r\nBlac Monks Secrets Of The Hidden Temple\r\nBlac Monks No Mercy\r\nBlack & Dangerous Business First,Pleasure Later\r\nBlack & Jay Affiliated 4 Life\r\nBlack Hole Posse Sounds Of A Murder\r\nBlack Menace Drama Time\r\nBlack Mophia Clan BMC 4 Life-14 Chapters-The Revealing \r\nBlack Mophia Clan To Be Me\r\nBlackout Under The Influence\r\nBlackout Under The Influence Take 2\r\nB-Legit The Hemp Museum\r\nBloods & Crips Bangin On Wax\r\nBloods & Crips Bangin On Wax 2\r\nBlue Ragg Tales From The Crip\r\nBohn Strapped For The Season \r\nBone Hard Productions starring Big Mello Bone Hard Niggaz\r\nBone Thugs-N-Harmony E. 1999 Eternal\r\nBootleg Death Before Dishonesty\r\nBotany Boys Thought Of Many Ways\r\nBottom Posse 2 Saggin Straight From Hell \r\nBottom Posse They Gotta Pop Me To Stop Me\r\nBrotha Lynch Hung The Virus\r\nBrotha Lynch Hung 24 Deep\r\nBrotha Lynch Hung Season Of Da Siccness\r\nBrotha Lynch Hung Loaded\r\nBrotha Lynch Hung & C-Bo Blocc Movement\r\nBrotha Lynch Hung & Doomsday Productions The Plague\r\nBumbino The Story Of A Young Socrates\r\nBun B & Mddl Fngz LIVE! From Da Manjah\r\nBushwick Bill Phantom Of The Rapra\r\nC.C.G. 100% Game \r\nC.C.G. Only Game In Town\r\nC.I.N. 94 Mobsta\'s\r\nC.I.N. Richmond Roulette\r\nCapone Raza Rolls Deep\r\nCapone Chicano World\r\nC-Bo The Autopsy\r\nC-Bo Til\' My Casket Drops\r\nC-Bo The Final Chapter\r\nC-Bo Enemy Of The State \r\nC-Bo Life As A Rider\r\nC-Bo The Gas Chamber\r\nC-Bo Tales From Da Crypt\r\nC-Bo The Best Of C-Bo\r\nC-Bo One Life 2 Live\r\nCellmates Stories Of Tha Damned\r\nCelly Cel Heat 4 Your Azz\r\nCelly Cel The G Filez\r\nCelly Cel Killa Kali\r\nChilly D a.k.a. O.G. Tx Hustler Too Thuggish 4 U:2000\r\nChunk Break \'Em Off A Chunk\r\nCin Sity Records Underground Vol. 1\r\nCKC The Family\r\nC-Loc Who¡Çs Gonna Ride ?\r\nC-Loc Whatever\r\nC-Loc Various Artists Concentration Camp\r\nCloud Nine Last Days Of A Hustler (CDR)\r\nCMP Da\' Game (CDR)\r\nC-Note Third Coast Born\r\nComptons Most Wanted Music To Driveby\r\nCoop MC Currency\r\nCoop MC Home Of The Killers\r\nCourt Dog Pullin\' Rank\r\nCoz View To A Kill\r\nCrime Boss All In The Game\r\nCrime Boss Still At Large\r\nCriminal E&Underground Sam N G¡Çs We Trust,Who U Trust ?\r\nCriminal Element Hit Em Where It Hurts\r\nCriminal Element Undaground Railroad\r\nCrips Nationwide Rip Ridas\r\nCrucial Conflict Good Side Bad Side\r\nD Of Trinity Staight Texas Hoodlum\r\nD Of Trinity Game Done Changed\r\nD.J. Zirk & 2 Thick Lock Em\' In Da Trunk\r\nD.O.C. No One Can Do It Better\r\nD.T.L. Dyin 2 Live\r\nDa Herb Man Blowin Big\r\nDa Unda\'Dogg Steady Smashin\'\r\nDarkroom Familia Penitentiary Chances (CDR)\r\nDarkroom Familia Veteranoz\r\nDat Boy Grace From Crumbs To Bricks\r\nDeath Possessed By Tha Ouija Board\r\nDeco-D The Soul Taker\r\nDeep 4 Life One Foot In The Grave\r\nDeep South Syndicate Potent\r\nDelinquents Outta Control\r\nDemo Nine Da Madd\r\nDesperadoz Money Go Getters\r\nDeuce Below Cartel True Stories\r\nDevin The Dude\r\nDJ DMD Eleven \r\nDJ DMD Twenty-Two:P.A. World Wide\r\nDJ DMD Thirty-Three: Live From Hiroshima\r\nDJ Screw 3 \'N The Mornin\' Red\r\nDJ Screw All Work No Play\r\nDJ Screw 3 \'N The Mornin\' Part Two Blue\r\nDJ Squeeky on A Mission\r\nDJ Squeeky In Da Beginning Vol.I\r\nDJ Squeeky & Tha Family During The Mission\r\nDMG Rigormortis\r\nDo Or Die Headz Or Tails\r\nDo Or Die Back 2 The Game\r\nDo Or Die Picture This\r\nDoezha Mac\'N Stac\'N Bread \r\nDog House Posse Dope Gets No Heavier\r\nDogg House Click Pimps,Players&Hustlerz\r\nDoomsday Productions Filthy\r\nDoomsday Productions XV\r\nDoomsday Productions Pray 4 Me\r\nDoomsday Productions presents Northtown Vs. Westside\r\nDown-N-Dirty Hustlas The Unforgiven (CDR)\r\nDr.Dre The Chronic\r\nDre Dog The New Jim Jones\r\nDre Dog I Hate You With A Passion\r\nD-Shot Six Figures\r\nDubee A.K.A. Sugawolf\r\nE.B.Daddy Of The Hood Stickin To Tha Plan\r\nE.S.G. Return Of the Living dead\r\nE.S.G. Ocean of Funk\r\nE.S.G. Sailin¡ÇDa South\r\nE-40 The Mailman (CDR)\r\nEast Co Co Records presents Northern Expozure Vol. I\r\nEazy-E It¡Çs On 187Um Killa\r\nEightball & MJG On The Outside Looking In\r\nEightball & MJG On Top Of The World\r\nEightball & MJG Lyrics Of A Pimp\r\nEightball & MJG In Our Lifetime\r\nEndo One World One Chance\r\nEsham Dead Flowerz (CDR)\r\nFaces Of Death Countdown To Death\r\nFakkulty Southern Hostility\r\nFat Pat Ghetto Dreams\r\nFat Pat Throwed In Da Game\r\nFat Texas Texas Made\r\nFelony Redrum 781 (CDR)\r\nFesu War With No Mercy\r\nFirst Degree South Bound'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (752,'46c4139658','my rap cd collection for sale','ok, i have up for grabs my whole rap collection, about 600 cd\'s, all original and 99% in perfect condition with LOADS OF RARE & OOP albums.\r\noffer me some serious $ for this \r\nthanx\r\n\r\n\r\n\r\n11/5 Fiendin 4 Tha Funk\r\n11/5 A-1 Yola\r\n918 Niggaz gon be Niggaz\r\n918 Reincarnated\r\n196 Clique No love Part I\r\n20-2-Life Confessions\r\n20-2-Life Don\'t Hustle Don\'t Eat\r\n20-2-Life Up 4 Parole\r\n20-2-Life Twenty-Two-Life\r\n254 Street Bosses Texas Money\r\n2Def Str8 Doin tha Fool\r\n2Pac Me Against The World\r\n2Pac All Eyez On Me\r\n2Real Welcome 2 Da Real World\r\n2-Tone Texas Ballers 2000\r\n5 Cent Soldjaz Operation Platinum\r\n5th Ward Boys Usual Suspects\r\n5th Ward Boyz Ghetto Dope\r\n5th Ward Boyz Gangsta Funk\r\n5th Ward Boyz Rated G\r\n5th Ward Boyz P.W.A. The Album Keep It Poppin\'\r\n5th Ward Juveniles Deadly Groundz\r\nAbove The Law Forever: Rich Thugs\r\nAbove The Law Uncle Sam¡Çs Curse\r\nAbove The Law Time Will Reveal\r\nAce Deuce Comin\' Up N\' Da Ghetto\r\nAce Deuce 1 Luv\r\nA-G-2-A-KE Mil-Ticket\r\nAggravated Agg....State Of Mind\r\nAggravated Strength In Numbers\r\nAl Kapone Da Resurrection\r\nAl Kapone What Cha Got\r\nAl-D 4 Da Green\r\nAl-D Home Of The Free\r\nAl-D Mind At Ease\r\nAmerican Dream Volume III\r\nAndre Nickatina Tears Of A Clown (CDR)\r\nArkansas Boyz Dommies, Spades & Dice\r\nB.G. It\'s All On U Vol.1\r\nB.G.Knoccout&Dresta Real Brothas\r\nB.H.P. Eastbound \r\nB.H.P. Family First\r\nB.O.M. The Reala Ride\r\nBam A Rough Nigga\'z Bible Vol.II Hell On Earth\r\nBam A Rough Z¡Çaggin Bible\r\nBe Gee Ya Gotta Be Gee\r\nBe Gee Black Gorilla Milla Tactics\r\nBHC Crime Pays\r\nBHP Art Gallery Vol.1\r\nBig 50 Ain\'t No Turnin Back\r\nBig Al presents Da Buddha Klan\r\nBig B Let The Games Begin (CDR)\r\nBig Boo Shaking Them Po Po\'s\r\nBig D & Icey Hott In It To Win It\r\nBig Dank The Hood Has Raised Me\r\nBig Love Representin¡ÇReal\r\nBig Mack A Better Way\r\nBig Mello Southside Story \r\nBig Mike Somethin\' Serious\r\nBig Moe City Of Syrup\r\nBig Pokey Hardest Pit In The Litter\r\nBigtyme Vol.1 Still Afloat\r\nBlac Monks Secrets Of The Hidden Temple\r\nBlac Monks No Mercy\r\nBlack & Dangerous Business First,Pleasure Later\r\nBlack & Jay Affiliated 4 Life\r\nBlack Hole Posse Sounds Of A Murder\r\nBlack Menace Drama Time\r\nBlack Mophia Clan BMC 4 Life-14 Chapters-The Revealing \r\nBlack Mophia Clan To Be Me\r\nBlackout Under The Influence\r\nBlackout Under The Influence Take 2\r\nB-Legit The Hemp Museum\r\nBloods & Crips Bangin On Wax\r\nBloods & Crips Bangin On Wax 2\r\nBlue Ragg Tales From The Crip\r\nBohn Strapped For The Season \r\nBone Hard Productions starring Big Mello Bone Hard Niggaz\r\nBone Thugs-N-Harmony E. 1999 Eternal\r\nBootleg Death Before Dishonesty\r\nBotany Boys Thought Of Many Ways\r\nBottom Posse 2 Saggin Straight From Hell \r\nBottom Posse They Gotta Pop Me To Stop Me\r\nBrotha Lynch Hung The Virus\r\nBrotha Lynch Hung 24 Deep\r\nBrotha Lynch Hung Season Of Da Siccness\r\nBrotha Lynch Hung Loaded\r\nBrotha Lynch Hung & C-Bo Blocc Movement\r\nBrotha Lynch Hung & Doomsday Productions The Plague\r\nBumbino The Story Of A Young Socrates\r\nBun B & Mddl Fngz LIVE! From Da Manjah\r\nBushwick Bill Phantom Of The Rapra\r\nC.C.G. 100% Game \r\nC.C.G. Only Game In Town\r\nC.I.N. 94 Mobsta\'s\r\nC.I.N. Richmond Roulette\r\nCapone Raza Rolls Deep\r\nCapone Chicano World\r\nC-Bo The Autopsy\r\nC-Bo Til\' My Casket Drops\r\nC-Bo The Final Chapter\r\nC-Bo Enemy Of The State \r\nC-Bo Life As A Rider\r\nC-Bo The Gas Chamber\r\nC-Bo Tales From Da Crypt\r\nC-Bo The Best Of C-Bo\r\nC-Bo One Life 2 Live\r\nCellmates Stories Of Tha Damned\r\nCelly Cel Heat 4 Your Azz\r\nCelly Cel The G Filez\r\nCelly Cel Killa Kali\r\nChilly D a.k.a. O.G. Tx Hustler Too Thuggish 4 U:2000\r\nChunk Break \'Em Off A Chunk\r\nCin Sity Records Underground Vol. 1\r\nCKC The Family\r\nC-Loc Who¡Çs Gonna Ride ?\r\nC-Loc Whatever\r\nC-Loc Various Artists Concentration Camp\r\nCloud Nine Last Days Of A Hustler (CDR)\r\nCMP Da\' Game (CDR)\r\nC-Note Third Coast Born\r\nComptons Most Wanted Music To Driveby\r\nCoop MC Currency\r\nCoop MC Home Of The Killers\r\nCourt Dog Pullin\' Rank\r\nCoz View To A Kill\r\nCrime Boss All In The Game\r\nCrime Boss Still At Large\r\nCriminal E&Underground Sam N G¡Çs We Trust,Who U Trust ?\r\nCriminal Element Hit Em Where It Hurts\r\nCriminal Element Undaground Railroad\r\nCrips Nationwide Rip Ridas\r\nCrucial Conflict Good Side Bad Side\r\nD Of Trinity Staight Texas Hoodlum\r\nD Of Trinity Game Done Changed\r\nD.J. Zirk & 2 Thick Lock Em\' In Da Trunk\r\nD.O.C. No One Can Do It Better\r\nD.T.L. Dyin 2 Live\r\nDa Herb Man Blowin Big\r\nDa Unda\'Dogg Steady Smashin\'\r\nDarkroom Familia Penitentiary Chances (CDR)\r\nDarkroom Familia Veteranoz\r\nDat Boy Grace From Crumbs To Bricks\r\nDeath Possessed By Tha Ouija Board\r\nDeco-D The Soul Taker\r\nDeep 4 Life One Foot In The Grave\r\nDeep South Syndicate Potent\r\nDelinquents Outta Control\r\nDemo Nine Da Madd\r\nDesperadoz Money Go Getters\r\nDeuce Below Cartel True Stories\r\nDevin The Dude\r\nDJ DMD Eleven \r\nDJ DMD Twenty-Two:P.A. World Wide\r\nDJ DMD Thirty-Three: Live From Hiroshima\r\nDJ Screw 3 \'N The Mornin\' Red\r\nDJ Screw All Work No Play\r\nDJ Screw 3 \'N The Mornin\' Part Two Blue\r\nDJ Squeeky on A Mission\r\nDJ Squeeky In Da Beginning Vol.I\r\nDJ Squeeky & Tha Family During The Mission\r\nDMG Rigormortis\r\nDo Or Die Headz Or Tails\r\nDo Or Die Back 2 The Game\r\nDo Or Die Picture This\r\nDoezha Mac\'N Stac\'N Bread \r\nDog House Posse Dope Gets No Heavier\r\nDogg House Click Pimps,Players&Hustlerz\r\nDoomsday Productions Filthy\r\nDoomsday Productions XV\r\nDoomsday Productions Pray 4 Me\r\nDoomsday Productions presents Northtown Vs. Westside\r\nDown-N-Dirty Hustlas The Unforgiven (CDR)\r\nDr.Dre The Chronic\r\nDre Dog The New Jim Jones\r\nDre Dog I Hate You With A Passion\r\nD-Shot Six Figures\r\nDubee A.K.A. Sugawolf'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (753,'b324849ce2','','E.B.Daddy Of The Hood Stickin To Tha Plan\r\nE.S.G. Return Of the Living dead\r\nE.S.G. Ocean of Funk\r\nE.S.G. Sailin¡ÇDa South\r\nE-40 The Mailman (CDR)\r\nEast Co Co Records presents Northern Expozure Vol. I\r\nEazy-E It¡Çs On 187Um Killa\r\nEightball & MJG On The Outside Looking In\r\nEightball & MJG On Top Of The World\r\nEightball & MJG Lyrics Of A Pimp\r\nEightball & MJG In Our Lifetime\r\nEndo One World One Chance\r\nEsham Dead Flowerz (CDR)\r\nFaces Of Death Countdown To Death\r\nFakkulty Southern Hostility\r\nFat Pat Ghetto Dreams\r\nFat Pat Throwed In Da Game\r\nFat Texas Texas Made\r\nFelony Redrum 781 (CDR)\r\nFesu War With No Mercy\r\nFirst Degree South Bound\r\nFirst Degree The D.E. Planet Zero\r\nFreaky-O Stars N\' Smoke\r\nFrom Mo City To Yo City Volume 1\r\nFrontline Terrorists Disaster Area\r\nFrost Smile Now,Die Later\r\nFull Clip Late Night\r\nFullclip Stuck In The Game \r\nFunxSoulJaz Keep It Comin\'\r\nFWC Organised Crime\r\nG Rapp Military Mindz\r\nG.A.N. Faithfull To The Streets\r\nGameboyz Make That Change 2001\r\nGang Society The Games Finest\r\nGang Society G\'s Till We Die\r\nGangsta Blac I Am Da Gangsta\r\nGangsta Blac 74 Minutes Of Bump\r\nGangsta Blac Down South Flava\r\nGangsta Blac Can It Be ?\r\nGangsta Dre Gang Bangin Poetry The Sequel\r\nGangsta One Deep South Playa\r\nGangsta Pat Homicidal Lifestyle\r\nGanksta NIP South Park Psycho\r\nGanksta NIP Psychic Thoughts\r\nGanksta NIP Interview With A Killa\r\nGanksta NIP Psychotic Genius\r\nGanxsta Nip Psycho Thug\r\nGanxsta Rid Occupational Hazard \r\nGeto Boys Da Good Da Bad & Da Ugly\r\nGeto Boys Geto Boys\r\nGhetto Mafia Draw the Line\r\nGhetto Mafia Straight From The Dec (CDR)\r\nGhetto Mafia On Da Grind \r\nGhetto Tears(various artists) Ghetto Tears\r\nGimisum Army War\r\nGraveyard Soldjas Love & Hate\r\nGreenwade Many Sides Of A Thug\r\nG-Slimm Fours Deuces & Trays\r\nGuerilla Maab Rise\r\nGuerilla Maab Resurrected\r\nGuerilla Maab 3D2 In The Mist Of Guerillas\r\nGuillotine Medieval Madness\r\nGuillotine Death Sentence (CDR)\r\nGuilty As Charged GAC Inmate\r\nH.A.W.K. Under Hawk\'s Wings\r\nH.S.E. Hustlaz Stackin\' Endz\r\nHalf Dead Organization Half Dead Organization\r\nHard Boys Trapped In Tha Game\r\nHard Todd Married To The Game\r\nHavoc + Prodeje Kickin\' Game\r\nHerschelwood Hardheadz A Million Dollars Later\r\nHollo Point Federal\r\nHollow Tip Takin No Shorts\r\nHustler E Mama Raised A Hustler\r\nHustler E Wacocaine\r\nHustler E Wacocaine\r\nI.M.P. Ill Mannered Playas\r\nIce Mone In Tha Freeza Chamba\r\nIce Water Slaughter Life Without Fear\r\nIcecube Kill At Will\r\nIcecube The Predator\r\nIcecube Lethal Injection\r\nIcelord Now Who Dat\r\nIcey Hott Mind Over Matter\r\nII In Da Chamber Gotta Have My Money\r\nInfamous Playa Family Focused On Ambitions Vol II\r\nInfamous Playa Family Focused On Ambitions Vol.1\r\nInfamous X-Mann The Man Behind The Madness'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (754,'cfe27d91fe','','Jayo Felony Take A Ride\r\nJ-Dawg Smokin\' & Rollin\'\r\nJ-Dawg The Dawg House\r\nJ-Mac Bo$$ Hoggin (CDR)\r\nJ\'Roll Vibin\' On The Hood\r\nJump Out Boyz Walk It Like U Talk It\r\nK.B.&Lil Flea K.B.&Lil Flea\r\nKach. 22 War Storeez (CDR)\r\nKaos In The Mist Of Kaos\r\nKazy D Nationwide Double Up (CDR)\r\nKazy D A Letter From Tha Grave\r\nKeylo Giving Up The Funk \r\nKhayree presents The Blackalation\r\nKilla Krew Compilation Mississippi Nightmare (CDR)\r\nKing George Life Of A Kingpin\r\nKingpin Skinny Pimp Back To The Playaz Ball\r\nKingpin Skinny Pimp King Of Tha Player¡Çs Ball\r\nKlondike Kat The Biography Of A Made Man\r\nKlondike Kat The Lyrical Lion\r\nKlondike Kat Mobbin¡Ç Musik Melodies\r\nKool Daddy Fresh It\'s All True\r\nKottonmouth 100% Kottonmouth\r\nKottonmouth Killa Kottonfields\r\nK-Rino Stories From The Black Book\r\nK-Rino K-Rino\r\nK-Rino No Mercy\r\nK-Rino Danger Zone\r\nK-Roc Tha Rockla\r\nLegal Dope Various Artists (CDR)\r\nLethal Da Chosen Few\r\nLifestyl Deep In the Game\r\nLifestyl Mobstylfiggaz\r\nLil\' Black We All Gone Die\r\nLil Chill Ain¡Çt No Luv Lost\r\nLil Duke All N\' Da Game\r\nLil Keke The Commission\r\nLil Keke It Was All A Dream\r\nLil Keke Don¡Çt Mess With Texas\r\nLil Milt The Prophecy \r\nLil\' O Bloodmoney\r\nLil\' O Da Fat Rat With Da Cheeze\r\nLil Pen Part 1,Shock The World\r\nLil Pigg Penn The Hogg In Me\r\nLil Ric Wicked Streets\r\nLil Rock 2000 Takeyla\'s Records presents\r\nLil Sin Who Got Yo Back\r\nLil Sin feat.C-Ordell Frustrated By Death\r\nLil\' Tec Shut Em Down\r\nLil\' Troy Sittin\' Fat Down South\r\nLittle Bruce XXXtra Manish\r\nLivin¡ÇIllegal Married To The Game\r\nLMG Mafia Southside Souljahs (CDR)\r\nLock Down Inmates Da Drama Continues\r\nLock Down Inmates Wassup Wit It\r\nLokee Voodoo Gangsta Funk\r\nLon Meezy 6 Figure Dreams\r\nLootchasers A Million Ain\'t Enough\r\nLow-Key Family Goin\' 2 War\r\nMac Dre Stupid Doo Doo Dumb\r\nMacmall Untouchable\r\nMacMall Illegal Business\r\nMad CJ Mac True Game\r\nMafia Genie Mafia Me\r\nMafiosos Take Cover\r\nMafiosos Fo¡ÇTha Money\r\nMakaveli The 7 Day Theory\r\nManson Family Heltah Skeltah (CDR)\r\nMarv/Mitch & Lemay Livin\' In Tha Strange (CDR)\r\nMass 187 Krooked City \r\nMass 187 Real Trues Payin Dues\r\nMC Eight Last Man Standing\r\nMC Eight feat.CMW We Come Strapped\r\nMC Eight feat.CMW Death Threatz\r\nMC Eiht Section 8\r\nMC Ren Kizz My Black Azz\r\nMC Ren Shock Of The Hour\r\nMC Ren The Villain In Black\r\nMC2 and J Dog Killers and Dealers In Violent Areas\r\nMddl Fngz Trouble\r\nMenace Clan Da Hood\r\nMessy Marv & San Quinn Explosive Mode\r\nMethod Man Tical\r\nMidwest Playaz Purgatory\r\nMississippi Down South Playaz Playaz Mentality\r\nMississippi Mafia Southern Funk III\r\nMob Town Hustlers Influenced By A Life Of Crime\r\nMoney Black Playa Made\r\nMr. Coop Poisonous Game\r\nMr. D Str8 Blow Ya Mind\r\nMr.Doctor Setripn¡ÇBloccstyle\r\nMr.Mike Wicked Wayz\r\nMr.Pookie Tha Rippla\r\nMr.Sin Death Threats\r\nMr.Slim Thug I Represent This (Screwed)\r\nM-Sane R.I.P.Till We Meet\r\nMurder Inc. Playin\' For Keeps \r\nMurdoq Da Warrior\r\nN.U.T.S. Shady Like Me\r\nN.W.A. Straight Outta Compton\r\nN.W.A. Niggaz4life\r\nNBG Richmond,The City That Killz (CDR)\r\nNew Breed Of Hustlers Streets Got Me Gone\r\nNHC Respect The Game\r\nNino Nino co-founder P.K.O.\r\nNino 1/Down South Playaz Click\r\nNino Unstoppable\r\nNonfiktion Creative Differences\r\nNorth Memphis Posse NMP \r\nNotorious Outlaw Jako James Fully Automatic\r\nNuwine Da Bloody 5th'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (755,'3ea678bd46','','O.D.C. G Till¡Ç They Kill Me\r\nOak Cliff Assassin A Hit On The Hitman\r\nOak Cliff Assassin Hater Free\r\nOld-E & Redrum Ain\'t Nothin\' Changed \r\nOne Gud Cide Contradictions\r\nOne Gud Cide Look What The Street Made\r\nOutlawz Novakane\r\nOwens N Beech Street Potential To Be Your Killa \r\nP.A. Straight No Chase\r\nP.K.O. No Pain No Gain\r\nP.K.O. Tha Good,Tha Bad,Tha Mafia\r\nPapa Reu Xcuse Me!\r\nPharoah 6 Foot Giant\r\nPimpsta Dickies & House-Shoes \r\nPimpsta Dickies And House Shoes 2000\r\nPimpsta Country B4 Country Was Cool\r\nPimpsta South Side Soldiers\r\nPimpsta Smokin Big\r\nPimpsta South Side Soldiers part II (CDR)\r\nPistol Maine Round 1\r\nPistol, Boogie & Papa-J Back with A Vengeance\r\nPlaya Fly Just Gettin It On\r\nPlaya Fly Movin\' On\r\nPlaya Fly Da Game Owe Me\r\nPlaya Fly Fly Shit\r\nPlaya G Pimp Shit\r\nPlaya G U Not My Lady\r\nPlaya G & Took Diamondz & Woodgrain\r\nPlayboy 7 Whore\r\nPlayers For Life Playin 4 Real \r\nPluto Players Like Us Taking Over\r\nPMP Pain\r\nPoint Blank Nad Newz Travels Fast\r\nPoint Blank Prone To Bad Dreams\r\nPoint Blank Mad At The World\r\nPoint Blank N-Tha-Do¡Ç\r\nPrez-D Impeachment\r\nProject Pat Ghetty Green\r\nProject Pat Layin Da Smack Down\r\nProject Playaz Till We Die\r\nProphet Posse Body Parts\r\nProphets of the Truth It¡Çs Good 2 Be tha King MCD\r\nPSK-13 Born Bad? \r\nPSK-13 Pay Like You Weigh\r\nPSK-13 Flagrant The Hustle Game Project Pt. I\r\nPSK-13 No Ordinary Aggin\r\nPymp Tyte All N\' Yo Face\r\nR.B.L.¡ÇsPosse Hitman Solo Creep\r\nR.O.A. G\'s 4 Life\r\nR.O.A. Ready 4 Anythang\r\nRappin¡Ç 4-Tay Off Parole\r\nRay Luv Forever Hustlin\'\r\nRay Luv Coup D\' Etat\r\nReala-Rolla The Rebirth Of Real\r\nRed Bo$$ Red Bo$$\r\nRenegade Nation Anticipation Vol.1\r\nRoots From The Underground Roots From The Underground\r\nRuthless Juveniles Hard As Tha Fuck\r\nRuthless Juveniles Hard As Tha\' Fuck II \r\nRuthless Juveniles The New Beginning\r\nS.I.C. Long Lasting (CDR)\r\nS.S.P. Still Scandalous\r\nS.S.P. Tales From Tha Southside\r\nSam Huston Boys Stay Real\r\nSan Quinn Live N Direct\r\nSan Quinn Hustle Continues\r\nSan Quinn presents 17 Reasons (CDR)\r\nScrew Heads Forever And A Day\r\nScrewed Up Click BlockBleeders Compilation\r\nSeagram Reality Check\r\nSeagram Souls On Ice\r\nSean T Straight From The Street\r\nSean T Pimp Lyrics & Dollar Signs\r\nSeff Tha Gaffla Livin¡ÇKinda Lavishly (CDR)\r\nSho The Return (CDR)\r\nShorty The Xtended Don Keepin It Rowdy & Cloudy\r\nShot Callers Ya Only Live Once\r\nSicx If These Walls Could Talk\r\nSicx Dead 4 Life\r\nSicx & Brotha Lynch Hung Nigga Deep\r\nSimpson County Gangstas This Is For My Folks\r\nSinister Mobbin 4 Life\r\nSir Dyno Interview With A Chicano\r\nSkip-Dog 1st the Money then the Power\r\nSlicc Who The Hell Is Slicc\r\nSnoop Doggy Dogg Doggystyle\r\nSnubnoze Off Safety\r\nSouls Of Sin Ghetto Revelations\r\nSouth Bound Down South Survivors\r\nSouth Central Cartel ¡ÆN Gatz We Trust\r\nSouth Circle Anotha Day Anotha Balla\r\nSouth Park Coalition Personal Vendetta\r\nSouth Park Mexican Hillwood \r\nSouth Park Mexican Hustle Town\r\nSouth Park Mexican Power Moves\r\nSouth Park Mexican The 3rd Wish\r\nSouthern Players Destine II Shine\r\nSouthside Playaz You Gottus Fuxxed Up\r\nSouthside Posse Anticipation Of Death\r\nSpice 1 The Black Bossalini\r\nSpice 1 187 He Wrote\r\nSpice 1 Amerikkka¡Çs Nightmare\r\nSPM The Purity Album\r\nStrait State Of Mind\r\nStreet Military Aggrivated Rasta\r\nStreet Military I Don\'t Give A Damn\r\nStreet Military Steel Gangstaz\r\nStreet Military Another Hit\r\nStreet Military Next Episode\r\nStreethugs Not To Be Fucked With\r\nSwamp Click Swamp Click\r\nSwamp Life Born 2 Die'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (756,'83a0a060a9','','T.W.D.Y. Derty Werk\r\nTay Da Tay Anticipation \r\nTaylor Boys 28 Grams :Pure Dope\r\nTear Da Club Up Thugs Crazy N Da Laz Dayz\r\nTha Dogg Pound Dogg Food\r\nTha Funxsouljaz Neva Walk Alone\r\nTha Homeboys 10 Years Of Bullshit\r\nTha Kompound We Got\'Em All\r\nTha Smuggglas Little Waco Wide Open\r\nThe AVE Once Born Twice Dead\r\nThe B.I.G. Will The Neighborhood Superstar\r\nThe Dayton Family What¡Çs On My Mind ?\r\nThe Dayton Family F.B.I.\r\nThe Game Boys An Ounce Of Game (CDR)\r\nThe Kaze Kamakazie-Timez Up\r\nThe Most Hated The Most Hated\r\nThe Renegades Hostile Takeover\r\nThe Terrorists terror Strikes\r\nThree 6 Mafia Mystic Stylez\r\nThree 6 Mafia Presents Hypnotize Camp Posse\r\nThree-6-Mafia The End\r\nThree-6-Mafia Chapter 2 :World Domination\r\nThrowed Off Game Rearranged\r\nThug Life Vol. I\r\nThugz From Da Southside Kazed Out\r\nTom Skeemask 2 Wild for the World\r\nTommy Wright III On The Run\r\nTommy Wright III Feel Me Before They Kill Me\r\nTommy Wright III Genesis\r\nTop Authority Somethin\' To Blaze To\r\nTop Authority Rated G\r\nTotally Insane BackStreet Life\r\nTrick Daddy Dollars www.Thug.com\r\nTrinity Garden Cartel I\'d Rather Be Judged By 12 Than Carried By 6\r\nTrinity Garden Cartel Don¡Çt Blame It On The Music\r\nTrinity Garden Cartel Da Saga Continues\r\nTriple O.C. Aggravated Playas\r\nTriple Six Mafia Club Memphis Underground Vol. 2\r\nTriple Trey Family Thugs Forever\r\nTru True\r\nTrue 2 Life Players Stayin\' True\r\nT-Tee It Gets Greater Later\r\nTweedy Bird Loc No Holds Barred\r\nTwista Adrenaline Rush\r\nU.D.I. Under Da Influence\r\nUGK Too Hard Too Swallow\r\nUGK Super Tight\r\nUGK Ridin\' Dirty\r\nUntouchable Goodfellas Hate\'N\r\nVictims Of Society On The Run\r\nWho Put Sac On The Map ? Various Artists\r\nWillie Boy Obligated 2 Tha Streets\r\nWillie D Play Witcha Mama\r\nWood Against Da Grain\r\nWorld Wide Riders Make Em\' Believe\r\nWoss Ness Da Game Done Changed\r\nWreckless Klan Blowin¡ÇUp Tha Scene\r\nWu-Tang Clan Enter The Wu-Tang\r\nX-Mob Paper Chasing\r\nX-Raided The Unforgiven Vol.1\r\nX-Raided Psycho Active\r\nX-Raided Xorcist\r\nYoung Bo Looking Death In The Face\r\nYoung Ca$hpa Gangstaology\r\nYoung Joker Who¡Çs Laughin At¡ÇCha ?\r\nYoung Know Takin\' It To The Next\r\nYoung Ridah Look Who\'s Flossen\r\nYukmouth Thug Lord: The New Testament\r\nYungstar Throwed Yung Playa\r\nZ-Ro Look What You Did To Me\r\nZ-Ro VS The World\r\nZ-Ro King Of Da Ghetto\r\nZ-Ro Z-Ro\r\nZ-Ro Screwed Up Click Representa 2002\r\nZ-Ro Life'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (757,'936dca952e','Re: 213','[quote:936dca952e=\"G-HOUSE03\"]Soopafly¤¸¤ã¤¦¤Þ¤¯°·¤¤¤­¤ì¤Ê¤«¤Ã¤¿´¶¤¬¤¢¤ê¤Þ¤»¤ó¤«¡©[/quote:936dca952e]\r\n\r\n¤½¤¦¤Ç¤¹¤Í¡¼¡£\r\nSOOPAFLY¤Ï¤±¤Ã¤³¤¦´ÊÁǤʥ롼¥×¹¥¤­¤Ç¤¹¤è¤Í¡¦¡¦¡¦\r\n¥ß¥å¡¼¥¸¥·¥ã¥ó¤é¤·¤¯Ê£»¨¤Ë¥á¥í¥Ç¥£¤òÍí¤á¤ÆÍߤ·¤¤¤È»×¤Ã¤Æ¤Þ¤·¤¿¡£(Æä˲Îʪ¤Î¤È¤­¤Ï)\r\nLATOIYA¤Ïµîǯ¤ÎANTHONY HAMILTON¤È¤Î¥Ç¥å¥¨¥Ã¥È¤âÎɤ¯¤Æ¡¢\r\n¥ª¡¼¥ë¥É¥½¥¦¥ë¤Ã¤Ý¤¤Êý¤¬¹ç¤¤¤½¤¦¤Ç¤¹¤Í¡ª\r\n\r\n¡¦¡¦\r\nÀ¸FINGAZZÎɤ«¤Ã¤¿¤Ç¤¹¤« :!: ¥È¡¼¥¯¥Ü¥Ã¥¯¥¹°ìÅÙÀ¸¤ÇÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£\r\ndubcnn¤Î¥Ë¥å¡¼¥¹¤Ë¤¢¤Ã¤¿KROOK¤ÎProd. by FINGAZZ ¤é¤·¤­¶ÊÄ°¤­¤Þ¤·¤¿¤«¡©\r\n¤Þ¤¡¤Þ¤¡Îɤ«¤Ã¤¿¤Ç¤¹¤è :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (758,'ad8c9d46eb','¥×¡¼¥ë¤â¤Î','¤¤¤ÞWC2k¤ß¤Æ¤¿¤ó¤Ç¤¹¤¬¡¢\r\nThe Relativez / Ride Wit Me\r\nKali\'s Finest / Slide By R Way\r\n¤â²Æ¤Ã¤Ý¤¤¤Ç¤¹¤Í¡Á\r\n\r\n[quote:ad8c9d46eb]dubcnn¤Î¥Ë¥å¡¼¥¹¤Ë¤¢¤Ã¤¿KROOK¤ÎProd. by FINGAZZ ¤é¤·¤­¶ÊÄ°¤­¤Þ¤·¤¿¤«¡© \r\n¤Þ¤¡¤Þ¤¡Îɤ«¤Ã¤¿¤Ç¤¹¤è [/quote:ad8c9d46eb]\r\n\r\nʹ¤¤¤Æ¤Ê¤¤¤Ç¤¹¡¦¡¦¡¦\r\nõ¤·¤Æ¤ß¤Þ¤¹¡ª[/quote]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (759,'6a02dcd1d7','','°ì±þ¥ê¥ó¥¯¤ò¡¦¡¦\r\n[url=http://proto.ballrrecords.com/_WORKFILES/RideWitMe_High.asf]Ride Wit Me¡¡Video[/url]\r\n\r\n¤³¤ì¤â¥×¡¼¥ë¤Ç¤¹¤Í¡ª\r\n\r\n¤¢¤Èº£¡¢LORD FINESSE - Hip 2 Da Game¤Î¥Ó¥Ç¥ª¸«¤Æ¤¿¤é¥×¡¼¥ë¤â¤Î¤Ç¤·¤¿¡£\r\nËͤ¬ÃΤé¤Ê¤¤¤À¤±¤Ç¥¤¡¼¥¹¥È¥³¡¼¥¹¥È¤Ë¤â¤¿¤¯¤µ¤ó¤¢¤ë¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í¡¦¡¦¡¦¡©\r\n\r\nDITC¤Ä¤Ê¤¬¤ê¤Ç\r\nBIG L - MVP (Summer Smooth Mix)\r\nÎɤ¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (760,'5069ee2a65','','¤¢¤Ã :shock: ¤È¸À¤¦´Ö¤Ë²Æ¤Ç¤¹¤Í¡£\r\n¤³¤Îµ¨ÀáËÜÅö¤ËÂԤäƤޤ·¤¿¡£ºÇ¶á³¤¹Ô¤­¤Þ¤¯¤ê¤Ç¤¹¡£\r\n¤½¤ó¤ÊÃ泤¤Ç¥Á¥ë¤Ã¤Æ¤ë¶Ê¤Ç¤¹¡£\r\n£Å£É£Ç£È£Ô£Â£Á£Ì£Ì¡õ£Í£Ê£Ç¡Ý£Ê£Õ£Ó£Ô¡¡£Ì£É£Ë£Å¡¡£Ã£Á£Î£Ä£Ù\r\n¤½¤ì¤«¤é\r\n[quote:5069ee2a65]¤¤¤ÞWC2k¤ß¤Æ¤¿¤ó¤Ç¤¹¤¬¡¢ \r\nThe Relativez / Ride Wit Me \r\nKali\'s Finest / Slide By R Way \r\n¤â²Æ¤Ã¤Ý¤¤¤Ç¤¹¤Í¡Á \r\n[/quote:5069ee2a65]\r\n¤Ç¤¹¤Í¡¼¤Ã¤Æ»ö¤ÇËèÆü£±²ó¤ÏÄ°¤¤¤Æ¤Þ¤¹¡£\r\n¥¯¥ì¥ó¥·¥ç¡¼¤Î¥Ñ¡¼¥à¥Ä¥ê¡¼¡¢¥Ê¥¤¥¹¤Ç¤¹¤Í¡¼ :flower: \r\n[quote:5069ee2a65]213 -Another Summer Feat. LATOIYA WILLIAMS¡ÊKANYE WEST¥×¥í¥Ç¥å¡¼¥¹¡ËÄ°¤­¤Þ¤·¤¿¡£ \r\nEDDIE KENDRICKS\' Intimate Friends¥Í¥¿¤â¤í»È¤¤¤Ç¤¹¤¬¡¢¤¤¤¤¤Ç¤¹¡ª \r\n70\'s¥Õ¥£¡¼¥ë¤È213 & LATOIYA¤ÎÁêÀ­¤ÏÎɤ¯¡¢Í¼Êë¤ì°Ê¹ß¤Î¥Á¥ë¥¢¥¦¥È¤ËºÇŬ¤«¤È»×¤ï¤ì¤Þ¤¹ [/quote:5069ee2a65]\r\n¤¤¤Þ¤µ¤Ã¤­¤Ï¤¸¤á¤ÆÄ°¤­¤Þ¤·¤¿¡££µ£°Éô֡¦¡¦¡£º£¤¹¤°¤Ë¤Ç¤â¥ì¥³²°¤Ë¹Ô¤­¤¿¤¤¡ª¤Ç¡¢¥Æ¡¼¥×¤ËÍî¤È¤·¤Æ³¤¹Ô¤­¤¿¤¤¡ª¤Ç¤â¼«Ê¬¤ÎÃϸµ¤Ç¤Ï¤Þ¤ÀÆþ²Ù¤·¤Æ¤Ê¤¤¤ß¤¿¤¤¤Ç¤¹¡£\r\n£²£±£³¤Ë¤Ï´üÂԤǤ¹¤Í¡£\r\n¤Ç¡¢º£¥µ¥ó¥È¥é£Á£Â£Ï£Ö£Å¡¡£Ô£È£Å¡¡£Ò£É£Í¤Î\r\n£Ó£Á£Â£Ì£Å¡¡£Ê£Å£Æ£Æ£Å£Ò£É£Å£Ó¡Ý£Ï£Ì£Ä¡¡£Ô£É£Í£Å£Ó¡¡£Ó£Á£Ë£Å\r\nÄ°¤¤¤Æ¤Þ¤¹ \r\nÀΤò»×¤¤½Ð¤·¤Æ¡¢¤Ä¤¤¤Ä¤¤°û¤ß¤¹¤®¤Æ¤·¤Þ¤¤¤Þ¤¹¡Ê°û¤ß¤¹¤®¤Æ¤Þ¤¹¡Ë :drunken:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (761,'2474ae1b99','','[quote:2474ae1b99]Eazy¤¬À¸¤­¤Æ¤¤¤¿¤éRuthless¤Ïº£º¢¡¢Ãã¹õº®¹ç¤ÎŽÒŽÁŽ¬ŽÒŽÁŽ¬ÌÌÇò¤¤¥ì¡¼¥Ù¥ë¤Ë¤Ê¤Ã¤Æ¤¿¤ó¤Ç¤·¤ç¤¦¤Í! \r\nFrost¤È¤«Tony G¤Ê¤ó¤«¤ÎG-spot geez¤ÈEasy-E¤Î¶¦±é¤È¤«¡£ \r\n¤â¤Ã¤ÈChicano Rapper¤òHook up¤·¤¿¤ê¡£¡¡»ÄÇ°¤Ç¤¹¤Í \r\n[/quote:2474ae1b99]\r\n\r\n¤½¤³¤é¤Ø¤ó¤Î¤È¤³¤íº£·î¹æ¤Î£Â£Í£Ò¤Ç£Æ£Ò£Ï£Ó£Ô¤Îµ­»ö¤Ë¤Ç¤Æ¤Þ¤¹¤Í¡£\r\n¤Á¤ç¤Ã¤Èµã¤±¤Æ¤­¤Þ¤·¤¿ Zombie Smile ¤ä¤Ã¤Ñ£Å£Á£Ú£Ù°­¤¤ÅÛ¤¸¤ã¤Ê¤«¤Ã¤¿¤ó¤À¤Ê¤Ã¤Æ¼«Ê¬¤ÎÃæ¤Ç¤â\r\n°Â¿´¤·¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (762,'d2c34b100c','','¡¡¤ªµ×¤·¤Ö¤ê¤Î¥ì¥¹¤Ç¤¹¤¤¤Þ¤»¤ó¡£\r\nMR.MARCELO¿·ºî¤À¤·¤Þ¤·¤¿¤Í!¥²¥¹¥È¤ÏBABY¤À¤½¤¦¤Ç¤¹¡£\r\nTEC-9·»µ®»²²Ã¤ÎTOEZ¤Î¿·ºî¤È¶¦¤Ë¥ª¡¼¥À¡¼¤·¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (763,'882b234633','','ºÇ¶á¡¢¥é¥Ã¥×¤«¤é±ó¤¶¤«¤êµ¤Ì£¤À¤Ã¤¿¤Î¤Ç¡¢¤Þ¤À¤è¤¯Ä°¤¤¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\nºÎÅÀ¤ÏLBB¤µ¤ó¤ÈÂçÂΰì½ï¤Ç¤¹¡£\r\nÁ´ÂÎÄ̤·¤Æ¡¢¤È¤Æ¤âÎɤ¤¤Ç¤¹¤¬¡¢º£¤Î¤È¤³¤íZ-RO¤Î¤¬¾å¤Ç¤¹¡£\r\n\r\nQ-STONE¤Î¶Ê¤Ï¤«¤Ê¤ê¥¯¥ê¡¼¥ó¤ÊÈ¿ÌÌ¡¢zzz-ro¤µ¤ó¤Î¤ª¤Ã¤·¤ã¤ë¤È¤³¤í¤ÎÇö¤Ã¤Ú¤é¤µ\r\n¤¬Àˤ·¤¤¤Ç¤¹¡£(¤³¤ì¤ÏÁ°ºî¤Ç¤â´¶¤¸¤¿¤³¤È¤Ç¤¹¤¬)\r\n¼ã´³4¡¢5ǯÁ°¤Î¥Æ¥£¥ó¥Ð¥é¥ó¥ÉÉ÷Ì£ :?: \r\n\r\n¤ä¤Ã¤Ñ¤êG MAAB¤Ë¤ÏRAKESH¤¬°ìÈֹ礦¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í¡£\r\nJAZZÊýÌ̤dzèÆ°¤·¤Æ¤ë¤È¤«¤É¤Ã¤«¤ÇÆɤó¤À¤è¤¦¤ÊŽ¥Ž¥Ž¥¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (764,'6a37b5b3cb','','¤³¤³ºÇ¶á¥Î¡¼¥ê¥ß¥Ã¥È·Ï¤ÈCMR·Ï¤´¤Á¤ãº®¤¼¤Ë¤Ê¤Ã¤Æ¤­¤Æ¤Þ¤¹¤Í :icon_smile: \r\nB.G.¤Î¿·Éè¤âMEDICINE MEN¤¬¤ä¤Ã¤¿¤ê¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¡¦¡¦¡¦\r\n¥ë¥¤¥¸¥¢¥Ê¤ÎÉü¸¢¤â¤¢¤êÆÀ¤ë¤«!?¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\nTOEZ¤Î¥Õ¥¡¡¼¥¹¥È¥¢¥ë¥Ð¥à»ý¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤³¤ì¤«¤éÇ㤦ͽÄê¤Ç¤¹¡£\r\n¤³¤Î¿Í¸µ211¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (765,'0bade0d4a1','','Above The Rim¤ÏÁ´ÂÎŪ¤Ë²Æ»ÈÍѤǤ¹¤Í¡ª\r\n\r\n¤³¤Î´Ö³¤¹Ô¤Ã¤¿¤È¤­¤Ë¡¢¼«Ê¬¥³¥ó¥Ô»ý¤Ã¤Æ¤¤¤Ã¤¿¤é\r\nBUSTA RHYMES - It\'s A Party\r\nNICE & SMOOTH - Cake & Eat It Too\r\n¤¬À¤ÂåŪ¤Ë²û¤«¤·¡¼¤ÈɾȽ¤Ç¤·¤¿¡£(¤½¤ì¤òÁÀ¤Ã¤¿¤ó¤Ç¤¹¤±¤É :oops:¡Ë \r\nReal Muthaphuckin G\'z¤È¤«¤âÆþ¤ì¤¿¤é\r\n¤³¤ì¤Ï¼«Ê¬¤Î¿§½Ð¤·¤¹¤®¤À¤í¤È¤¤¤ï¤ì¤Þ¤·¤¿Ž¥Ž¥Ž¥'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (766,'42d1654464','','ËͤÏYELLA¤Î4 Tha E¤ò¤¸¤Ã¤¯¤êÄ°¤¯¤Èµã¤±¤Þ¤¹ Zombie Smile \r\nKOKANE¤¬¤Ð¤Ã¤Á¤ê¤Ï¤Þ¤Ã¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (767,'9f0fa11193','Godfather of G-RAP!','[quote:9f0fa11193=\"g-stringz\"]ËͤÏYELLA¤Î4 Tha E¤ò¤¸¤Ã¤¯¤êÄ°¤¯¤Èµã¤±¤Þ¤¹ Zombie Smile \r\nKOKANE¤¬¤Ð¤Ã¤Á¤ê¤Ï¤Þ¤Ã¤Æ¤Þ¤¹¡£[/quote:9f0fa11193]\r\n\r\n¤¤¤ä¡Á¤ï¤«¤ê¤Þ¤¹¡ª\r\n\"4 the E~¢ö\"\r\n\r\n[quote:9f0fa11193]¤½¤³¤é¤Ø¤ó¤Î¤È¤³¤íº£·î¹æ¤Î£Â£Í£Ò¤Ç£Æ£Ò£Ï£Ó£Ô¤Îµ­»ö¤Ë¤Ç¤Æ¤Þ¤¹¤Í¡£ \r\n¤Á¤ç¤Ã¤Èµã¤±¤Æ¤­¤Þ¤·¤¿ ¤ä¤Ã¤Ñ£Å£Á£Ú£Ù°­¤¤ÅÛ¤¸¤ã¤Ê¤«¤Ã¤¿¤ó¤À¤Ê¤Ã¤Æ¼«Ê¬¤ÎÃæ¤Ç¤â \r\n°Â¿´¤·¤Þ¤·¤¿[/quote:9f0fa11193]\r\n\r\n¤¢¤ê¤Þ¤·¤¿¤Í¡¼ :) \r\nEAZY¤ÎÎϤ¬Í¿¤¨¤ë±Æ¶Á¤Ï¤ä¤Ã¤Ñ¤êÂ礭¤«¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤Í¡£\r\n¤³¤ÎFROST¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤¤¤¤¤Ç¤¹¤Í¡£¤Ê¤ó¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (768,'054cec844e','G-Sta03 Radio Show','[url=http://www.live365.com/stations/310802]G-Sta03 Radio Show[/url]\r\n¤Ä¤¯¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\n¤½¤Î¤¦¤Á¶Ê¿ôÁý¤ä¤·¤Þ¤¹¤ó¤Ç¡¢º£¤Ï¤³¤ì¤°¤é¤¤¤Ç¥«¥ó¥Ù¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n¤¢¤È¡¢¥¿¥¤¥È¥ë¤È¤«¥¢¥ë¥Ð¥à̾¤È¤«·ë¹½Å¬Åö¤Ç¤¹¤ó¤Ç¤½¤ì¤â¥«¥ó¥Ù¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£\r\n :oops: \r\n\r\n[url=http://homepage1.nifty.com/kraftwerk/live365.html]ÅÐÏ¿ÊýË¡[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (769,'0b828b0dbf','','Áá®G-Sta03 Radio Show Ä°¤«¤»¤Æ夤¤Æ¤Þ¤¹ :) \r\n¼«Ê¬¤ÎÃæ¤Ç¤¤¤Þ¤Þ¤Ç£Çʪݤ¯»þ¤Ï¥ì¥³¡¼¥É¤Ê¤ê£Ã£Ä¤ò¥×¥ì¥¤¥ä¡¼¤Ë£Ó£Å£Ô¤·¤ÆÄ°¤¯¤Î¤¬ËؤɤǤ·¤¿¡£\r\nÎ㤨¤Ð³¹Ãæ¡¢¥Æ¥ì¥Ó¡¢¥é¥¸¥ª¤Ç¤ª¤â¤¤¤¬¤±¤º¡¢£²£Ð£Á£Ã¤Ê¤ó¤«¤«¤«¤Ã¤¿¤é¡¢¤½¤Î¡ã¤ª¤â¤¤¤¬¤±¤º¡ä¤µ²Ã¸º¤Ë¤ä¤é¤ì¤Æ¤Þ¤·¤¿¡£\r\n¤¤¤Ä¤«¡¢ÉáÄ̤ËDj Quik - Summer Breeze¤Ê¤ó¤«¥µ¥¶¥ó¤ß¤¿¤¤¤Ê¤Î¤ê¤Ç¥á¥Ç¥£¥¢\r\n¤Ç¤«¤«¤ì¤ÐÌÌÇò¤¤¤Î¤Ë¤Ã¤Æ»×¤¤¤Þ¤¹¡£¤½¤¦¤¤¤¦»þÂ夬¤¯¤ì¤Ð¤¤¤¤¤Ê¡¼¤Ã¤Æ¡£\r\n¶Ê¤Î¥ä¥Ð¤µ¤Ï¤â¤Á¤í¤ó¡¢¤½¤¦¤¤¤¦°ÕÌ£¤Ç¤³¤ÎG-Sta03 Radio Sho£÷¤Ë¤Ï¤ä¤é¤ì¤Æ¤Þ¤¹¡£\r\n¤µ¤Ã¤­¤«¤«¤Ã¤¿£²£Ð£Á£Ã¤Î£Â£Á£Â£Ù¡¡£Ä£Ï£Î£Ô¡¡£Ã£Ò£Ù¤Ë¤Ï¤½¤Î¡ã¤ª¤â¤¤¤¬¤±¤º¡ä¤µ²Ã¸º¤Ë¼º¿ÀÀ£Á°¤Ç£Ó£Ô£Á :tongue9:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (770,'0e3c38cefb','213 Groupie Luv Vid','http://www.mtv.com/bands/az/213/artist.jhtml\r\n\r\n³Ú¤·¤¤¥Ó¥Ç¥ª¤Ç¤¹¡£(²èÌ̤ò¥À¥Ö¥ë¥¯¥ê¥Ã¥¯¤Ç³ÈÂç)\r\nWARREN G¤ÎƬ¥Ð¥ó¥À¥Ê¤Ã¤Æ¸«¤¿µ­²±¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢ÄÁ¤·¤¤¤Ç¤¹¤è¤Í¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (771,'41211a4f10','Re: 213 Groupie Luv Vid','[quote:41211a4f10=\"g-stringz\"]http://www.mtv.com/bands/az/213/artist.jhtml\r\n\r\n³Ú¤·¤¤¥Ó¥Ç¥ª¤Ç¤¹¡£(²èÌ̤ò¥À¥Ö¥ë¥¯¥ê¥Ã¥¯¤Ç³ÈÂç)\r\nWARREN G¤ÎƬ¥Ð¥ó¥À¥Ê¤Ã¤Æ¸«¤¿µ­²±¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢ÄÁ¤·¤¤¤Ç¤¹¤è¤Í¡©[/quote:41211a4f10]\r\n\r\n¤É¤¦¤â¤Ç¤¹ :signthanks: \r\n¸«¤Þ¤·¤¿¡ª\r\n¤Ê¤ë¤Û¤É¤È¤¤¤Ã¤¿´¶¤¸¤Î¥Ó¥Ç¥ª¤Ç¤¹¤Í :) \r\n\r\n»ä¤âWarrenG¤Î¥Ð¥ó¥À¥Ê¤Ï½é¤á¤Æ¸«¤¿µ¤¤¬¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (772,'ef2d4f467c','','¤³¤³¤Ç¸À¤¦¤Î¤â¤Ê¤ó¤Ç¤¹¤¬¡¢g-stringz¤µ¤ó¤¬ºÜ¤»¤Æ¤ë¡¡Loki: 21 Gun Salute ¡¡Brotha Lynch Hung/Siccmade Muzicc¤È¤¤¤¦¥¢¡¼¥Æ¥£¥¹¥È¤Ï¤É¤¦¤¤¤¦Êýã¤Ê¤ó¤Ç¤¹¤«¡©¥¸¥ã¥±¤Çµ¤¤Ë¤Ê¤Ã¤¿¤ó¤Ç¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (773,'abee4748a6','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª','[quote:abee4748a6=\"toni montana\"]Î㤨¤Ð³¹Ãæ¡¢¥Æ¥ì¥Ó¡¢¥é¥¸¥ª¤Ç¤ª¤â¤¤¤¬¤±¤º¡¢£²£Ð£Á£Ã¤Ê¤ó¤«¤«¤«¤Ã¤¿¤é¡¢¤½¤Î¡ã¤ª¤â¤¤¤¬¤±¤º¡ä¤µ²Ã¸º¤Ë¤ä¤é¤ì¤Æ¤Þ¤·¤¿¡£\r\n¤¤¤Ä¤«¡¢ÉáÄ̤ËDj Quik - Summer Breeze¤Ê¤ó¤«¥µ¥¶¥ó¤ß¤¿¤¤¤Ê¤Î¤ê¤Ç¥á¥Ç¥£¥¢\r\n¤Ç¤«¤«¤ì¤ÐÌÌÇò¤¤¤Î¤Ë¤Ã¤Æ»×¤¤¤Þ¤¹¡£¤½¤¦¤¤¤¦»þÂ夬¤¯¤ì¤Ð¤¤¤¤¤Ê¡¼¤Ã¤Æ¡£\r\n[/quote:abee4748a6]\r\n\r\nÁá®ʹ¤¤¤Æ¤¤¤¿¤À¤¤¤¿¤ß¤¿¤¤¤Ç¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n»ä¤â¡ã¤ª¤â¤¤¤¬¤±¤º¡äƱ´¶¤Ç¤¹¡£\r\n\r\n¥ê¥¯¥¨¥¹¥È¤â¼õ¤±ÉÕ¤±¤Æ¤Þ¤¹¡ª\r\n¤¿¤À¡¢»ä¤¬»ý¤Ã¤Æ¤Ê¤¤¤Èή¤»¤Ê¤¤¤Î¤Ç100¡ó±þ¤¨¤ë¤³¤È¤¬¤Ç¤­¤Ê¤¤¤Î¤ò¤´Î»¾µ¤ò¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (774,'2a2f730b1a','','¤³¤Î¥¸¥ã¥±¤Ê¤«¤Ê¤«¤¤¤¤¤Ç¤¹¤è¤Í¡ª¤¢¤ê¤½¤¦¤Ç¤Ê¤¤´¶¤¸¤Ç¡£\r\nº£ÃíʸÃæ¤Ê¤ó¤Ç¤¹¤±¤É¡¢µ¤¤ËÆþ¤Ã¤¿¤Î¤Ç½ð̾¤ËÆþ¤ì¤Æ¤ß¤Þ¤·¤¿¡£\r\n\r\nSiccmade Muzicc¤Ï¥«¥ê¥Õ¥©¥ë¥Ë¥¢½£¥µ¥¯¥é¥á¥ó¥È¤òÂåɽ¤¹¤ë¥ì¡¼¥Ù¥ë¤Ç¡¢\r\nÆÃÍ­¤Î¥À¡¼¥¯¤µ¤¬¥ì¡¼¥Ù¥ë¥«¥é¡¼¤Ç¤¹¡£\r\n½ê°¥¢¡¼¥Æ¥£¥¹¥È¤ÏBROTHA LYNCH HUNG¤òɮƬ¤Ë¡¢PHONK BETA¡¢SICX¡¢C.O.S.¡¢TALL CANN¡¢E-MOE¡¢FIGNAYTION¡¢LOKI¡¢ZAGG¡¢D-DUBB¤Ê¤É¡£\r\nLOKI¤ÏÇò¿Í¤Ç¤¹¡£¡ÊZAGG¤â¡Ë\r\n\r\n°Å¤¤¶Ê¤¬Â¿¤¤¤Î¤Ç¡¢ÉáÄ̤ËÀ¾¤¬¹¥¤­¤Ê¿Í¤Ë¤Ï¤­¤Ä¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢\r\nµ¡²ñ¤¬¤¢¤ì¤Ð¡¢Ä°¤¤¤Æ¤ß¤Æ¤¯¤À¤µ¤¤ 8) \r\n\r\nP.S.\r\nº£Å٤Υ¢¥ë¥Ð¥à¤Ë¤Ï¼ýÏ¿¤µ¤ì¤Æ¤Ê¤µ¤½¤¦¤Ç¤¹¤¬¡¢Who Put Sac On The Map?¤ËÆþ¤Ã¤Æ¤ë21 Gun Salute¤«¤Ã¤³¤¤¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (775,'5931bfecb1','','¥µ¥¯¥é¥á¥ó¥È¤Î¿Íã¤Ê¤ó¤Ç¤¹¤«¡£¥¸¥ã¥±¸«¤Æ¥ä¥é¥ì¤Þ¤·¤¿¤è¡£¥À¡¼¥¯·Ï¤Ï¤¢¤Þ¤êÆÀ°Õ¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢¥¸¥ã¥±Ç㤤¤·¤½¤¦¤Ç¤¹¡£¿§¡¹¶µ¤¨¤Æ¤â¤é¤Ã¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£ :o'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (776,'f87cc452af','WON-G ¿·Éè"Rage of The Age"','¿·É褬¤Ç¤ë¤Èmoluv¤Ç¤ß¤Þ¤·¤¿¤¬¡¢9·îËö¤Ë±ä´ü¤µ¤ì¤¿¤è¤¦¤Ç¤¹¤Í¡£\r\n¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È(?)\r\n[url]http://www.won-g.com/[/url]\r\n¤Ç¤Ï9·î28Æü¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¤Í¡¼'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (777,'b0093fdcd0','','211¼«Ê¬»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤è¤¯Ê¬¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤è¤Í¡£ :cry: \r\n¤Ç¤â¥Ô¥ó¥×¥É¥Ã¥°»²²Ã¤Ê¤Î¤Ç¿Í̮Ū¤Ë¤Ï¤½¤¦¤Ê¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£\r\n\r\n¸Ä¿ÍŪ¤Ë¤Ï¡¢5th Ward Weebie¤Î¥é¥Ã¥Ñ¡¼SESS 4-5¤Ë´üÂÔ¤·¤Æ¤Þ¤¹!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (778,'a346978ac1','¤É¤Ó¤Ã¤¯¤ê¡ª¡ª','¤Ò¤µ¤Ó¤µ¤Ë¸«¤¿¤é¡¡¥Ñ¥ï¡¼¥¢¥Ã¥×¤·¤Æ¤ë¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤«¤Ã¤Ã¡ª¡ª\r\n¤µ¤Ã¤½¤¯¡¡¤Ý¤Á¤Ã¤È¤Ê¡¼¡£\r\n¡£¡£¡£´¶·ã¤Ã¤¹¡£¡£¡£\r\n¥Á¥ç¥¤¥¹¤¬¤ä¤Ð¤£¤Ç¤¹¡£Ryze - Straight From The Heart\r\n¤È¤«¡¢¤¹¤Ã¤´¤£¥¹¥­¤Ê¤ó¤Ç¤¹¤è¤©¡£\r\n¤¢¤Î¥¢¥ë¥Ð¥à¤ÎÃæ¤ÇÃÇÁ³£±ÈÖ¥¹¥­¤Ê¤â¤ó¤Ç¤§¡£\r\n\r\n¤ª¤â¤£¤¬¤±¤º¡ª¡©¾Ð¡¡´¶Æ°¤Ç¤¹¡£¡¡¤«¤Ã¤³¤¤¤£¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (779,'fa186ae414','','X-cuse me\r\nBluka Bluka\r\nBubble Eye\r\n\r\nÁ´ÉôPaPa Reu¤Ç¤¹!²Æ¤Ï¥ì¥²¥¨¤¬°ìÈÖ!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (780,'16beb9b90c','','SESS 45¤Ï5TH WARD WEEBIE¤Î²¼¤Ê¤ó¤Ç¤¹¤« :!: \r\n¸µSAC MAFIA¤é¤·¤¤¤Ç¤¹¤Í¡Ê?)\r\n¤â¤·Îɤ±¤ì¤Ð´¶ÁÛ¤ª´ê¤¤¤·¤Þ¤¹¡ª\r\n\r\n¤½¤ì¤È¡¢Sqad Up¤Ï¥ß¥Ã¥¯¥¹¥Æ¡¼¥×·Á¼°¤Ç¤¹¤«¡©\r\nLIL WAYNE¤¬º£Ç¯¤Î¥µ¥¦¥¹¥È¥Ã¥×10¤ËÆþ¤ë¤¯¤é¤¤Îɤ«¤Ã¤¿¤Î¤Ç\r\nµ¤¤Ë¤Ê¤ê¤Þ¤¹¡£¤³¤ì¤â¡¢¤è¤±¤ì¤Ð¤É¤ó¤Ê´¶¤¸¤«¶µ¤¨¤Æ¤¤¤¿¤À¤­¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (781,'ca81d05bf4','','¾å¤Î¤ÏËͤνñ¤­¹þ¤ß¤Ç¤¹¡£¤¹¤ß¤Þ¤»¤ó¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (782,'fd18ff500c','','¥ì¥²¥¨¤Ç¤¹¤«¡Á\r\n¤¢¤ó¤Þ¤êÃΤê¤Þ¤»¤ó¤¬\r\nABYSSINIANS - \"Satta MassaGanna\"\r\nCONGOS - \"Fisherman\"\r\nGREGORY ISAACS - \"Night Nurse\"\r\n¤È¤«¹¥¤­¤Ç¤¹¤Í :signcool: \r\n\r\n¥µ¥¦¥¹¤À¤È\r\nCEE-LO - \"My Kind Of People\"(¥ì¥²¥¨)\r\nJUVENILE - \"Follow Me Now\"¤Ê¤ó¤«Îɤµ¤½¤¦¤Ç¤¹¡ª\r\n+¥ª¡¼¥ë¥¿¥¤¥à¥Õ¥§¥¤¥ô¥¡¥ê¥Ã¥È¤Î\r\n3-6 MAFIA - \"Da Summa (Remix)\"¡ª¡ª¡ª :love7: \r\n¡ÊDEVIN - \"Anything\"¤â¤Ê¤«¤Ê¤«¤À¤È»×¤¤¤Þ¤·¤¿¡£¡Ë'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (783,'87f0a33492','','Ä°¤¤¤¿¤Î¤Ç°ì±þ´¶ÁÛ½ñ¤­¤Þ¤¹¡£\r\n¼Î¤Æ¶Ê¤Ê¤¯¡¢¤«¤Ê¤êÎɤ¤¤Ç¤¹¡£¶Ã¤­¤Þ¤·¤¿ :shock: \r\n¤¿¤À¡¢¸åȾ¡¢¥µ¥¯¥é¥á¥ó¥È¤Î¥À¡¼¥¯¤µ¤È¤¤¤¦¤è¤ê¡¢\r\n¤Á¤ç¤Ã¤È¥¢¥ó¥À¡¼¥°¥é¥¦¥ó¥É¡¦¥Ò¥Ã¥×¥Û¥Ã¥×¤Ë¶á¤¤\r\n(IMMORTAL TECNIQUE¤È¤«¤Î²£¤Ë¤ª¤¤¤Æ¤âÂç¾æÉפ½¤¦¤Ê)\r\n°Å¤µ¤ò¾ú¤·½Ð¤·¤Æ¤¤¤ë¤Î¤Ç¡¢SAC¥é¥Ã¥×¥Õ¥¡¥óã¤Î¤Ê¤«¤Ç¤â¡¢»¿ÈÝξÏÀ¤¢¤ê¤½¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (784,'61621812aa',':?: MURDER SQUAD¤Î½÷','Murder Squad Nationwide¤Î\"Knock On Wood\"¤Ç\r\nSH\'KILLA¤È³Ý¤±¹ç¤¤¤·¤Æ¤¤¤ë¥Õ¥£¥á¥¤¥ë¥é¥Ã¥Ñ¡¼¤Ïï¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¤ï¤«¤ëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (785,'3af12d994c','','[quote:3af12d994c]²Æ¤Ï¥ì¥²¥¨¤¬°ìÈÖ!\r\n[/quote:3af12d994c]\r\n£Ò£Å£Ç£Ç£Á£Å¤¤¤¤¤Ç¤¹¤è¤Í¡¼\r\n¤¦¤Á¤ÎÃϸµ¤Ç¤â£Ò£Å£Ç£Ç£Á£Å¤ÎÌî³°¤³¤Îµ¨Àᤢ¤ê¤Þ¤¹¤¬¡¢µ¤»ý¤ÁÎɤ¤¤Ç¤¹¤è¤Í¡¼¡£\r\n¤¤¤Ä¤«£Ç¤ÊÌî³°¤ä¤ê¤¿¤¤¤Ç¤¹¡£µ¤»ý¤ÁÎɤ¤¶Ê¤«¤«¤ê¤Þ¤¯¤ê¤Ç :angel4: \r\n\r\n\r\n[quote:3af12d994c]BUSTA RHYMES - It\'s A Party \r\nNICE & SMOOTH - Cake & Eat It Too \r\n¤¬À¤ÂåŪ¤Ë²û¤«¤·¡¼¤ÈɾȽ¤Ç¤·¤¿¡£(¤½¤ì¤òÁÀ¤Ã¤¿¤ó¤Ç¤¹¤±¤É ¡Ë \r\nReal Muthaphuckin G\'z¤È¤«¤âÆþ¤ì¤¿¤é \r\n¤³¤ì¤Ï¼«Ê¬¤Î¿§½Ð¤·¤¹¤®¤À¤í¤È¤¤¤ï¤ì¤Þ¤·¤¿Ž¥Ž¥Ž¥[/quote:3af12d994c]\r\n¤ï¤«¤ê¤Þ¤¹¤Í¡¼ :lol: \r\n¿Í¤ËÄ°¤«¤»¤ë¥Æ¡¼¥×¤È¤«ºî¤Ã¤Æ¤¿¤é¤Á¤ç¤Ã¤ÈËÁ¸±¤·¤¿¤¯¤Ê¤ê¤Þ¤¹¤è¤Í :pirate: \r\nËͤϰû¤á¤Ð°û¤à¤Û¤É¿¼¤ß¤Ë¤Ï¤Þ¤ê¤Þ¤¹¡£\r\n\r\nºÇ¶á¤Ï¤Þ¤Ã¤Æ¤ë¤Î¤Ï¡¢ÀΤΥ쥳¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢£Ì£Õ£Ë£Å¡¡£Ò£Å£Ã£Ï£Ò£Ä£Ó¤«¤é¤Î¥¢¡¼¥Æ¥£¥¹¥È¤Î£È¡Ý£Ô£Ï£×£Î\r\n¤Î£²nd¡©¤Î£Â£Å£Ç£Ç£É£Î¡¡£Á£Æ£Ô£Å£Ò¡¡£Ä£Á£Ò£Ë¤È¤¤¤¦¥¢¥ë¥Ð¥à¤Ç¤¹¡£\r\nÁ´¶Ê¤Û¤Ü¥¹¥í¡¼¤Ê²Îʪ¤Ê¤ó¤Ç¤¹¤¬¡¢²Æ¤ÎÌë¤Ë¥Ï¥Þ¥ê¤Þ¤¹¡£\r\n¤ä¤é¤·¤¤»öÁ°È¾ ¤Ë¤¹¤ë»þ¤ËÄ°¤¤¤Æ¤Þ¤¹¡¦¡¦¡¦ :hothot: »ý¤Ã¤Æ¤ó¤Î¤¬£²£Ì£Ð¤Ê¤ó¤Ç¡¢ÅÓÃæ¤Ç¤¦¤é¤¬¤¨¤¹¤Î¤¬¤á¤ó¤É¤¦¤Ç¤¿¤á¤·¤Ë¥Ô¥Ã¥Á¤òÁ´²÷¤ËÍî¤È¤·¤ÆÄ°¤¤¤¿¤é¡¢¥¹¥¯¥ê¥å¡¼¤Û¤É¤Ç¤Ï¤Ê¤¤¤È»×¤¤¤Þ¤¹¤¬¡¢¥È¥í¥±¤Þ¤·¤¿¡£\r\n¤Á¤Ê¤ß¤Ë¤ä¤é¤·¤¤»ö¸åȾ¤Ï£Î£×£Á¤Î£±£°£°¡¡£Í£É£Ì£Å£Ó¡¡£Á£Î£Ä¡¡£Ò£Õ£Î£Î£É£Î¤Ç¤¹¡¦¡¦¡¦¤¹¤¤¤Þ¤»¤ó¤³¤ì¤Ï¥Í¥¿¤Ç¤¹ :crackup:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (786,'f1a0025eae','Re: ¤É¤Ó¤Ã¤¯¤ê¡ª¡ª','[quote:f1a0025eae=\"Baby Dogg\"]¤Ò¤µ¤Ó¤µ¤Ë¸«¤¿¤é¡¡¥Ñ¥ï¡¼¥¢¥Ã¥×¤·¤Æ¤ë¤Ç¤Ï¤Ê¤¤¤Ç¤¹¤«¤Ã¤Ã¡ª¡ª\r\n¤µ¤Ã¤½¤¯¡¡¤Ý¤Á¤Ã¤È¤Ê¡¼¡£\r\n¡£¡£¡£´¶·ã¤Ã¤¹¡£¡£¡£\r\n¥Á¥ç¥¤¥¹¤¬¤ä¤Ð¤£¤Ç¤¹¡£Ryze - Straight From The Heart\r\n¤È¤«¡¢¤¹¤Ã¤´¤£¥¹¥­¤Ê¤ó¤Ç¤¹¤è¤©¡£\r\n¤¢¤Î¥¢¥ë¥Ð¥à¤ÎÃæ¤ÇÃÇÁ³£±ÈÖ¥¹¥­¤Ê¤â¤ó¤Ç¤§¡£\r\n\r\n¤ª¤â¤£¤¬¤±¤º¡ª¡©¾Ð¡¡´¶Æ°¤Ç¤¹¡£¡¡¤«¤Ã¤³¤¤¤£¤Ç¤¹¡£[/quote:f1a0025eae]\r\n\r\n¤É¤¦¤â¤É¤¦¤â¡£¤´Ìµº»ÂÁ¤·¤Æ¤ª¤ê¤Þ¤¹ :) \r\n¤Ê¤«¤Ê¤«¼è¤êα¤á¤Î¤Ê¤¤Áª¶Ê¤Ë¤Ê¤Ã¤Æ¤ª¤ê¤Þ¤¹¤¬¡¢Ê¹¤¤¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤¡£\r\n¤ªËßÌÀ¤±¤¢¤¿¤ê¤Ë¡¢¤¤¤í¤¤¤í¤È¤ä¤Ã¤Æ¤¤¤­¤Þ¤¹¤ó¤Ç¤ª³Ú¤·¤ß¤Ë¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (787,'9854952d0c','','[quote:9854952d0c=\"toni montana\"]¤µ¤Ã¤­¤«¤«¤Ã¤¿£²£Ð£Á£Ã¤Î£Â£Á£Â£Ù¡¡£Ä£Ï£Î£Ô¡¡£Ã£Ò£Ù¤Ë¤Ï¤½¤Î¡ã¤ª¤â¤¤¤¬¤±¤º¡ä¤µ²Ã¸º¤Ë¼º¿ÀÀ£Á°¤Ç£Ó£Ô£Á :tongue9:[/quote:9854952d0c]\r\n\r\nºòÆü¤Ò¤µ¤Ó¤µ¤Ë¤­¤¤¤¿£É£î£ô£å£ò£Æ£Í¤Ç£Ì£é£ì Rob/Neiborhood Music¤¬Î®¤ì¤Æ¤¿¤Î¤Ë¤Ï¤ä¤é¤ì¤Þ¤·¤¿ :shock:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (788,'fbc01383f3','Re: :?: MURDER SQUAD¤Î½÷','[quote:fbc01383f3=\"g-stringz\"]Murder Squad Nationwide¤Î\"Knock On Wood\"¤Ç\r\nSH\'KILLA¤È³Ý¤±¹ç¤¤¤·¤Æ¤¤¤ë¥Õ¥£¥á¥¤¥ë¥é¥Ã¥Ñ¡¼¤Ïï¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n¤ï¤«¤ëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£[/quote:fbc01383f3]\r\n\r\n¥¯¥ì¥¸¥Ã¥È¸«¤Æ¤ß¤Þ¤·¤¿¡£\r\nºÇ½é¤Ïµ¤¤Å¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢Gripsta¤Ç¤¹¤è¡£\r\nÈà½÷¤Î²»¸»¤Ï12¥¤¥ó¥Á°ìË礷¤«¤â¤Ã¤Æ¤¤¤Þ¤»¤ó¤¬¡¢\r\n¤½¤ì¤âHavikkÅù¤¬»²²Ã¤·¤Æ¤ë¤Î¤ÇS.C.C.¼þ¤ê¤Çõ¤»¤Ð»²²Ã¶Ê¤¬\r\n½Ð¤Æ¤¯¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (789,'2547b4e670','','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) \r\nGRIPSTA¤Ç¤·¤¿¤«¡¼ :signoh: \r\nGRIPP¤Èº®Æ±¤·¤Æ¡¢¤Æ¤Ã¤­¤êÃˤΥé¥Ã¥Ñ¡¼¤À¤È»×¤Ã¤Æ¤Þ¤·¤¿Ž¥Ž¥Ž¥¡£\r\n»í¤ÎÃæ¤ÇGRIP¡Ê¥ê¥ß¥Ã¥¯¥¹¤ÎÊý¤Ç¤Ï¤Á¤ã¤ó¤ÈGRIPSTA)¤È¤¤¤Ã¤Æ¤Þ¤¹¤Í¡ª\r\n\r\nº£¡¢Ä´¤Ù¤¿¤È¤³¤í\r\n¥ª¡¼¥¯¥é¥ó¥É½Ð¿È¤Î¡¢¤â¤È¤â¤ÈICE-T¼þÊդοͤÀ¤Ã¤¿¤è¤¦¤Ç¡¢\r\n(\"Funky Gripsta\"¤ÇÂ硹Ū¤Ë¥Õ¥£¡¼¥Á¥ã¡¼)\r\nICE-T¤òÄ̤¸¤ÆSCC¤È¤Î´Ø¤ï¤ê¤¬¤Ç¤­¤¿¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :?: \r\n¤¢¤È¥ª¡¼¥¯¥é¥ó¥É¤Ä¤Ê¤¬¤ê¤ÇT.W.D.Y.¤Î2Ëç¤Ë¤â»²²Ã¤·¤Æ¤¤¤Þ¤·¤¿¡£\r\n\r\n12¥¤¥ó¥Á¤Î¶ÊÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª\r\n\"Pop Goz The 9\"¤¬AÌ̤Ǥ¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (790,'c23723f5e8','','£Â£Å£Ç£Ç£É£Î¡¡£Á£Æ£Ô£Å£Ò¡¡£Ä£Á£Ò£Ë¤¤¤¤¤Ç¤¹¤è¤Í¡¼\r\n¶Ê¤Ç¤¤¤¦¤È¤ä¤Ã¤Ñ¤êKnockin Da BootsºÇ¹â¤È¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬¡¦¡¦¡£\r\n\r\n¥¹¥í¡¼¤Ê¶Ê¤ò¹¹¤Ë¥¹¥í¡¼¤Ë¤¹¤ë¤Î¤ÏËͤâ¤è¤¯¤ä¤ê¤Þ¤¹¡£\r\n¤º¤Ã¤È¤½¤¦¤¤¤¦¤³¤È¤Ð¤«¤ê¤ä¤Ã¤Æ¤ë¤È¡¢¤À¤ó¤À¤ó´¶³Ð¤¬¤ª¤«¤·¤¯¤Ê¤Ã¤Æ¤­¤Þ¤¹¤è¤Í :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (791,'185fcea9fd','','g-stringz¤µ¤ó¥ì¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nsess 4-5¤Ïweebie¤Îfatt boy¥ì¡¼¥Ù¥ë¤Ë°ÜÀÒ¤·¤¿¤ß¤¿¤¤¤Ê¤Î¤Ç\r\n¾¡¼ê¤Ë¼ËÄï¤È»×¤¤¤³¤ó¤Ç¤·¤Þ¤¤¤Þ¤·¤¿!!! :angel: \r\nsess 4-5¤Î¥é¥Ã¥×¤Ï¤¹¤´¤¯¤«¤Ã¤³¤¤¤¤¤È»×¤¤¤Þ¤¹!!\r\n¥¢¥ó¥¿¥Ã¥Á¥ã¥Ö¥ë¤Ç¤¹¤¬¡¢¼«Ê¬l.o.g¤·¤«¤Þ¤È¤â¤ËÄ°¤¤¤¿¤³¤È¤Ê¤¤¤Î¤Ç¤ï¤«¤é¤ó¤Î¤Ç¤¹¤è :( \r\n»ØŦ¤·¤Æ¤¤¤¿¤À¤±¤ë¤È¤È¤Æ¤âÊÙ¶¯¤Ë¤Ê¤ê¤Þ¤¹ :oops: \r\n\r\n\r\nsqad-up!¤â¼«Ê¬¤«¤Ê¤êÃíÌܤ·¤Æ¤ª¤ê¤Þ¤¹! :oops: \r\nÁ´ÂÎŪ¤ËYOUNG TROJANZ¤Ã¤Ý¤¤¤Ç¤¹¡£¥ß¥Ã¥¯¥¹¥Æ¡¼¥×·Á¼°¤Ç¤Ï¤´¤¶¤¤¤Þ¤»¤ó¡£\r\n\r\nÁ´Á³¥ì¥Ó¥å¡¼¤Ë¤Ê¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤¬¥¹¥ó¥Þ¥»¥ó!\r\n\r\nlil wayne¤Ï¤Þ¤ÀÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤è¤Í¡£\r\nB.G¤ÏÇ㤤¤Þ¤·¤¿¤¬¡¢¸Ä¿ÍŪ¤Ë¤Ê¤«¤Ê¤«¤ÎÎϺî¤À¤È»×¤¤¤Þ¤·¤¿!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (792,'be8349a159','','doomsday´ØÏ¢¤Ç¼ÁÌ䤬¤·¤¿¤¤¤Î¤Ç¤¹¤¬µ¹¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n\r\n95ǯ¤³¤ígame related¥ì¡¼¥Ù¥ë¤«¤é¥Ö¥é¥ê¥ó¤Èdoomsday¤Èdonald D¤ò¥²¥¹¥È¤Ë·Þ¤¨¤Æ\r\n¥¢¥ë¥Ð¥àºî¤Ã¤¿¥«¥ó¥µ¥¹?¥é¥¹¥Ù¥¬¥¹?¤ÎNO DOZE FUNKMOB\r\n¤Ã¤Æ¾¤Ë¥¢¥ë¥Ð¥à¥ê¥ê¡¼¥¹¤·¤Æ¤Ê¤¤¤Ç¤·¤ç¤¦¤«?\r\n\r\n¥é¥¤¥à¥·¥ó¥¸¥±¡¼¥È¤Î¥­¥ã¥Ã¥×Èï¤Ã¤Æ¤ë¤«¤éICE-T¿ÍÌ®¤Ê¤Î¤«¤Ê(¤½¤Î¤»¤¤¤Çdonald d¥²¥¹¥È?)\r\n\r\n¤¢¤È¡¢game related¥ì¡¼¥Ù¥ë¤Îs to the b¤Î1st?ºÆȯ¤µ¤ì¤Æ¤Þ¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (793,'891dd4eacc','¤´Ìµº»ÂÁ¤Ç¤¹¡£','¿·¤·¤¯[b:891dd4eacc]PCÀìÍѤÎG-Review[/b:891dd4eacc]¤òÀ©ºî¤·¤¿¤Î¤Ç¤è¤«¤Ã¤¿¤éÍ·¤Ó¤ËÍè¤Æ¤¯¤À¤µ¤¤¡£\r\n»ëÄ°¤â¤¿¤Ã¤×¤ê¤Ç¤­¤ë¤Î¤Ç¢öŽØŽ¸Ž´Ž½ŽÄ¤â¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹¡£\r\n\r\n[url]http://lbc1982.hp.infoseek.co.jp/[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (794,'61cbf6bd1b','','5TH WARD WEEBIE¤Î¥­¥ã¥ê¥¢¤¬¤è¤¯¤ï¤«¤é¤Ê¤¤¤Î¤Ç¡¢\r\n¼Â¤ÏÂçʪ¤Ê¤Î¤«¤Ê¡Á¤È¤â»×¤Ã¤Æ¤Þ¤¹ :? \r\n\r\nYOUNG TROJANZ¤Ã¤Æ¥Æ¥Í¥·¡¼¤Î¤Ç¤¹¤«¡©\r\nÄ°¤¤¤¿¤³¤È¤¢¤ë¤È»×¤¦¤ó¤Ç¤¹¤±¤É¤É¤ó¤Ê¤Î¤À¤Ã¤¿¤«¤Ï³Ð¤¨¤Æ¤Ê¤¤¤Ç¤¹¡¦¡¦¡¦¡£\r\n¤È¤Ë¤«¤¯¥ß¥¯¥¹¥Æ¤¸¤ã¤Ê¤¤¤ó¤Ç¤¹¤Í :o \r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (795,'d0480f75ea','','NO DOZE FUNKMOB¼«Âν鼪¤Ç¤·¤¿¡ª\r\nRUSH-N-ROULETTE¤Ë¤âICE-T¤È°ì½ï¤Ë»²²Ã¤·¤Æ¤ë¤è¤¦¤Ç¡¦¡¦¡¦¡£\r\n¸Ä¿ÍŪ¤ËRICH THE FACTOR´ØÏ¢¤Ë¤¢¤Þ¤ê¶½Ì£¤¬Ê¨¤«¤Ê¤¤¤Î¤Ç¤½¤ÎÊÕÁ¤¤¤Ç¤¹¡¦¡¦¡¦¡£\r\n¤¬¡¢¥Ö¥é¥ê¥ó(¾Ð)¤ÈDOOMSDAY¤¬¥Õ¥£¡¼¥Á¥ã¡¼¤µ¤ì¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È¤Ç¡¢¥Á¥§¥Ã¥¯¤·¤Æ¤ß¤¿¤¤¤È¤ª¤â¤¤¤Þ¤¹ :roll: \r\n\r\nPS\r\n¥é¥¤¥à¥·¥ó¥¸¥±¡¼¥È²û¤«¤·¤¤¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (796,'329bf131de','','no doze funkmob¤Ç¤¹¤¬¡¢¥¢¥¤¥¹T¤ÎThe Iceberg¡ÁHome Invasion \r\n¤¢¤¿¤ê¤Î²»¤Ç¤¹¡£\r\ndonald d¤â¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ë¤Î¤Ç¥ª¡¼¥ë¥É¡Á¥ß¥É¥ë¥¹¥¯¡¼¥ëÄ´¤Î¶Ê¤â¤¢¤ê¤Þ¤¹¡£\r\n¥é¥Ã¥×¹çÀï....¤«¤Ê¤êÇ®¤¤¤Ç¤¹¡£\r\n\r\n¤¢¡¼º£Ä´¤Ù¤Æ¤ß¤¿¤éNORTHTOWN vs WESTSIDE¡¡pt.1¤Ë¥¯¥ì¥¸¥Ã¥È¤µ¤ì¤Æ¤Þ¤·¤¿!\r\n7¶ÊÌܤÎhooded figures̾µÁ¤¬Èà¤é¤À¤È»×¤¤¤Þ¤¹!¼«Ê¬NORTHTOWN vs WESTSIDE¡¡pt.1»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç³Î¿®¤Ç¤­¤Þ¤»¤ó¤¬¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (797,'e9e3fac29c','','[quote:e9e3fac29c]YOUNG TROJANZ¤Ã¤Æ¥Æ¥Í¥·¡¼¤Î¤Ç¤¹¤«¡© \r\n[/quote:e9e3fac29c]\r\n\r\n¤½¤¦¤ß¤¿¤¤¤Ç¤¹¤Í¡£666¤È¶¦±é¤·¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (798,'4d6012f0f6','','NO DOZE FUNKMOB¡¦¡¦¡¦¡ª\r\nµ­²±¤«¤éÈ´¤±Íî¤Á¤Æ¤Þ¤·¤¿¡ªNT vs. WS 1¤Ë»²²Ã¤·¤Æ¤Þ¤¹¤Í¡ª\r\n¥¢¥ë¥Ð¥à¤ò½Ð¤·¤Æ¤¤¤¿¤È¤ÏÃΤê¤Þ¤»¤ó¤Ç¤·¤¿ :o \r\n\r\n¤¢¤ì¤Ë»²²Ã¤·¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È¤Ï¥Ù¥¬¥¹¤ÎÏ¢Ãæ¤È¤¤¤¦¤³¤È¤Ç´Ö°ã¤¤¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£\r\n½é´ü¥Ù¥¬¥¹¤ÈICE-T--DONALD D¤È¤Î¤Ä¤Ê¤¬¤ê¤Ï¶½Ì£¿¼¤¤¤Ç¤¹¤Í¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (799,'acb6e6e9eb','','Ä°¤¤¤Æ¤ë¤¦¤Á¤ËÊѤï¤ê¤Þ¤·¤¿¡£DISC1¤ÈÁ°ºî¤òÈæ¤Ù¤ë¤ÈÁ°ºî¤Î¤¬Îɤ¤¤È»×¤¤¤Þ¤¹¡£\r\nÄ̤·¤ÆÄ°¤¯¤È¤Á¤ç¤Ã¤ÈË°¤­¤Æ¤­¤Þ¤¹¡£¤½¤Î¤«¤ï¤êDISC3¤¬¤«¤Ê¤êÎɤ¤¤Ç¤¹¤±¤É¡¦¡¦¡¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (800,'a77806e9e4','','Ʊ´¶¤Ç¤¹¡£\r\nÇã¤Ã¤¿¤³¤í¤Ï¤«¤Ê¤êÀ¹¤ê¾å¤¬¤ê¤Þ¤·¤¿¤¬\r\nº£¤ÏSLABED.Ver¤Ð¤Ã¤«¤êʹ¤¤¤Æ¤¤¤Þ¤¹¡£\r\n°Õ³°¤ÈÂÑÍÑÅÙ¤¬Ä㤯¤Æ»ÄÇ°¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (801,'840d7bfa71','¤ª¤á¤Ã¤È¤µ¤ó¤Ç¤¹¡£','¸«¤µ¤»¤Æ¤â¤é¤Ã¤Æ¤Þ¤¹¤è¡Á¤¬¤ó¤Ð¤Ã¤Æ¤¯¤À¤µ¤¤¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (802,'3d2209e00f','¤ä¤¹¤ß¤¢¤±¡£','¼ÂºÝ¤Ë¤³¤ÎµÙ¤ß¤Ë¥Ø¥Ó¥í¤À¤Ã¤¿¤Î¤Ï\r\nNeighborhood¡¡Music / Lil Rob\r\n¤Ç¤·¤¿¡ª\r\n\r\n¤Ê¤ó¤È¤â¥Ù¥¿¥Ù¥¿¤Ç¥¤¥ó¥¿¡¼£Æ£Í¤Ç¤âή¤ì¤ë¤°¤é¤¤¤Ç¤¹¤¬¡¢\r\nÀĶõ¤Î²¼³¤´ßÀþ¤òÁö¤ë¤Ë¤ÏºÇ¹â¤Î¶Ê¤Ç¤·¤¿¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (803,'41001f4f9e','','[quote:41001f4f9e=\"g-stringz\"]¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :) \r\nº£¡¢Ä´¤Ù¤¿¤È¤³¤í\r\n¥ª¡¼¥¯¥é¥ó¥É½Ð¿È¤Î¡¢¤â¤È¤â¤ÈICE-T¼þÊդοͤÀ¤Ã¤¿¤è¤¦¤Ç¡¢\r\n(\"Funky Gripsta\"¤ÇÂ硹Ū¤Ë¥Õ¥£¡¼¥Á¥ã¡¼)\r\nICE-T¤òÄ̤¸¤ÆSCC¤È¤Î´Ø¤ï¤ê¤¬¤Ç¤­¤¿¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í :?: \r\n¤¢¤È¥ª¡¼¥¯¥é¥ó¥É¤Ä¤Ê¤¬¤ê¤ÇT.W.D.Y.¤Î2Ëç¤Ë¤â»²²Ã¤·¤Æ¤¤¤Þ¤·¤¿¡£\r\n\r\n12¥¤¥ó¥Á¤Î¶ÊÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª\r\n\"Pop Goz The 9\"¤¬AÌ̤Ǥ¹¤«¡©[/quote:41001f4f9e]\r\nº£¼ê¸µ¤Ë¤Ê¤¤¤Î¤ÇÀµ³Î¤Ê¤³¤È¤Ï¸À¤¨¤Þ¤»¤ó¤¬12¥¤¥ó¥Á¤Ï\"Pop Goz The 9\"¤¬£ÁÌ̤À¤Ã¤¿¤è¤¦¤Ê¡¦¡¦¡¦\r\n¥¯¥ì¥¸¥Ã¥È¤Ë£É£ã£å-T¤Î̾Á°¤â¤¢¤Ã¤¿µ¤¤¬¤·¤Þ¤¹¡ª\r\nT.W.D.Y.¤Î2Ëç¤È¤â¤Ë¤â»²²Ã¤·¤Æ¤ë¤ó¤Ç¤¹¤Í¡£¥Á¥§¥­¤Ã¤Æ¤ß¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (804,'c2cfcbbde5','¤Ï¤¸¤á¤Þ¤·¤Æ','¤É¤¦¤â¤Ï¤¸¤á¤Þ¤·¤Æ¡£°ÊÁ°¤è¤êÇÒ¸«¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¡£ºÇ¿·¤Î¥Ë¥å¡¼¥¹¤ò¤¤¤Ä¤â»²¹Í¤Ë¤·¤Æ¤Þ¤¹¡£¼«Ê¬¤â»°¥ö·îÁ°¤Ë¥Û¡¼¥à¥Ú¡¼¥¸¤òºî¤Ã¤Æ¤ä¤Ã¤ÈÍî¤ÁÃ夤¤Æ¤­¤Þ¤·¤¿¡£¤â¤·¤è¤±¤ì¤ÐÁê¸ß¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤±¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©½ÐÍ褿¤Ð¤«¤ê¤Îº¢¤Ï¤Þ¤À¤Ï¤º¤«¤·¤¯¤Æ¤ª´ê¤¤¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡Å¡£°ì±þ¥á¡¼¥ë¤â¤ªÁ÷¤ê¤·¤¿¤ó¤Ç¤¹¤¬Ç°¤Î¤¿¤á¤³¤Á¤é¤Ë½ñ¤­¹þ¤Þ¤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£°ìÅÙ¤´Í÷¤Ë¤Ê¤é¤ì¤Æ¤«¤é¤ªÊÖ»ö¤ò¤ªÊ¹¤«¤»´ê¤¨¤¿¤é¤Ê¤È»×¤¤¤Þ¤¹¡£¤Ç¤Ï¤ªÊÖ»ö¤ÎÊý¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n¤¦¤½¤Ã¤×¤ÎÉô²°(£Ê£Ï£Ë£Å£Ò¡¡£Ò£Ï£Ï£Í)¡¡¡¡http://www.geocities.jp/westsydehustler/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (805,'5a26f6004f','my ebay auctions - dat boy grace, esg, southside, gameboys..','Pls check out my latest auctions;(mostly Tx)\r\n\r\nESG, Southside Playaz, Gameboyz, Dat Boy Grace & more\r\n\r\n[URL=http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&include=0&userid=baldylocc&rows=50&since=-1&rd=1]Ebay auctions[/URL]\r\n\r\nonly three days left!!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (806,'54f9278f93','Gangsta Pat - Homicidal Lifestyle','...'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (836,'b13e3cb7b3','','Up'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (837,'253ecac03e','MC EIHT a.k.a. TONY SMALLZ','TONY SMALLZ¤Î¥×¥í¥À¥¯¥·¥ç¥ó¤ò郎ôÅö¤·¤Æ¤ë¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª\r\nVeterans Day¤ÏCHILL¤¬¤ä¤Ã¤Æ¤ë¤é¤·¤¤¤Î¤Ç¡¢Ç㤤·èÄꤷ¤Æ¤ë¤ó¤Ç¤¹¤¬\r\n¤³¤ì¤Ï̤äƤޤ¹¡£ :?\r\n\r\nP.S.\r\n¥¢¥ô¥¡¥¿¡¼¤¬ÊѤ¨¤é¤ì¤Ê¤¤(ɽ¼¨¤Ç¤­¤Ê¤¤)¤è¤¦¤Ç¤¹¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (830,'80296bfc85','','Don\'t Sleep'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (824,'abf9fec66e','','Time Is Running Out'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (807,'6a1e985c2e','213´¶ÁÛ¥¹¥ì¥Ã¥É¡ª','¥²¥Ã¥È¤·¤Þ¤·¤¿¡£\r\n¼ã´³¼Î¤Æ¶Ê¤¢¤ê¤Þ¤¹¤¬¡¢¤¤¤¤¶Ê¤¬¤¿¤¯¤µ¤ó¤¢¤Ã¤ÆËþ­¤Ç¤¹¡ª\r\nNATE¤¬¤Û¤ó¤È¤¤¤¤Æ¯¤­¤ò¤·¤Æ¤¤¤ë¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (808,'6ed363d1b1','','¼«Ê¬¤â·ë¹½µ¤¤ËÆþ¤ê¤Þ¤·¤¿¡ª¤Û¤ó¤ÈNATE¤¬ÌÜΩ¤Ã¤Æ¤Þ¤¹¤è¤Í¡£\r\n213¤Ã¤Æ¤è¤êNATE feat SNOOP&WARREN¤Æ´¶¤¸¤¬¤·¤Þ¤·¤¿ :wink: \r\nº£¤Î¤È¤³¤íLONELY GIRL,GOTTA FIND A WAY,JOYSTICC,APPRECIATION¤¢¤¿¤ê¤¬¥Ø¥Ó¥í¤Ç¤¹¡ª\r\n¤È¤³¤í¤ÇRUN ON UP¤ò¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ëTHA CHILL¤Ã¤Æ¤¢¤ÎTHA CHILL¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (809,'4b73dd48bd','','...'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (810,'d7d89133b3','','[quote:d7d89133b3=\"funksta\"]¤È¤³¤í¤ÇRUN ON UP¤ò¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ëTHA CHILL¤Ã¤Æ¤¢¤ÎTHA CHILL¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:d7d89133b3]\r\n\r\n¤½¤¦¤Ç¤¹¤Í¡ª¥É¡¼¥×¤Ê¥Ó¡¼¥Èºî¤ë¤Î¤Ç¥×¥í¥Ç¥å¡¼¥µ¡¼¤È¤·¤Æ¤âÃíÌܤ·¤Æ¤Þ¤¹¡£\r\n¤½¤ì¤Ë¤·¤Æ¤â¥¢¥ë¥Ð¥à½Ð¤Ê¤¤¤Ç¤¹¤Í¡¼ :cry: \r\n :arrow: http://artists.iuma.com/IUMA/Bands/Tha_Chill/\r\n\r\nÆä˵¤¤ËÆþ¤Ã¤Æ¤¤¤ë¶Ê¤Ï¤½¤ÎRun On Up¤ÈLonely Girl, Appreciation¤Ç¤¹¤¬\r\n213 Tha Gangsta Clicc¡¢Lil Girl¡¢My Dirty Ho°Ê³°¤Ï¹¥¤­¤Ç¤¹¡£\r\n\r\n[quote:d7d89133b3] 213¤Ã¤Æ¤è¤êNATE feat SNOOP&WARREN¤Æ´¶¤¸¤¬¤·¤Þ¤·¤¿ :wink: [/quote:d7d89133b3]\r\n³Î¤«¤Ë¡¦¡¦¡¦¡£ºÇ½é¥·¥ó¥°¥ë¤Ë¤Ê¤ë¤Ï¤º¤À¤Ã¤¿Dolla Dolla Bill¤ÏNATE¤Î¥¢¥ë¥Ð¥à¤ËÆþ¤ëͽÄê¤À¤È¤« :?: \r\nSNOOP¤Ï»×¤Ã¤¿¤è¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£¶Ê¤Ë¤è¤Ã¤Æ¤Ï¤¹¤´¤¯¸÷¤Ã¤Æ¤ë¤È»×¤¤¤Þ¤¹¡£\r\nWARREN G¤âÉáÄ̤ËÎɤ¤¤Ç¤¹¤¬¡¢ÀΤè¤ê¥Õ¥í¥¦¤¬¥·¥ó¥×¥ë¤Ë¤Ê¤Ã¤Æ¤Á¤ç¤Ã¤Èʪ­¤ê¤Ê¤µ¤ò´¶¤¸¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (811,'b1cecdc7c8','','[quote:b1cecdc7c8]¥É¡¼¥×¤Ê¥Ó¡¼¥Èºî¤ë¤Î¤Ç¥×¥í¥Ç¥å¡¼¥µ¡¼¤È¤·¤Æ¤âÃíÌܤ·¤Æ¤Þ¤¹¡£[/quote:b1cecdc7c8]\r\n\r\n¤ä¤Ï¤ê¤½¤¦¤Ç¤·¤¿¤«¡ª¤Ê¤«¤Ê¤«ÀöÎý¤µ¤ì¤¿¶Ê¤òºî¤ê¤Þ¤¹¤Í :) \r\nÃíÌܤ·¤Æ¤ß¤Þ¤¹¡£\r\n\r\n[quote:b1cecdc7c8]SNOOP¤Ï»×¤Ã¤¿¤è¤êÎɤ«¤Ã¤¿¤Ç¤¹¡£¶Ê¤Ë¤è¤Ã¤Æ¤Ï¤¹¤´¤¯¸÷¤Ã¤Æ¤ë¤È»×¤¤¤Þ¤¹¡£ \r\nWARREN G¤âÉáÄ̤ËÎɤ¤¤Ç¤¹¤¬¡¢ÀΤè¤ê¥Õ¥í¥¦¤¬¥·¥ó¥×¥ë¤Ë¤Ê¤Ã¤Æ¤Á¤ç¤Ã¤Èʪ­¤ê¤Ê¤µ¤ò´¶¤¸¤Þ¤·¤¿¡£[/quote:b1cecdc7c8]\r\n\r\nSNOOP¤ÏGROUPIE LUV¤Î¥È¡¼¥¸¥å¥¦¥·¡¼¥¶¥¡¥Û¥©¥©¥©!!!!¤¬Æ¬¤«¤éÎ¥¤ì¤Þ¤»¤ó¡Ê¾Ð\r\nWARREN G¤Ï¤ä¤Ï¤ê¤³¤ÎÆó¿Í¤È¤Ç¤Ï±Æ¤¬Çö¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤è¤Í :( \r\n¤½¤Îʬ¥×¥í¥Ç¥å¡¼¥¹¤ÇÌÜΩ¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤Ç¤¹¤Í¡£\r\n\r\n¤¢¤ÈQUIK¤ÈBATTLECAT¤Î¶Ê¤¬¥«¥Ã¥È¤µ¤ì¤¿¤Î¤Ï»ÄÇ°¤Ç¤¹¡£\r\n¥«¥Ë¥¨¤Ë¤â¤â¤Ã¤ÈÆÀ°Õ¤ÎÁá²ó¤·¤ò»È¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤Ç¤¹¤Í¡£\r\n\r\nÉÔËþ¤Ð¤«¤ê¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡Ê¾Ð'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (812,'060efbec2f','','...'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (813,'e3c4402d9a','','[quote:e3c4402d9a=\"funksta\"]\r\nWARREN G¤Ï¤ä¤Ï¤ê¤³¤ÎÆó¿Í¤È¤Ç¤Ï±Æ¤¬Çö¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤è¤Í :( \r\n¤½¤Îʬ¥×¥í¥Ç¥å¡¼¥¹¤ÇÌÜΩ¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤Ç¤¹¤Í¡£[/quote:e3c4402d9a]\r\n\r\nº£¤Þ¤Ç¤Î213¤ÎWARREN G¤ÎΩ¤Á°ÌÃÖ¤ò¹Í¤¨¤ë¤È¡¢1¶Ê¤â¥×¥í¥Ç¥å¡¼¥¹¤·¤Ê¤¤¤È¤¤¤¦¤Î¤Ï¡¢¤Þ¤Ã¤¿¤¯ :?: ¤Ê¤Î¤Ç¤¹¤¬¡¢\r\nReturn Of The Regulator¤ÎÃæ¤Ç¡¢¸Ä¿ÍŪ¤Ë2¡¤3¶Ê¤·¤«Îɤ¤¤È»×¤¨¤Ê¤«¤Ã¤¿¡Ü¤½¤Î¸å¡¢Æä˰õ¾Ý¤Ë»Ä¤ë»Å»ö¤¬¤Ê¤«¤Ã¤¿¤Î¤Ç¡¢\r\n¤½¤ó¤Ê¤¹¤´¤¤¤â¤Î¤òºî¤ì¤ë¤Î¤«¡©¤È¤¤¤¦¤È¡¢¤ä¤ä²ûµ¿Åª¤Ç¤Ï¤¢¤ê¤Þ¤¹¡£¡Ê¥Õ¥¡¥ó¤Î¿Í¤¹¤ß¤Þ¤»¤ó¡Ë\r\n\r\n[quote:e3c4402d9a]¤¢¤ÈQUIK¤ÈBATTLECAT¤Î¶Ê¤¬¥«¥Ã¥È¤µ¤ì¤¿¤Î¤Ï»ÄÇ°¤Ç¤¹¡£\r\n¥«¥Ë¥¨¤Ë¤â¤â¤Ã¤ÈÆÀ°Õ¤ÎÁá²ó¤·¤ò»È¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤Ç¤¹¤Í¡£[/quote:e3c4402d9a]\r\n\r\n¤ª¤½¤é¤¯¡¢B-SHARP=BATTLECAT¤À¤È»×¤¤¤Þ¤¹¡ª\r\nQUIK¤Î¶Ê¤â¤¢¤Ã¤¿¤ó¤Ç¤¹¤«¡ª¤½¤ì¤ÏÀ§ÈóÆþ¤ì¤ÆÍߤ·¤«¤Ã¤¿¡¦¡¦¡¦¡ª :mad:\r\nKANYE¤ÏÁá²ó¤·¤¸¤ã¤Ê¤¤¶Ê¤ÎÊý¤¬¹¥¤­¤Ê¤Î¤Ç¡¢ËͤϤ¢¤ì¤Ç¤è¤«¤Ã¤¿¤Ç¤¹ 8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (814,'f7e5ae0cea','','[quote:f7e5ae0cea]º£¤Þ¤Ç¤Î213¤ÎWARREN G¤ÎΩ¤Á°ÌÃÖ¤ò¹Í¤¨¤ë¤È¡¢1¶Ê¤â¥×¥í¥Ç¥å¡¼¥¹¤·¤Ê¤¤¤È¤¤¤¦¤Î¤Ï¡¢¤Þ¤Ã¤¿¤¯ ¤Ê¤Î¤Ç¤¹¤¬¡¢ \r\nReturn Of The Regulator¤ÎÃæ¤Ç¡¢¸Ä¿ÍŪ¤Ë2¡¤3¶Ê¤·¤«Îɤ¤¤È»×¤¨¤Ê¤«¤Ã¤¿¡Ü¤½¤Î¸å¡¢Æä˰õ¾Ý¤Ë»Ä¤ë»Å»ö¤¬¤Ê¤«¤Ã¤¿¤Î¤Ç¡¢ \r\n¤½¤ó¤Ê¤¹¤´¤¤¤â¤Î¤òºî¤ì¤ë¤Î¤«¡©¤È¤¤¤¦¤È¡¢¤ä¤ä²ûµ¿Åª¤Ç¤Ï¤¢¤ê¤Þ¤¹¡£¡Ê¥Õ¥¡¥ó¤Î¿Í¤¹¤ß¤Þ¤»¤ó¡Ë[/quote:f7e5ae0cea]\r\n\r\n³Î¤«¤ËReturn Of The Regulator¤ÎÄ´»Ò¤Ç¤Ï´üÂԤϤǤ­¤Þ¤»¤ó¤¬¡¢¤ä¤Ï¤êWarren G¤Ë¤ÏG-FUNK²óµ¢Åª¤Ê¤â¤Î¤ò´üÂÔ¤·¤Æ¤·¤Þ¤¤¤Þ¤¹ :wink: \r\n\r\n\r\n[quote:f7e5ae0cea]¤ª¤½¤é¤¯¡¢B-SHARP=BATTLECAT¤À¤È»×¤¤¤Þ¤¹¡ª \r\nQUIK¤Î¶Ê¤â¤¢¤Ã¤¿¤ó¤Ç¤¹¤«¡ª¤½¤ì¤ÏÀ§ÈóÆþ¤ì¤ÆÍߤ·¤«¤Ã¤¿¡¦¡¦¡¦¡ª¡Ë[/quote:f7e5ae0cea]\r\n\r\nB-SHARP=BATTLECAT¤Ç¤·¤¿¤«¡ª¸À¤ï¤ì¤Æ¤ß¤ë¤È¤é¤·¤¤´¶¤¸¤¬¤·¤Þ¤¹¤Í :) \r\n\r\n¤³¤Î¶Ê¤Ê¤ó¤Ç¤¹¤¬¡¢QUIK¤Î3rd,4th¤¢¤¿¤ê¤Ë¶á¤¤²»»È¤¤¤Ç¤á¤Á¤ã¤¯¤Á¤ã¥¤¥¤¤Ç¤¹¡ª\r\n¤Ê¤Ë¤²¤Ë°ìÈÖ´üÂÔ¤·¤Æ¤¤¤¿¶Ê¤À¤Ã¤¿¤ó¤Ç¤¹¤¬ :( \r\n¤â¤Ã¤¿¤¤¤Ê¤¤¡ª\r\n\r\nhttp://www.soundclick.com/util/streamM3U.m3u?ID=1408718&q=Hi[/quote]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (815,'ca1952a736','','´Ö°ã¤¤¤Þ¤·¤¿¡£¤³¤Ã¤Á¤Ç¤¹¡£\r\n\r\nhttp://www.soundclick.com/util/streamM3U.m3u?ID=1408718&q=Hi'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (816,'026127fb21','Re: ¤Ï¤¸¤á¤Þ¤·¤Æ','[quote:026127fb21=\"¤¦¤½¤Ã¤×\"]°ì±þ¥á¡¼¥ë¤â¤ªÁ÷¤ê¤·¤¿¤ó¤Ç¤¹¤¬Ç°¤Î¤¿¤á¤³¤Á¤é¤Ë½ñ¤­¹þ¤Þ¤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£°ìÅÙ¤´Í÷¤Ë¤Ê¤é¤ì¤Æ¤«¤é¤ªÊÖ»ö¤ò¤ªÊ¹¤«¤»´ê¤¨¤¿¤é¤Ê¤È»×¤¤¤Þ¤¹¡£¤Ç¤Ï¤ªÊÖ»ö¤ÎÊý¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£\r\n¤¦¤½¤Ã¤×¤ÎÉô²°(£Ê£Ï£Ë£Å£Ò¡¡£Ò£Ï£Ï£Í)¡¡¡¡http://www.geocities.jp/westsydehustler/[/quote:026127fb21]\r\n\r\n¤É¤¦¤â¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\n¥ê¥ó¥¯¤Î¤è¤¦¤Ê¸Ä¿ÍŪ¤Ê¤´°Õ¸«¤Ï¥á¡¼¥ë¤äPM¤Ç¤¤¤¿¤À¤±¤¿¤Û¤¦¤¬¤¢¤ê¤¬¤¿¤«¤Ã¤¿¤ê¤·¤Þ¤¹ :) \r\nÅö¥µ¥¤¥È¤ò¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤éºÆÅÙ¤´Ï¢Íí¤¤¤¿¤À¤±¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡©\r\n¤½¤ÎºÝ¤ÏPM¤«¥á¡¼¥ë¤Ç¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (817,'dfac86f201','¾è¤êÃ٤줿´¶¤¬¤¢¤ê¤Þ¤¹¤¬¡¦¡¦¡¦','¤Ê¤ó¤È¤âÆþ¼ê¤·¤Æ¤ª¤­¤Ê¤¬¤é¤Þ¤Àʹ¤¤¤Æ¤Ê¤¤¤Ç¤¹ :cry: \r\n¤Ê¤Î¤Ç³°¸«Åª¤Ê¤³¤È¤Ç¤¹¤¬¡¢¥±¡¼¥¹¤Î¥¹¥Æ¥Ã¥«¡¼¤Ë¶õµ¤¤Ï¤¤¤Ã¤Æ¤Þ¤»¤ó¤«¡©\r\n»ä¤Î¤ÏÆþ¤Ã¤Æ¤Þ¤¹¡¦¡¦¡¦ :birdman:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (818,'c3bf6b935f','','I\'ve just added another cd'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (828,'5009ad3acf','','[quote:5009ad3acf=\"funksta\"]\r\n¥¯¥ì¥¸¥Ã¥È¤ÏȽ¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢E-WHITE¤Î¤è¤¦¤Êµ¤¤¬¤·¤Þ¤»¤ó¤«¡©¡©[/quote:5009ad3acf]\r\n\r\n¤Ê¤ë¤Û¤É¡¢E-WHITE¤Ê¤é213¤È°ì½ï¤Ç¤â¼«Á³¤Ç¤¹¤Í¡ª\r\nËͤÏE-WHITE¤Ã¤Æ¤Þ¤È¤â¤ËÄ°¤¤¤¿¤³¤È¤¬¤Ê¤¤¤Î¤â¤Î¤Ç¡¢\r\nÁ´Á³¤ï¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n\r\n[quote:5009ad3acf]¤â¤·¤«¤¹¤ë¤È¤½¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£HI-C¤ÎLet Me Know¤¢¤¿¤ê¤â¤½¤ó¤Ê´¶¤¸¤Ê¤ó¤Ç¤·¤ç¤¦¤« :roll:[/quote:5009ad3acf]\r\n\r\nLet Me Know¤âÀΤʤ¬¤é¤ÎQUIK¥¹¥¿¥¤¥ë¤Ç¤¹¤è¤Í :) \r\n¤¢¤ÈTRUTH HURTS¤ËÄ󶡤·¤¿¶Ê¤È¤«¡¦¡¦¡¦\r\n¥É¥é¥àÄ°¤¯¤È¿¾¯¿·¤·¤¤´¶¤¸¤Ï¤·¤Þ¤¹¤±¤É¤â¡£ :?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (819,'142fad1b57','','[quote:142fad1b57=\"funksta\"]¤³¤Î¶Ê¤Ê¤ó¤Ç¤¹¤¬¡¢QUIK¤Î3rd,4th¤¢¤¿¤ê¤Ë¶á¤¤²»»È¤¤¤Ç¤á¤Á¤ã¤¯¤Á¤ã¥¤¥¤¤Ç¤¹¡ª\r\n¤Ê¤Ë¤²¤Ë°ìÈÖ´üÂÔ¤·¤Æ¤¤¤¿¶Ê¤À¤Ã¤¿¤ó¤Ç¤¹¤¬ :( \r\n¤â¤Ã¤¿¤¤¤Ê¤¤¡ª\r\nhttp://www.soundclick.com/util/streamM3U.m3u?ID=1408718&q=Hi\r\n\r\n[/quote:142fad1b57]\r\n»×¤Ã¤¿°Ê¾å¤ËQUIK¥µ¥¦¥ó¥É¤ÈWarrenG¤ÎÀ¼¤¬¥Þ¥Ã¥Á¤·¤Æ¤ë¤Î¤Ë¶Ã¤­¤Þ¤·¤¿ :shock: \r\n¤¤¤¤¶Ê¤Ç¤¹¤Í¡£¼ýÏ¿¤µ¤ì¤Ê¤«¤Ã¤¿¤Î¤¬¤â¤Ã¤¿¤¤¤Ê¤¤¡£\r\n\r\n¤Ç¡¢°ìÄ̤êʹ¤­¤Þ¤·¤¿¡£\r\n°­¤¯¤Ê¤¤¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¡£\r\n¤Ê¤ó¤«SNOOP¿§¤òÁ°Ì̤˲¡¤·½Ð¤¹¤È¤ÎÏäòʹ¤¤¤Æ¤¤¤¿¤Î¤Ç¤¢¤Þ¤ê´üÂÔ¤·¤Æ¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡¦¡¦¡¦\r\nÀè¹Ô¥Û¥ï¥¤¥È¥×¥í¥â¤Ç¥ê¥ê¡¼¥¹¤µ¤ì¤¿LonlyGirl¤Ï´Ö°ã¤¤¤Ê¤¤¤Ç¤¹¤Í¡ª\r\n¤¢¤ÈAbsolutely¤â¥°¥Ã¥É¤Ç¤¹¡ª\r\nNate¤¬ÌÜΩ¤Á¤Þ¤¹¤Í¡¼'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (820,'23c41374c1','ϲ®°¥½¥¼«°Öʪ¸ì -Special Girls Night-','ϲ®°¥½¥¼«°Öʪ¸ì\r\nSpecial Girls Night\r\n¡Ú@ Uncle Steven¡Çs¡Û\r\n\r\n9·î4Æü(ÅÚ)\r\n1500Yen / 1 Drink\r\n¢¨½÷¤Î»Ò¤Ï̵ÎÁ¡ù×Ä\r\n\r\n¡üDJ¡Çs\r\nDJ HAGANE\r\nTy¡ÇLUVIN¡ÇHunter\r\nLBC-G\r\nPlayya-1000Nari\r\nDJ YU-KI\r\nDJ MASS\r\nDJ Silent\r\n\r\n¡üSpecial Guest DJ\r\nDJ Coke\r\n(from Blue Berry Records)\r\n\r\nº£·î¤Ï°ì¼þǯµ­Ç°¤òºÝ¤·¤Þ¤·¤ÆSpecial Girls Night¤ò³«ºÅ¤·¤Þ¤¹¡£\r\n½÷¤Î»Ò¤ÏDoorÂå̵ÎÁ¤Ê¾å¤ËLBC-GÆÃÀ½¤ÎSpecial Girls Night Compilation¤òº¹¤·¾å¤²¤Þ¤¹¤Î¤Ç¤¼¤Ò¤³¤Îµ¡²ñ¤Ë°ìÅÙÍ·¤Ó¤ËÍè¤Æ¤¯¤À¤µ¤¤¢ö\r\n¤¢¤ÈŽ½ŽÍŽßŽ¼Ž¬ŽÙŽ¥Ž¹ŽÞŽ½ŽÄ¤È¤·¤ÆµþÅÔBlue Berry Recordz¤Î¼óÎÎDJ Coke»á¤¬»²²Ã¤·¤Æ¤¯¤ì¤Þ¤¹¡ù×Ä\r\n¼¢²ì¤ÇÀªÎÏŪ¤Ë³èÆ°¤¹¤ëDJ MASS¤â¶ÛµÞ»²²Ã¡ª¤â¤Á¤í¤ó¤¢¤ÎÊÑÂÖŽ¿Ž³ŽÙDJ¤ÎDJ Silent·¯¤â̲¤é¤»¤ËÍè¤Æ¤¯¤ì¤Þ¤¹¡ª\r\n\r\n03Å¡¢µ®½Å¤ÊÈĤª¼Ú¤ê¤·¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (821,'0b11387c3e','','[quote:0b11387c3e=\"funksta\"]http://www.soundclick.com/util/streamM3U.m3u?ID=1408718&q=Hi[/quote:0b11387c3e]\r\n\r\n¤ª¤ª¡ª¥ê¥ó¥¯¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\n¤¤¤¤¤Ã¤¹¤Í¡ª¤³¤ó¤Ê¶Ê¤¬¤¢¤Ã¤¿¤È¤ÏÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n¤ó¡¼¤Ç¤â¡¢¤â¤·¤«¤¹¤ë¤È¡¢¤Á¤ç¤Ã¤È¸Å¤¤²»¸»¤À¤Ã¤¿¤Î¤Ç¡¢¥¢¥ë¥Ð¥à¤«¤é³°¤µ¤ì¤¿¤Î¤«¤âŽ¥Ž¥Ž¥ :? \r\n213¤Î¥ô¥¡¡¼¥¹¤Ë¤Ä¤¤¤Æ¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢¥Ó¡¼¥È¼«ÂΤ¬ºî¤é¤ì¤¿¤Î¤Ï\r\nfunksta¤µ¤ó¤Î¤ª¤Ã¤·¤ã¤ë¤È¤ª¤ê¡¢4th¤ÎÁ°¤Ã¤Ý¤¯Ê¹¤³¤¨¤Þ¤¹¡£\r\nQUIK¤¬2000ǯÂå¤Ë808¤Î¥«¥¦¥Ù¥ë¤Ï»È¤¦¤Ã¤Æ¤³¤È¤Ï¡¢¤Þ¤º¤Ê¤¤¤ó¤¸¤ã¤Ê¤¤¤«¤Ê¡©¤ÈŽ¥Ž¥Ž¥¡£\r\n¤È¤³¤í¤Ç¡¢ºÇ¸å¤Ë½Ð¤Æ¤¯¤ë¥é¥Ã¥Ñ¡¼¤Ï狼¤ï¤«¤ê¤Þ¤¹¤«¡©\r\n\r\n[quote:0b11387c3e]¥±¡¼¥¹¤Î¥¹¥Æ¥Ã¥«¡¼¤Ë¶õµ¤¤Ï¤¤¤Ã¤Æ¤Þ¤»¤ó¤«¡©[/quote:0b11387c3e]\r\n\r\nÆþ¤Ã¤Æ¤Þ¤¹Ž¥Ž¥Ž¥ :cry: \r\n;·×¤Ê»î¤ß¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦¥¢¥¤¥Ç¥¢¤Ï°­¤¯¤Ê¤¤¤Ç¤¹¤±¤É¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (822,'a920216d42','','2002ǯȯɽ¤ÎBUTCH CASSIDY-So Cold¡¢\r\nÀΤÎQUIKÉ÷¤ÇƱ¤¸¤è¤¦¤Ë¥¯¥é¥Ù¥¹(?)»È¤Ã¤Æ¤Þ¤·¤¿¡£\r\nBUTCH¤Î¡¢µîǯ½Ð¤¿¥µ¥ó¥È¥é¤ËÆþ¤Ã¤Æ¤¤¤ë¶Ê¤â\r\n¸Å¤¤´¶¤¸¤Ê¤ó¤Ç¡¢¤Þ¤À¤¿¤Þ¤Ë¤³¤¦¤¤¤¦¶Ê¤òºî¤Ã¤Æ¤¤¤ë¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡¦¡¦¡¦¡£\r\n¤Æ¤­¤È¡¼¤Ê¤³¤È¤ò¤¤¤Ã¤Æ¤·¤Þ¤Ã¤Æ¤¹¤¤¤Þ¤»¤ó¡£ :stoopyd: \r\n\r\n¤¿¤À¡¢¤ä¤Ã¤Ñ¤ê¡ØUnder The Influence¡Ù¤Ê¤É¤ÎºîÉ÷¤È¥®¥ã¥Ã¥×¤¬¤¢¤ëµ¤¤¬¤·¤Æ¡¦¡¦\r\n¤â¤·¤ä90ǯÂå¤Ëί¤á¤¿¥¹¥È¥Ã¥¯¤«¤é°ú¤ÃÄ¥¤ê½Ð¤·¤Æ¤­¤Æ¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È\r\n´ª¤°¤ê¤¿¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£\r\n³Î¤«Let\'s Make A V¤È¤«¤â90ǯÂå¤Ëºî¤é¤ì¤¿¤â¤Î¤À¤Ã¤¿¤È»×¤¦¤ó¤Ç¤¹¤¬\r\n¤½¤ó¤Ê´¶¤¸¤Ç½Ð¤Æ¤­¤Æ¤ë²ÄǽÀ­¤â¤Ê¤¯¤Ï¤Ê¤¤¤«¤Ê¤¡¤È¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (823,'c362978fa4','','...'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (832,'ff36d72e7a','','Updated'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (833,'78b603e287','»Ä½ë¤¬¸·¤·¤¤¥¶¥ó¥·¥ç','[quote:78b603e287=\"gstringz\"]LIL ROB¤Î¶Ê¤½¤ó¤Êͭ̾¤Ë¤Ê¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡ª :o \r\n¤µ¤Ã¤­¤Ï¤¸¤á¤Æ»îÄ°¤·¤Æ¤ß¤¿¤ó¤Ç¤¹¤¬¡¢ ::oops: \r\n54TH PLATOON¤ÈƱ¤¸¥¤¥ô¥ê¥ó¡¦¥·¥ã¥ó¥Ú¥ó¡¦¥­¥ó¥°¤Î¥Í¥¿¤Ê¤ó¤Ç¤¹¤Í¡£\r\n54TH~¤ÎÊý¤Ïº£Ç¯¤â¿ô²óʹ¤­¤Þ¤·¤¿¡ª\r\n\r\nºÇ¶á¤Ï¥ê¥Ó¥å¡¼¤Ë¤¢¤Ã¤¿DIAMONIQUE¤Î\"Get It On\"¤òÎɤ¯Ä°¤¤¤Æ¤Þ¤¹¡ª\r\n¤¹¤´¤¯Îɤ¤¤Ç¤¹¤Í¡£¤³¤ì¤â¥é¥¸¥ª¤Ç¤¤¤±¤½¤¦¤Ç¤¹¡£[/quote:78b603e287]\r\n\r\n¤¿¤Þ¤¿¤Þ»ä¤¬Ê¹¤¤¤¿¤È¤­¤Ëή¤ì¤Æ¤¿¤À¤±¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢\r\n¥ê¥ê¡¼¥¹¤«¤é»þ´ü¤¬¤Á¤ç¤Ã¤È¤º¤ì¤Þ¤¹¤¬º£Ç¯¤Î²Æ¤Ï¤³¤Î¶Ê¤Ç¤·¤¿¤è¡Ê¾Ð\r\n\r\n54TH PLATOON¤â¤Ä¤«¤Ã¤Æ¤¤¤ë¤È¤¤¤¦¤½¤Î¥Í¥¿¤Ïʹ¤¤¤¿¤³¤È¤¬¤¢¤ê¤Þ¤»¤ó¤Î¤Ç\r\n¤É¤³¤«¤Çõ¤·¤Æ¤ß¤Þ¤¹¡ª\r\n\r\n\"Get It On\"¤¤¤¤¤Ç¤¹¤è¤Í¡¼\r\n¥¯¥é¥Ö¤Ç¤â¤Ð¤Ã¤Á¤ê¤¦¤±¤½¤¦¤Ê¤ó¤Ç¤¨¼¡²ó¥×¥ì¥¤¤¹¤ë¤È¤­¤Ë¤Ï»È¤ª¤¦¤«¤È»×¤Ã¤Æ¤Þ¤¹¡£\r\n¤Ç¤âËÜÅö¤Ë¤¢¤ÎFingazz¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦ :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (826,'9bf0857b72','9.11[Sat]@CUBE! Still Pride!','[b:9bf0857b72]STILL PRIDE vol.1[/b:9bf0857b72]\r\n£¹/£±£±(Sat) ¡÷Ï»ËÜÌڣãգ£Š\r\nOPEN 22:00¡Á \r\nLady\'s 1D/1000 \r\nMen\'s 1D/2000 \r\n\r\n[color=blue:9bf0857b72]¡ùSpecial Guest¡ù [/color:9bf0857b72]\r\n¢£HYENA(h.g.p) \r\n¢£DJ RYUUKI(h.g.p) \r\n¢£DJ BLUE DOGG \r\n(BLUE DOGG RECORDZ) \r\n¢£JOYSTICK \r\n\r\n[color=darkblue:9bf0857b72]¡ùDJ\'s¡ù[/color:9bf0857b72] \r\n¢£G-HOUSE03 \r\n¢£Hi-Low \r\n¢£Hi-Lo \r\n¢£Tiez \r\n¢£K-KO \r\nand more¡Ä \r\n\r\nWESTCOAST.GANGSTA RAP,CHICANO RAP.R¡õB etc¡Å \r\n[b:9bf0857b72][size=18:9bf0857b72]ÀèÃå20̾ÍͤËORIGINAL CD PRESENT!![/size:9bf0857b72][/b:9bf0857b72]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (827,'ecfa2b6f30','','[quote:ecfa2b6f30]¥±¡¼¥¹¤Î¥¹¥Æ¥Ã¥«¡¼¤Ë¶õµ¤¤Ï¤¤¤Ã¤Æ¤Þ¤»¤ó¤«¡©[/quote:ecfa2b6f30]\r\n\r\n¼«Ê¬¤Î¤âÆþ¤Ã¤Æ¤Þ¤¹ :( ¥±¡¼¥¹¤¬³ä¤ì¤¿¤é ¡Ä\r\n\r\n[quote:ecfa2b6f30]ºÇ¸å¤Ë½Ð¤Æ¤¯¤ë¥é¥Ã¥Ñ¡¼¤Ï狼¤ï¤«¤ê¤Þ¤¹¤«¡©[/quote:ecfa2b6f30]\r\n\r\n¥¯¥ì¥¸¥Ã¥È¤ÏȽ¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢E-WHITE¤Î¤è¤¦¤Êµ¤¤¬¤·¤Þ¤»¤ó¤«¡©¡©\r\n\r\n[quote:ecfa2b6f30]¤â¤·¤ä90ǯÂå¤Ëί¤á¤¿¥¹¥È¥Ã¥¯¤«¤é°ú¤ÃÄ¥¤ê½Ð¤·¤Æ¤­¤Æ¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È \r\n´ª¤°¤ê¤¿¤¯¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¡£[/quote:ecfa2b6f30]\r\n\r\n¤â¤·¤«¤¹¤ë¤È¤½¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£HI-C¤ÎLet Me Know¤¢¤¿¤ê¤â¤½¤ó¤Ê´¶¤¸¤Ê¤ó¤Ç¤·¤ç¤¦¤« :roll:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (829,'db842f1a6a','','8·î¤â¤ª¤ï¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¤Í¤§¡¦¡¦ :signsigh: \r\n\r\n[quote:db842f1a6a=\"G-HOUSE03\"]\r\n¼ÂºÝ¤Ë¤³¤ÎµÙ¤ß¤Ë¥Ø¥Ó¥í¤À¤Ã¤¿¤Î¤Ï \r\nNeighborhood¡¡Music / Lil Rob \r\n¤Ç¤·¤¿¡ª \r\n\r\n¤Ê¤ó¤È¤â¥Ù¥¿¥Ù¥¿¤Ç¥¤¥ó¥¿¡¼£Æ£Í¤Ç¤âή¤ì¤ë¤°¤é¤¤¤Ç¤¹¤¬¡¢ \r\nÀĶõ¤Î²¼³¤´ßÀþ¤òÁö¤ë¤Ë¤ÏºÇ¹â¤Î¶Ê¤Ç¤·¤¿¡ª\r\n[/quote:db842f1a6a]\r\n\r\nLIL ROB¤Î¶Ê¤½¤ó¤Êͭ̾¤Ë¤Ê¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡ª :o \r\n¤µ¤Ã¤­¤Ï¤¸¤á¤Æ»îÄ°¤·¤Æ¤ß¤¿¤ó¤Ç¤¹¤¬¡¢ ::oops: \r\n54TH PLATOON¤ÈƱ¤¸¥¤¥ô¥ê¥ó¡¦¥·¥ã¥ó¥Ú¥ó¡¦¥­¥ó¥°¤Î¥Í¥¿¤Ê¤ó¤Ç¤¹¤Í¡£\r\n54TH~¤ÎÊý¤Ïº£Ç¯¤â¿ô²óʹ¤­¤Þ¤·¤¿¡ª\r\n\r\nºÇ¶á¤Ï¥ê¥Ó¥å¡¼¤Ë¤¢¤Ã¤¿DIAMONIQUE¤Î\"Get It On\"¤òÎɤ¯Ä°¤¤¤Æ¤Þ¤¹¡ª\r\n¤¹¤´¤¯Îɤ¤¤Ç¤¹¤Í¡£¤³¤ì¤â¥é¥¸¥ª¤Ç¤¤¤±¤½¤¦¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (831,'a5acd26288','¿·¶ÊÄɲÃ!','¤Þ¤â¤Ê¤¯¥ê¥ê¡¼¥¹¤µ¤ì¤ëTha EASTSiDaz¤Î¿·É褫¤é¿ô¶Ê¥Ô¥Ã¥¯¥¢¥Ã¥×¤·¤Þ¤·¤¿¡£\r\n¾¤Ë¤â¤¤¤í¤¤¤í¤ÈÄɲá£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (834,'c2885697e4','¾Ð¡ª','FINGAZ¤¬¤¢¤¢¤¤¤¦º£É÷¤Î¶Ê¤òºî¤ë¤Ã¤Æ¤Î¤Ï°Õ³°¤Ç¤·¤¿¤è¤Í¡ª\r\n¤½¤ì¤Ç¤âº¬¤Ã¤³¤Ë¤Ï¤·¤Ã¤«¤êFUNK¤¬¤¢¤Ã¤ÆήÀФȻפ¤¤Þ¤¹¡£ :drunken:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (835,'b7d7a0dde5','Ìܻؤ»TalkBox¥Þ¥¹¥¿¡¼¡ª','[quote:b7d7a0dde5=\"g-stringz\"]FINGAZ¤¬¤¢¤¢¤¤¤¦º£É÷¤Î¶Ê¤òºî¤ë¤Ã¤Æ¤Î¤Ï°Õ³°¤Ç¤·¤¿¤è¤Í¡ª\r\n¤½¤ì¤Ç¤âº¬¤Ã¤³¤Ë¤Ï¤·¤Ã¤«¤êFUNK¤¬¤¢¤Ã¤ÆήÀФȻפ¤¤Þ¤¹¡£ :drunken:[/quote:b7d7a0dde5]\r\n\r\n¤½¤¦¤Ê¤ó¤Ç¤¹¤è¤Í¡¼\r\nºÇ¶á¤ÎFingazz¤Ïº£É÷¤Î¤â¤Î¤âºî¤Ã¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡£\r\n»ä¤âFUNK´¶¤ò´¶¤¸¤Þ¤¹¤Í¡£\r\n¤Ç¤â¡¢¤ä¤Ã¤Ñ¤êTalkBox¤ò¥Ð¥ê¥Ð¥ê»È¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¤±¤É¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (838,'d2b08e4001','shyone','狼shyone¤Î¥¢¥ë¥Ð¥àget¤µ¤ì¤¿Êýµï¤Þ¤¹¤«3-6¤è¤ê¥É¥í¥É¥í¤Î¥Û¥é¡¼·Ï¤Ç¤¹¡£ºÇ¶á2nd¤¬¥ê¥ê¡¼¥¹¤µ¤ì¤Þ¤·¤¿¤¬¡¢1st¤¬²¿½è¤òõ¤·¤Æ¤â¸«¤Ä¤«¤ê¤Þ¤»¤ó ¡£1stÇ㤨¤ë½ê¤¬Í­¤Ã¤¿¤é¶µ¤¨¤Æ²¼¤µ¤¤¡£¤Á¤Ê¤ß¤Ëshyone¤Ïh-town¤Î¿Í¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (839,'3b02724327','¥¢¥Ð¥¿¡¼¤É¤¦¤Ç¤¹¡©','[quote:3b02724327=\"g-stringz\"]TONY SMALLZ¤Î¥×¥í¥À¥¯¥·¥ç¥ó¤ò郎ôÅö¤·¤Æ¤ë¤«¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª\r\nVeterans Day¤ÏCHILL¤¬¤ä¤Ã¤Æ¤ë¤é¤·¤¤¤Î¤Ç¡¢Ç㤤·èÄꤷ¤Æ¤ë¤ó¤Ç¤¹¤¬\r\n¤³¤ì¤Ï̤äƤޤ¹¡£ :?\r\n[/quote:3b02724327]\r\n\r\n¤Á¤ç¤¦¤ÉWeb¤Î¥ê¥Ë¥å¤Ë¤¢¤ï¤»¤Æ¥ì¥Ó¥å¡¼¤·¤«¤±¤Æ¤¤¤¿¤È¤³¤Ç¤¹¡£\r\n¥¯¥ì¥¸¥Ã¥È¤Ë¤è¤ë¤ÈBlak Czer, Quincy Miller£ò¤È½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¤è¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (840,'dc02a4ccfe','Ž²ŽÍŽÞŽÝŽÄ¹ðÃΤµ¤»¤Æ¤¯¤À¤µ¤¤¢ö','RIDE WITH PAPER\r\n9/22(WED)\r\n@´ôÉìB¡Çs Cafe\r\n\r\n-GUEST-\r\nLBC-G\r\n(from Gangsta Sh*t!)\r\n\r\n-DJ¡Çs-\r\nCHACHI\r\nLOAK\r\nMAC DADDY\r\nPOPO\r\nFILTHY-ZIE\r\nGoldrinG\r\n\r\n-MC¡Çs-\r\nKRAYZIE\r\nW.S.D.\r\nG-FW\r\nGALVANIZE\r\nSUGA WET RUM\r\n\r\n´ôÉì¤Ç¡ÚÀºÎÏŪ¡Û¤Ë³èÆ°¤¹¤ëRide With Paper¤ÎŽ²ŽÍŽÞŽÝŽÄ¤ËŽ¹ŽÞŽ½ŽÄ¤È¤·¤ÆµÞб餹¤ë¤³¤È¤¬·è¤Þ¤ê¤Þ¤·¤¿¡ª\r\nÍâÆü¤Ï½ËÆü¤Ê¤Î¤Ç¤ß¤Ê¤µ¤ó¤¼¤ÒÍ·¤Ó¤ËÍè¤Æ¤¯¤À¤µ¤¤¢öÂçºåNo.1¤Î¤¢¤ÎDJ¤â°ì½ï¤ËÍè¤ë¤«¤â¡Ä¡ù×Ä\r\n¤ªÌ䤤¹ç¤ï¤»¤ÏRIDE WITH PAPER¢­\r\nhttp://ip.tosp.co.jp/i.asp?i=ridewpaper\r\n\r\n\r\n£ÒEAL £ÃALIFAS\r\n9/18(SAT)\r\n@»°¥ÎµÜ£ÇEMINI\r\n\r\n-£ÓPECIAL GUEST-\r\nɱϩ£ÌOW £ÂLOW\r\n£ÄJ £ÎACHO¡¾£ÃHEESE\r\n(from Osaka)\r\n£ÄJ £ÃOKE \r\n(from Blue Berry Records)\r\n\r\n-£ÐICK £ÕP-\r\n£ÄJ £ÔRASH ¡¿ £ÄŽ°ON\r\n£Ä£Ê¡Ç£ó\r\n£Ä£Ï£Ð£Å¡¿£Ò£Ï£Î£É£Å£Å\r\n£ÇŽ°£Ò£É£Ä£Å FROMÉñÄá\r\n\r\n-£Í£Ã¡Ç£ó-\r\n£Ã£É£Ð£È£Á £Ê£Ä\r\n\r\n-£Ä£Á£Î£Ã£Å£Ò-\r\nɷƸ \r\n(from SPICA)\r\n\r\n-£Ô£Ï£Ô£Á£Ì £Í£Ã-\r\n£Ò £Ô£È£Å £Ë£É£Ä\r\n\r\n¿À¸Í¤ÎGŽ×Ž¯ŽÌŽßŽ¼Ž°ŽÝ¤òΩ¤Á¾å¤²¤è¤¦¤È¤¬¤ó¤Ð¤Ã¤Æ¤¤¤ëREAL CALIFAS¤ÎÌÌ¡¹¤¬GŽ²ŽÍŽÞŽÝŽÄ¤ò³«ºÅ¢öŽ¹ŽÞŽ½ŽÄ¤Ë¶á¡¹MIX CD¤òŽØŽØŽ°Ž½¤¹¤ë²æ¤é¤¬ÂçºåDJ NACHO-CHEESE¡¢µþÅÔ¤«¤é¤ÏDJ COKE¤¬»²²Ã¡ª\r\n¤â¤Á¤í¤ó¼«Ê¬¤â±þ±ç¤Ë¹Ô¤¯Í½Äê¤Çϲ®°¥½¥¼«°Ö¤ÎDJÀªDJ HAGANE¡¢Ty\'LUV\'Hunter¡¢Playya-1000nari¡¢Tha Antler¤â¹Ô¤­¤Þ¤¹¡ª¤ß¤ó¤Ê¤Ç´ØÀ¾¤òÀ¹¤ê¾å¤²¤Þ¤·¤ç¤¦¡ù×Ä\r\n\r\n¤ªÌ䤤¹ç¤ï¤»¤Ï¢­\r\nhttp://ip.tosp.co.jp/i.asp?i=lachola'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (841,'3d37e87f71','','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\nBlak Czer, Quincy Miller£ò¤Ç¤¹¤«¡¢¤Õ¤¿¤ê¤È¤âÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡¦¡¦¡¦\r\n¥ê¥Ó¥å¡¼»²¹Í¤Ë¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹ :)\r\n\r\navatar¤â¤Ç¤­¤Þ¤·¤¿ :signthanks:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (842,'0a70a0df8d','','shy one¤Ã¤Æ·Ú¤¯»îÄ°¤·¤¿¤³¤È¤¢¤ë¤°¤é¤¤¤Ç¤è¤¯ÃΤé¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\nËܿͤΥµ¥¤¥È¤¬¤¢¤ê¤Þ¤·¤¿¤è¡ª\r\n\r\nhttp://www.mysticprophet.net/\r\n\r\n¥Ú¥¤¥Ñ¥ë¤Î¥¢¥«¥¦¥ó¥È¤¬¤¢¤ì¤ÐÇ㤨¤ë¤È¤ª¤â¤¤¤Þ¤¹¤±¤É\r\nÁ÷ÎÁÅù³Îǧ¤·¤Æ¤ª¤¤¤¿Êý¤¬Îɤµ¤½¤¦¤Ç¤¹¤Í :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (843,'c869447f9c','¡ÈSECTION £¸¡É¡¡£¹·î£²£µÆü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°','¡ÈSECTION £¸¡É\r\n\r\n¡ù£¹·î£²£µÆü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°\r\n¡ùΩÀî¡È£Ì£É£Î£Ë¡É¡¡¡ï£±£µ£°£°/£±£Ä\r\n\r\n¡ùFEATURRING\r\n DJ SHUHO¡¡¡£¡¡DJ JIMMEY-G\r\n\r\n¡¡SWINGJAM FAMILY. LIL YEN&DJ-S.\r\n¡¡NARI¡¢ASHURA¡¢IZAZI¡¢HIDE¡¢\r\n\r\n¢¨¡ÈSECTION £¸¡É¤ÏËè·îºÇ½ªÅÚÍËÆü¤Ë³«ºÅÃפ·¤Þ¤¹¡£\r\n¡¡¡¡\r\n¢¨WEST COAST¤òÃæ¿´¤È¤·¤¿¥á¥¸¥ã¡¼Êª¤«¤é¥Þ¥¤¥Ê¡¼Êª¤Þ¤Çή¤ì¤ëPARTY¤Ç¤¹¡¢¹¥¤­¤Ê¿Í¤ä¶½Ì£¤Î¤¢¤ëÊý¤Ï¡¢À§È󡢤Ҥ¿¤ê¤ËÍè¤Æ²¼¤µ¤¤¡£ \r\n\r\n¤ªÌ䤤¹ç¤ï¤»¡§LINK 042-526-0950 \r\nSWINGJAM 042-530-0506'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (844,'67e843f30a','','Only A Few Hours Left'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (846,'1263d8fb32','Re: £×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¡ª¡ª¡ª','[quote:1263d8fb32=\"³¤ÂÝ\"]狼ºòÆü¤Î¶å·î½½È¬Æü¤Î£×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¤Ë¹Ô¤Ã¤¿¿Í¤¤¤Þ¤¹¤«¡©\r\n¼«Ê¬¤ÏÀ¸£Æ£Ï£Ó£Å£Í¤ÎÀ¸£×£Ï£Ò£Ì£Ä¡¡£×£É£Ä£Å¤Ë¤«¤Ê¤ê¤ä¤é¤ì¤Þ¤·¤¿ :angel12:[/quote:1263d8fb32]\r\n\r\n¤Ê¤ó¤È¤â¡¢ÆüËܤËÍè¤Æ¤ë¤³¤È¼«ÂÎÃΤê¤Þ¤»¤ó¤Ç¤·¤¿Ž¥Ž¥Ž¥ ::oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (847,'91b37e0cca','Re: £×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¡ª¡ª¡ª','[quote:91b37e0cca=\"G-HOUSE03\"]\r\n¤Ê¤ó¤È¤â¡¢ÆüËܤËÍè¤Æ¤ë¤³¤È¼«ÂÎÃΤê¤Þ¤»¤ó¤Ç¤·¤¿Ž¥Ž¥Ž¥ ::oops:[/quote:91b37e0cca]\r\n¼«Ê¬¤â¥¹¥Ú¥·¥ã¥ë¥²¥¹¥È¤¬¤¤¤ë¤Î¤ÏÃΤäƤ¿¤ó¤Ç¤¹¤±¤É¡¢¤â¤·¤«¤·¤¿¤é£Æ£Ï£Ó£Å£Í¤«¤Ê¡Á¤Ã¤Æ»×¤Ã¤Æ¤¤¤Ã¤¿¤é¤Þ¤µ¤«¤Þ¤µ¤« :shocked!: \r\n¤Ç¤â¡¢¼«Ê¬¤Ï°ìÈÖÀ¹¤ê¾å¤¬¤Ã¤¿¤ó¤Ç¤¹¤±¤ÉÁ´ÂÎŪ¤Ë¤½¤ó¤ÊÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿¤Î¤¬ÉԻ׵ĤǤ·¤¿ :dontknow:\r\n¿Íµ¤¤Ê¤¤¤ó¤Ç¤¹¤«¤Í :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (848,'1710c38732','videos 4 Trade','[url=http://venteterrains.free.fr/GfonkLeerics\'s%20videos%20list-22_Sept.txt]MY VIDEOS LIST[/url]\r\n\r\ncontact me to: leerics@free.fr\r\n\r\n\r\npz'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (849,'d62e699482','Re: £×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¡ª¡ª¡ª','[quote:d62e699482=\"Anonymous\"]\r\n¤Ç¤â¡¢¼«Ê¬¤Ï°ìÈÖÀ¹¤ê¾å¤¬¤Ã¤¿¤ó¤Ç¤¹¤±¤ÉÁ´ÂÎŪ¤Ë¤½¤ó¤ÊÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿¤Î¤¬ÉԻ׵ĤǤ·¤¿ :dontknow:\r\n¿Íµ¤¤Ê¤¤¤ó¤Ç¤¹¤«¤Í :?:[/quote:d62e699482]\r\n¤¤¤ä¡¼¿Íµ¤¤Ï¤¢¤ë¤È»×¤¦¤ó¤Ç¤¹¤±¤É¡¦¡¦¡¦¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¡©\r\n»ä¤À¤Ã¤¿¤é¼º¿ÀÀ£Á°¤Ç¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (850,'d09452c395','The Remedy','The Remedy will be in japan real soon'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (851,'199272f10a','Foesum¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È¤Ç','[url]http://www.foesum.com/[/url]\r\n¤ÇYokohama¥Ä¥¢¡¼¤ä¤é¤½¤Î¾¤Î¥Ó¥Ç¥ª¤¬¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤¹¤Í¡£\r\n¤Þ¤À¸«¤Æ¤ëÅÓÃæ¤Ç¤¹¤¬¡¢¥Õ¥í¥¢¤ÎÀ¹¤ê¾å¤¬¤ê¤Ö¤ê¤¬¤è¤¯¤ï¤«¤é¤Ê¤¤¤Î¤¬»ÄÇ°¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (852,'5f235a36a8','Re: Foesum¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È¤Ç','[quote:5f235a36a8=\"G-HOUSE03\"][url]http://www.foesum.com/[/url]\r\n¤ÇYokohama¥Ä¥¢¡¼¤ä¤é¤½¤Î¾¤Î¥Ó¥Ç¥ª¤¬¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤¹¤Í¡£\r\n¤Þ¤À¸«¤Æ¤ëÅÓÃæ¤Ç¤¹¤¬¡¢¥Õ¥í¥¢¤ÎÀ¹¤ê¾å¤¬¤ê¤Ö¤ê¤¬¤è¤¯¤ï¤«¤é¤Ê¤¤¤Î¤¬»ÄÇ°¤Ç¤¹¡£[/quote:5f235a36a8]\r\n¥ï¥¶¥ï¥¶ÃúÇ«¤Ë¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks:\r\n¤È¤³¤í¤Ç±Ñ¸ì¤À¤«¤é¼«Ê¬¤¬¸«Íî¤È¤·¤Æ¤ë¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤±¤É¥µ¥¦¥ó¥É¥Á¥§¥Ã¥¯¤Î¤ä¤Ä¤·¤«¤Ê¤¯¤Ê¤¤¤Ã¤¹¤« :?: \r\n¤½¤¦¤¤¤¨¤Ð¡¢»×¤¤½Ð¤·¤¿¤ó¤Ç¤¹¤±¤É¥±¥¤¥¶¥Ö¥í¥¦¤µ¤ó¤¬ºÆÍèǯ¤¢¤¿¤ê¤Ë²£Éͥ쥲¥¨º×¤ß¤¿¤¤¤Ë£×£Å£Ó£Ôº×¤ò¤ä¤ê¤¿¤¤¤ß¤¿¤¤¤Ê»ö¤ò¸À¤Ã¤Æ¤Æ¡¢¤½¤ì¤òά¤·¤Æ¡Ö¥¦¥§¥Ã¥µ¥¤¡ª¡ª¡×¤Æ¹Ô¤Ã¤¿¤Î¤Ë¤Ï¤«¤Ê¤ê¼õ¤±¤Þ¤·¤¿¤è :rr:¤½¤¦¤ä¤Ã¤Æ¤É¤ó¤É¤ó¤³¤Î¥·¡¼¥ó¤¬À¹¤ê¾å¤¬¤Ã¤Æ¼ê¤ËÆþ¤ê¤º¤é¤¤¤Î¤¬ºÆȯ¤Ë¤Ê¤Ã¤¿¤ê¿·¤·¤¤¥¤¥¤¿·É褬¥¸¥ã¥ó¥¸¥ã¥ó½Ð¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¯¤ì¤ì¤Ð¤¤¤¤¤Ç¤¹¤è¤Í :thumbright:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (853,'8247a3809c','Re: Foesum¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È¤Ç','[quote:8247a3809c=\"³¤ÂÝ\"]¤È¤³¤í¤Ç±Ñ¸ì¤À¤«¤é¼«Ê¬¤¬¸«Íî¤È¤·¤Æ¤ë¤Î¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤±¤É¥µ¥¦¥ó¥É¥Á¥§¥Ã¥¯¤Î¤ä¤Ä¤·¤«¤Ê¤¯¤Ê¤¤¤Ã¤¹¤« :?: [/quote:8247a3809c]\r\n¤¢¤ê¤Þ¤¹¤è :) \r\n¥µ¥¦¥ó¥É¥Á¥§¥Ã¥¯¤Î²¼¤ËWindowsMedia¤Ã¤Æ¤¤¤¦¥Ó¥Ç¥ª¥«¥á¥é¤Î³¨¤Î¤È¤³¤í¤Ç¤¹¤è¡£\r\n\r\n\r\n[quote:8247a3809c=\"³¤ÂÝ\"]¤½¤¦¤ä¤Ã¤Æ¤É¤ó¤É¤ó¤³¤Î¥·¡¼¥ó¤¬À¹¤ê¾å¤¬¤Ã¤Æ¼ê¤ËÆþ¤ê¤º¤é¤¤¤Î¤¬ºÆȯ¤Ë¤Ê¤Ã¤¿¤ê¿·¤·¤¤¥¤¥¤¿·É褬¥¸¥ã¥ó¥¸¥ã¥ó½Ð¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¯¤ì¤ì¤Ð¤¤¤¤¤Ç¤¹¤è¤Í :thumbright:[/quote:8247a3809c]\r\n\r\n¤½¤¦¤Ç¤¹¤Í¡£\r\n¤â¤Ã¤È¤³¤Î¥·¡¼¥ó¤ÏÀ¹¤ê¾å¤¬¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¡£\r\n¤¿¤·¤«¤Ëº£¤âÀ¹¤ê¾å¤¬¤Ã¤Æ¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢°ì²áÀ­¤Î¤â¤Î¤¸¤ã¤Ê¤¯¤Æ¤·¤Ã¤«¤ê¤È¤·¤¿¤â¤Î¤È¤·¤Æ³ÎΩ¤µ¤ì¤ÆÍߤ·¤¤¤Ç¤¹¤è¤Í¡£\r\n\r\nºÆȯ¤âÀµµ¬¤Ç¤·¤Ã¤«¤ê½Ð¤Æ¤¯¤ì¤ë¤È´ò¤·¤¤¤Ç¤¹¤Í¡¼ \\:D/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (854,'acdbe6919a','GAME ÂÐ YUKMOUTH','½Ü¤ò²á¤®¤¿ÏÃÂê¤Ç¤¹¤ß¤Þ¤»¤ó¤¬¡¢\r\nYUKMOUTH¤ÎGAME DISS¥Ó¥Ç¥ª¤Þ¤À¸«¤Æ¤Ê¤¤Êý¤¬¤¤¤¿¤é¡¦¡¦¡¦\r\n\r\nwave.prohosting.com/gameova/gameova2(daphatspot.com).zip\r\n(WU¤Î¥µ¥¤¥È¤«¤é¤Î¥Ñ¥¯¥ê¤Ç¤¹ :hothot: ¡£)\r\n\r\nGAME¤¬¥é¥Ã¥×¥È¥Ã¥×¤òÊú¤¨¤Æ¤ë¤È¤³¤í¤È¡¢¥­¥Ã¥¯¥Ü¡¼¥É¤Çƨ¤²¤ë¤È¤³¤í¤Ë\r\n¾Ð¤¤¤Þ¤·¤¿ :) \r\n¥Ó¡¼¥È¤Ï¤ÎFABOLOUS¤Î\"Breathe\"¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (855,'8558e15fe7','','¤¹¤¤¤Þ¤»¤ó¡¢JADAKISS¤¸¤ã¤Ê¤¯¤ÆFABOLOUS¤Ç¤·¤¿¡£¡£\r\n\r\n¤¢¤ó¤Þ¤ê¶½Ì£¤¢¤ë¿Í¤¤¤Ê¤½¤¦¤Ç¤¹¤Í :| \r\n¤½¤¦¤¤¤¦Ëͤâ¤É¤Á¤é¤Î¥Õ¥¡¥ó¤Ç¤â¤Ê¤¤¤ó¤Ç¤¹¤¬¡¦¡¦¡¦\r\nGONZOE¤òµ×¡¹¤Ë¸«¤ì¤ÆÎɤ«¤Ã¤¿¤Ç¤¹ :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (856,'1da3cc6da4','Re: GAME ÂÐ YUKMOUTH','[quote:1da3cc6da4=\"g-stringz\"]½Ü¤ò²á¤®¤¿ÏÃÂê¤Ç¤¹¤ß¤Þ¤»¤ó¤¬¡¢\r\nYUKMOUTH¤ÎGAME DISS¥Ó¥Ç¥ª¤Þ¤À¸«¤Æ¤Ê¤¤Êý¤¬¤¤¤¿¤é¡¦¡¦¡¦\r\n[/quote:1da3cc6da4]\r\n\r\nËèÅÙËèÅÙ¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n»ä¤Ï¤Þ¤À¸«¤Æ¤Þ¤»¤ó¤Î¤Ç¤È¤ê¤¢¤¨¤ºD/L¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£ :signthanks: \r\n\r\n²¿µ¤¤ËYukmouth¤Ë¤âGame¤Ë¤â¤½¤ó¤Ê¤Ë´Ø¿´¤¬¤Ê¤¤Éôʬ¤¬¤¢¤Ã¤Æ¤³¤Î¥Í¥¿¤ÏÊüÃÖ¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿ :drunken:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (857,'707e2f0265','Golgo night¤Ë¤Æ','»Ï¤á¤Þ¤·¤ÆT¡ÝSta¤Ç¤¹¡£DS¤ÎŽØŽØŽÊŽß¤ÎŽ±ŽÌŽÀŽ°ŽÊŽßŽ°ŽØŽ°¤ÎGOLGO¤ÇŽ¼Ž°Ž¸ŽÚŽ¯ŽÄ¤Ç\r\n\r\nŽÌŽ«Ž°Ž»ŽÑŽ×Ž²ŽÌŽÞ¤¢¤ê¤Þ¤·¤¿¡£ËÍŪ¤Ë¤Ï¤«¤Ê¤ê¶½Ê³¤·¤Þ¤·¤¿¤Í¡£°ì½ï¤Ë¼Ì¿¿¤Þ¤Ç\r\n\r\n»£¤Ã¤Æ¤â¤é¤Ã¤Æ¡¢ŽÐŽ°ŽÊŽ°¤Ç¤¹¡£¤¢¤Þ¤ê¤ß¤ó¤ÊÃΤé¤Ê¤¤¤ó¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¡©\r\n\r\nGolgo¤Ç¤â¤¢¤Þ¤êÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿Íͤʵ¤¤¬¤·¤Þ¤¹ :|'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (858,'e0c75a14c1','','TONY SMALLZ¤ÎÊý¤Ï¸«Á÷¤ê¤Þ¤·¤¿¤¬ :oops: \r\nVeterans DayÇ㤤¤Þ¤·¤¿¡£\r\n¥á¥í¥¦¤Ê¶Ê¤Ë´üÂÔ¤·¤Ê¤±¤ì¤Ð¡¢ÀäÂÐÇ㤦²ÁÃͤ¢¤ê¤Þ¤¹¡ª\r\nÆâÍÆ¡ý¤Ç¤¹¡£º£¤Îµ¨Àá¤Ë¤â¤Ô¤Ã¤¿¤ê¤À¤È»×¤¤¤Þ¤¹¤Î¤Ç¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (859,'d014ceb053','','¤É¤Á¤é¤â¥Ç¥ê¥Ð¥ê¡¼¤Ë¥¦¥¨¥¹¥È¤é¤·¤µ¤¬¤Û¤Ü¤Ê¤¤¤Ç¤¹¤«¤é¤Í¡¦¡¦¡¦\r\nGAME¤Î¿·¶Ê¤Ï»îÄ°¤·¤Æ¤ß¤Þ¤·¤¿¤¬¡¢DREÊѤï¤Ã¤Æ¤Ê¤¤¤Ê¡¼¤È¤¤¤¦´¶ÁۤǤ¹¡£\r\nHigher¤Ã¤Æ¤ä¤Ä¤Ï»Í¤ÄÂǤÁ¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¤±¤É¡£¡£KNOC-TURNAL-Bad Intensios¤È¤«¤Î\r\nÊý¤¬³Ê¹¥¤¤¤¤¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (922,'4d28d5aad0','TRAE Ft. Z-RO & SHYNA - Let Me Live','NEW¥Ó¥Ç¥ª¤Ç¤¹¡£\r\nGM¥Õ¥¡¥ó¡¢SUC¥Õ¥¡¥ó(ºÇ¸å¤ËHAWK¤¬½Ð¤Æ¤­¤Þ¤¹)ɬ¸«¡ª\r\nhttp://www.guerillamaab.com/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (921,'0a0b2d7800','','ǯÎ𤬤狼¤é¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢\r\n¤ª¤½¤é¤¯30¤ÏĶ¤¨¤Æ¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È»×¤¤¤Þ¤¹¡£\r\n¥Á¥«¡¼¥Î°Ê³°¤Î¥µ¥ó¥Ç¥£¥¨¥´¤Î¥é¥Ã¥Ñ¡¼¤Ã¤Æ2000ǯ¤°¤é¤¤¤«¤éɽ¤Ë\r\n½Ð»Ï¤á¤¿¤Î¤Ç¼ã¤¤¤è¤¦¤Ë»×¤ï¤ì¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤±¤É\r\n¤ß¤ó¤Ê·ë¹½OG¤È¤¤¤Ã¤ÆÎɤ¤Ç¯Îð¤Ç¤¹¡£\r\n\r\n¤½¤Î¾¡¢¾Ü¤·¤¤¤³¤È¤Ï¥¤¥ó¥¿¥ô¥å¡¼¤ò¸«¤Æ¤¤¤¿¤À¤±¤ë¤ÈÁᤤ¤È»×¤¤¤Þ¤¹¡£\r\n[url=http://www.dubcnn.com/interviews/ecayuno/]dubcnn[/url]\r\n[url=http://westsiderap.com/interviews-ecayuno.htm]westsiderap[/url]\r\n¼Ö°Ø»ÒÀ¸³è¤Ë¤Ê¤Ã¤¿Íýͳ¤Ê¤É¤â½ñ¤«¤ì¤Æ¤ª¤ê¤Þ¤¹¤Î¤ÇŽ¥Ž¥Ž¥\r\nËÜÅö¤Ë¥®¥ê¥®¥ê¤Î¤È¤³¤í¤òÀ¸¤­¤Æ¤­¤¿¤è¤¦¤Ç¤¹¤Í¡£\r\n\r\n¤È¤³¤í¤Ç¡¢G-HOUSE¤µ¤ó¤Î¥é¥¸¥ª¤ÇÁª¶Ê¤µ¤ì¤Æ¤¤¤¿¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢\r\nBATTLECAT´Ø·¸¤Î¥µ¥¦¥¹¡¦¥»¥ó¥È¥é¥ë¤Î¥é¥Ã¥Ñ¡¼¡¢KING LOU¤¬\r\n·â¤¿¤ì¤ÆË´¤¯¤Ê¤Ã¤¿ÌÏÍͤǤ¹¡£Ž¥Ž¥Ž¥¥ì¥¹¥È¥¤¥ó¥Ô¡¼¥¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (862,'318b87e0b2','¥¤¥Ù¥ó¥ÈÅù¤Î¹ðÃΤˤĤ¤¤Æ','¥¤¥Ù¥ó¥ÈÅù¤Î¹ðÃΤÏEVENT¹ðÃÎÀìÍÑ¥Õ¥©¡¼¥é¥à¤¬¤¢¤ê¤Þ¤¹¤Î¤Ç¤½¤Á¤é¤Ë¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (863,'aa6aef0964','DJ SKRATCH "THE REMEDY" IS NOW AVAILABLE','Hey just to let you know, DJ Skratch\'s new album \"THE REMEDY\" is now available at http://www.djskratch.net you can also check out a few snippets there. You can only get this album on the internet at this time. \r\n \r\n1. Misson 2 Ride Feat: Tre\'sjur & Flint \r\n2. I Can\'t Wait (2 see your face) Feat: Tyler Paris \r\n3. That\'s My Baby Mama Feat: Tres\'Pazz \r\n4. High Speed Chase Feat: Squeak Ru & Ms. Toi \r\n5. Hands On Feat: 2nd II None, Squeak Ru, & Kam \r\n6. No Where 2 Hide Feat: Boo Kapone & Young Byrd \r\n7. Put It On Da Glass Feat: Oreo \r\n8. Hattin Feat: Tawana Smith \r\n9. So Live Feat: Black Azz KK of 2nd II None \r\n10. School Girl Chicks Feat: Tyler Paris \r\n11. Pussy Manipulator (Remix) Feat: Jamon, Tre\'sjur & Caladon \r\n12. What U Wont Feat: Ms. Toi & Cl\'she\' \r\n13. 2 Min Man (Part 2) \r\n14. 2 Hard (2 Forget U) Feat: Archie Howard \r\n15. Striptess Feat: Jamon, Caladon & Juneyski \r\n16. Sunny California Feat: Tyler Paris, Shorty of the Lench Mobb & Ellegal \r\n17. OUTTRO (THE REMEDY)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (864,'8663a75b8e','Re: Golgo night¤Ë¤Æ','[quote:8663a75b8e=\"T-sta\"]»Ï¤á¤Þ¤·¤ÆT¡ÝSta¤Ç¤¹¡£DS¤ÎŽØŽØŽÊŽß¤ÎŽ±ŽÌŽÀŽ°ŽÊŽßŽ°ŽØŽ°¤ÎGOLGO¤ÇŽ¼Ž°Ž¸ŽÚŽ¯ŽÄ¤Ç\r\n\r\nŽÌŽ«Ž°Ž»ŽÑŽ×Ž²ŽÌŽÞ¤¢¤ê¤Þ¤·¤¿¡£ËÍŪ¤Ë¤Ï¤«¤Ê¤ê¶½Ê³¤·¤Þ¤·¤¿¤Í¡£°ì½ï¤Ë¼Ì¿¿¤Þ¤Ç\r\n\r\n»£¤Ã¤Æ¤â¤é¤Ã¤Æ¡¢ŽÐŽ°ŽÊŽ°¤Ç¤¹¡£¤¢¤Þ¤ê¤ß¤ó¤ÊÃΤé¤Ê¤¤¤ó¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¡©\r\n\r\nGolgo¤Ç¤â¤¢¤Þ¤êÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿Íͤʵ¤¤¬¤·¤Þ¤¹ :|[/quote:8663a75b8e]\r\n¤½¤Á¤é¤Ç¤âÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿´¶ :shock: ¤ä¤Ã¤Ñ³§ÃΤé¤Ê¤¤¤Î¤«¤È»×¤Ã¤Á¤ã¤¤¤Þ¤¹¤è¤Í :| \r\n¤Ç¤â¡¢¥Õ¥©¡¼¥µ¥à¤Ç¤¹¤·¤½¤ì¤Ï¤Ê¤¤µ¤¤â¤·¤Þ¤¹¤· :explosivesmile:\r\n¤È¤³¤í¤Ç¡¢¥¢¥Õ¥¿¡¼¥Ñ¡¼¥Æ¥£¤Î¤Û¤¦¤Ï¤É¤ó¤Ê´¶¤¸¤À¤Ã¤¿¤Ç¤¹¤« :?: \r\n [quote:8663a75b8e=\"G-HOUSE03\"]\r\n¤â¤Ã¤È¤³¤Î¥·¡¼¥ó¤ÏÀ¹¤ê¾å¤¬¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¡£\r\n¤¿¤·¤«¤Ëº£¤âÀ¹¤ê¾å¤¬¤Ã¤Æ¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢°ì²áÀ­¤Î¤â¤Î¤¸¤ã¤Ê¤¯¤Æ¤·¤Ã¤«¤ê¤È¤·¤¿¤â¤Î¤È¤·¤Æ³ÎΩ¤µ¤ì¤ÆÍߤ·¤¤¤Ç¤¹¤è¤Í¡£\r\n\r\nºÆȯ¤âÀµµ¬¤Ç¤·¤Ã¤«¤ê½Ð¤Æ¤¯¤ì¤ë¤È´ò¤·¤¤¤Ç¤¹¤Í¡¼ \\:D/[/quote:8663a75b8e]\r\nG-HOUSE03¤µ¤ó¤Þ¤Á¤¬¤¤¤Ê¤¤¤Ç¤¹ :thumbright:¤½¤Î¤¿¤á¤Ë¤â¤³¤ì¤«¤é¤â¥¬¥ó¥¬¥óÀ¹¤ê¾å¤²¤Æ¤Ã¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤â²¿¤é¤«¤Î¤«¤¿¤Á¤Ç¹×¸¥¤·¤Æ¤¤¤­¤¿¤¤¤È»×¤Ã¤Æ¤Þ¤¹¤Þ¤¹ :grouphuuug:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (865,'e668119dd7','¹ðÃΤª´ê¤¤¤·¤Þ¤¹¡£','http://blog.goo.ne.jp/asignrecords/'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (866,'f24f5ea596','Re: Golgo night¤Ë¤Æ','[quote:f24f5ea596=\"T-sta\"]»Ï¤á¤Þ¤·¤ÆT¡ÝSta¤Ç¤¹¡£DS¤ÎŽØŽØŽÊŽß¤ÎŽ±ŽÌŽÀŽ°ŽÊŽßŽ°ŽØŽ°¤ÎGOLGO¤ÇŽ¼Ž°Ž¸ŽÚŽ¯ŽÄ¤Ç\r\n\r\nŽÌŽ«Ž°Ž»ŽÑŽ×Ž²ŽÌŽÞ¤¢¤ê¤Þ¤·¤¿¡£ËÍŪ¤Ë¤Ï¤«¤Ê¤ê¶½Ê³¤·¤Þ¤·¤¿¤Í¡£°ì½ï¤Ë¼Ì¿¿¤Þ¤Ç\r\n\r\n»£¤Ã¤Æ¤â¤é¤Ã¤Æ¡¢ŽÐŽ°ŽÊŽ°¤Ç¤¹¡£¤¢¤Þ¤ê¤ß¤ó¤ÊÃΤé¤Ê¤¤¤ó¤Ç¤Ï¤Ê¤¤¤ó¤Ç¤¹¤«¤Í¡©\r\n\r\nGolgo¤Ç¤â¤¢¤Þ¤êÀ¹¤ê¾å¤¬¤Ã¤Æ¤Ê¤«¤Ã¤¿Íͤʵ¤¤¬¤·¤Þ¤¹ :|[/quote:f24f5ea596]\r\n\r\nT-sat¤µ¤ó¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¡£\r\n¤½¤¦¤Ê¤ó¤Ç¤¹¤«¡¦¡¦¡¦¤ß¤ó¤ÊÃΤé¤Ê¤¤¤ó¤Ç¤·¤ç¤¦¤Í¡£\r\nFOESUM¤âÆüËܤǤϿ͵¤¤¬·ë¹½¤¢¤ê¤Þ¤¹¤¬¡¢¥¹¥Æ¥¤¥Ä¤Î¿Í¤Ë¤­¤¤¤ÆÃΤäƤë¿Í¤Ï°ì¿Í¤â¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡Ê¤ï¤¿¤·¤¬Ê¹¤¤¤¿¸Â¤ê¤Ç¤Ï¡Ë\r\n¶Ê¤Ï¤·¤Ã¤Æ¤ë¤±¤É´é¤Ï¤ï¤«¤é¤Ê¤¤¤È¤¤¤Ã¤¿¤È¤³¤í¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n[quote:f24f5ea596]G-HOUSE03¤µ¤ó¤Þ¤Á¤¬¤¤¤Ê¤¤¤Ç¤¹ :thumbright:¤½¤Î¤¿¤á¤Ë¤â¤³¤ì¤«¤é¤â¥¬¥ó¥¬¥óÀ¹¤ê¾å¤²¤Æ¤Ã¤Æ¤¯¤À¤µ¤¤¡£¼«Ê¬¤â²¿¤é¤«¤Î¤«¤¿¤Á¤Ç¹×¸¥¤·¤Æ¤¤¤­¤¿¤¤¤È»×¤Ã¤Æ¤Þ¤¹¤Þ¤¹ :grouphuuug:[/quote:f24f5ea596]\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n»ä¤â¡¢ËÜÅö¤Ë¹¥¤­¤Ê¤Î¤Ç³¤±¤é¤ì¤Æ¤Þ¤¹¡£\r\n¤½¤¦¤¤¤¦¿Í¤¿¤Á¤¬¤â¤Ã¤ÈÁý¤¨¤Æ¤¯¤ì¤ë¤È¤¦¤ì¤·¤¤¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (867,'dbdf668d8b','DRE','[quote:dbdf668d8b=\"g-stringz\"]\r\nGAME¤Î¿·¶Ê¤Ï»îÄ°¤·¤Æ¤ß¤Þ¤·¤¿¤¬¡¢DREÊѤï¤Ã¤Æ¤Ê¤¤¤Ê¡¼¤È¤¤¤¦´¶ÁۤǤ¹¡£\r\nHigher¤Ã¤Æ¤ä¤Ä¤Ï»Í¤ÄÂǤÁ¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¤±¤É¡£¡£KNOC-TURNAL-Bad Intensios¤È¤«¤Î\r\nÊý¤¬³Ê¹¥¤¤¤¤¤È»×¤¤¤Þ¤¹¡£[/quote:dbdf668d8b]\r\n\r\nWESTSIDE STORY¤·¤«Ê¹¤¤¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢DREÀá¤Ç¤¹¤è¤Í¡£\r\n2001¤°¤é¤¤¤«¤é¤ÎDRE¤Î²»¤Ç¤¹¡£\r\n¤±¤Ã¤³¤¦Ê¹¤¤¤Æ¤ë¤È¤Ï¤Þ¤Ã¤Æ¤­¤Þ¤¹ :oops: \r\nHigher¤Þ¤À¤­¤¤¤Æ¤Ê¤¤¤ó¤Ç³¤³°¥µ¥¤¥È¤Ë¹Ô¤Ã¤Æʹ¤¤¤Æ¤­¤Þ¤¹!\r\n\r\nBad Intensions¤Ï¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤è¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (868,'48aace1a2a','¤Þ¤À','[quote:48aace1a2a=\"g-stringz\"]TONY SMALLZ¤ÎÊý¤Ï¸«Á÷¤ê¤Þ¤·¤¿¤¬ :oops: \r\nVeterans DayÇ㤤¤Þ¤·¤¿¡£\r\n¥á¥í¥¦¤Ê¶Ê¤Ë´üÂÔ¤·¤Ê¤±¤ì¤Ð¡¢ÀäÂÐÇ㤦²ÁÃͤ¢¤ê¤Þ¤¹¡ª\r\nÆâÍÆ¡ý¤Ç¤¹¡£º£¤Îµ¨Àá¤Ë¤â¤Ô¤Ã¤¿¤ê¤À¤È»×¤¤¤Þ¤¹¤Î¤Ç¡¦¡¦¡¦[/quote:48aace1a2a]\r\n¤È¤É¤«¤Ê¤¤¤ó¤Ç¤¹¤è¡Á\r\nEIHT¤Î·ã½Â¥Õ¥í¥¦¤¿¤Î¤·¤ß¤Ç¤¹¡£\r\nEIHT¤Ä¤Ê¤¬¤ê¤Ç¿·¥³¡¼¥Ê¡¼¡ÖOya¡ÝG¡×¤â¥¢¥Ã¥×¤·¤Þ¤·¤¿¤ó¤Ç¸«¤Æ¤¯¤À¤µ¤¤¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (869,'455e18c493','HY-8-PE','ÇÒ¸«¤·¤Þ¤·¤¿¡ª¤¿¤·¤«¤Ë250±ß¥³¡¼¥Ê¡¼¤Ç¤è¤¯¸«¤«¤±¤Þ¤¹¤¬¡¢¤¢¤ì¤Ï̾ÈפǤ¹¤Í¡ª\r\n\"All For The Money\"ºÇ¹â¤Ç¤¹¡£º£¤Î¥Æ¥£¡¼¥ó¥¨¥¤¥¸¥ã¡¼¤Î¿Í¤Ë¤Ï\r\nSIDE 2 SIDE¤ÈNUMSKULL¤Î¤ä¤Ä¤¯¤é¤¤¥Ó¡¼¥È¤ËÎسԤ¬¤¢¤Ã¤¿Êý¤¬¤¤¤¤¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢\r\n¼ÂºÝAll For The Money¤Ë¤ÏÅþÄ줫¤Ê¤ï¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£¥Ó¥Ç¥ª¤â¤¤¤¤¤Ç¤¹¤è¤Í :leftfighter5: \r\nDJ SLIP¤Ë¤Ï¤Þ¤¿¥°¥Ã¤È°¥½¥Å٤ι⤤¶Ê¤òºî¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤Ç¤¹¡£\r\n¥µ¥ó¥×¥ê¥ó¥°¥¯¥ê¥¢¥é¥ó¥¹¤ÎÌäÂê¤Ç¡¢¤Ç¤­¤Ê¤¤¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤±¤ÉŽ¥Ž¥Ž¥¡£\r\n\r\n¤È¤³¤í¤Ç¡¢¤¢¤Îµ­»ö¤ò½ñ¤¤¤Æ¤ë¤Î¤ÏBad Azz¤µ¤ó¤Ç¤¹¤«¡¦¡¦??\r\n²£ÉͤǤϤä¤Ï¤êÅö»þ¤«¤éEIHT¤äÀ¾³¤´ß¥é¥Ã¥×¤Î¥Õ¥¡¥ó¥Ù¡¼¥¹¤¬Â礭¤«¤Ã¤¿¤è¤¦¤Ç¤¹¤Í :o \r\nËͤ¬¥Ò¥Ã¥×¥Û¥Ã¥×¤òÄ°¤­¤Ï¤¸¤á¤¿¤Î¤Ï¡¢¤³¤Î¥¢¥ë¥Ð¥à¤¬½Ð¤Æ¤«¤é1ǯ¸å¤¯¤é¤¤¤Ç¤·¤¿¤¬¡¢\r\nÅìµþ¤ÇEIHT¤òÄ°¤¤¤Æ¤¿¿Í¤ÏÌÀ¤é¤«¤Ë¾¯¿ôÇɤÀ¤Ã¤¿¤È»×¤¤¤Þ¤¹(Ãæ³ØÀ¸ÌÜÀþ¤Ç¤¹¤±¤É)¡£\r\n»¨»ï¤ÇMACCHO¤¬Á¦¤á¤Æ¤¿¡ØIt\'s a Compton Thang¡Ù¤ò¥ß¡¼¥Ï¡¼¿´¤ÇÄ°¤¤¤Æ¤ß¤¿¤â¤Î¤Î¡¢\r\n¹¥¤­¤Ë¤Ê¤ì¤º¤½¤ì¤Ã¤­¤ê¤Ã¤Æ¤«¤ó¤¸¤Ç¤·¤¿ :crackup:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (870,'65a902c71b','A Couple Of Rare CD\'s On eBay','[url=http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewListedItems&include=0&since=-1&rdir=0&rows=50&userid=parannoid]Click Here[/url]\r\n\r\nMore To Come'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (871,'e1edfded47','¥ì¥¹ÃÙ¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£','¤¹¤ß¤Þ¤»¤ó¡£ÆüËܤˤª¤È¤È¤¤µ¢¤Ã¤Æ¤­¤¿¤â¤Î¤Ç :oops: \r\nÁ᮸«¤Æ¤¤¤¿¤À¤¤¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n[b:e1edfded47]¼Â¤Ï¡¢[/b:e1edfded47]»ä¤Ï̤ݤǤ·¤¿ ::oops: \r\n¤Ê¤Î¤ÇÁ᮹ØÆþ¤·¤Æʹ¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¤ä¤Ã¤Ñ¤êEIHT¤ÏEIHT¤Ç¤¹¤Í¡Á :2gunfire: \r\n\r\n[quote:e1edfded47=\"g-stringz\"]¤È¤³¤í¤Ç¡¢¤¢¤Îµ­»ö¤ò½ñ¤¤¤Æ¤ë¤Î¤ÏBad Azz¤µ¤ó¤Ç¤¹¤«¡¦¡¦??\r\n[/quote:e1edfded47]\r\nMr. BadAzz¤Ç¤Ï¤Ê¤¤¤Ç¤¹¢ö\r\nÊ̤οͤʤó¤Ç¤¹¡£\r\n\r\n¤è¤«¤Ã¤¿¤ég-stringz¤µ¤ó¤â²¿¤«½ñ¤¤¤Æ¤¯¤À¤µ¤¤¢ö :thumbright: \r\n¾¤Î¤ß¤Ê¤µ¤ó¤«¤é¤âÊ罸¤·¤Æ¤ª¤ê¤Þ¤¹¤Î¤Ç¤ªµ¤·Ú¤Ë¥á¡¼¥ë¤Ê¤êPM¤Ê¤ê¤Ç¤´Ï¢Íí¤¯¤À¤µ¤¤¡£\r\n\r\n²¿µ¤¤ËEIHT¤Ã¤ÆÆü¤ÎÌܤòÍá¤Ó¤­¤Ã¤Æ¤Ê¤¤¤è¤¦¤Ê¤­¤¬¤¹¤ë¤ó¤Ç¤¹¤è¤Í¡£\r\n¤ß¤ó¤ÊÃΤäƤ뤱¤É¡¢¤¢¤Þ¤êÃΤé¤Ê¤¤¤ß¤¿¤¤¤Ê :lol:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (872,'030b7af668','CALI¡¡BOYZ','Big Hollis¤¬¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ë¤Î¤Ï¤ï¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¾ðÊ󤬤ʤ¤¤Î¤Ç¤Ê¤Ë¤«¤³¤Î¥°¥ë¡¼¥×¤Ë¤Ä¤¤¤Æ¤ï¤«¤ëÊý¤¤¤¿¤é¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (873,'8bfbdd14e5','Re: ¥ì¥¹ÃÙ¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£','[quote:8bfbdd14e5=\"G-HOUSE03\"]¤¹¤ß¤Þ¤»¤ó¡£ÆüËܤˤª¤È¤È¤¤µ¢¤Ã¤Æ¤­¤¿¤â¤Î¤Ç :oops: \r\n[/quote:8bfbdd14e5]\r\n :shock: Ï¢µÙ¤Ï³¤³°¤Ç¤¹¤«¡ªÁ¢¤Þ¤·¤¤¡¼¡Ä\r\n\r\n[quote:8bfbdd14e5]\r\nMr. BadAzz¤Ç¤Ï¤Ê¤¤¤Ç¤¹¢ö \r\nÊ̤οͤʤó¤Ç¤¹¡£ \r\n\r\n¤è¤«¤Ã¤¿¤ég-stringz¤µ¤ó¤â²¿¤«½ñ¤¤¤Æ¤¯¤À¤µ¤¤¢ö [/quote:8bfbdd14e5]\r\n\r\nÊ̤ÎÊý¤À¤Ã¤¿¤ó¤Ç¤¹¤Í¡£¡£¤¹¤ß¤Þ¤»¤ó¡¦¡¦¡¦¡£\r\n\r\n¤Þ¤À¤Þ¤À·Ð¸³¤¬Â­¤ê¤Þ¤»¤ó¤¬\r\n¤â¤·¤¢¤Î¥»¥¯¥·¥ç¥ó¤ËÁê±þ¤·¤¤¥È¥Ô¥Ã¥¯¤¬¤¢¤ì¤Ð¡¢´î¤ó¤Ç½ñ¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡£ :angel10:\r\n\r\n¤¢¤È¤Á¤ç¤Ã¤È¸Å¤¤¤ó¤Ç¤¹¤¬\r\n[url=http://www.rapindustry.com/4life2.htm]IV LIFE RECORDS INTERVIEW[/url]¤ò̤¸«¤ÎÊý¤Ï¥Á¥§¥Ã¥¯¡ª\r\nJEWELL¤¬¤³¤ó¤Ê¤Ë¥Õ¥¡¥ó¥­¡¼¤Ê¥­¥ã¥é¤À¤È¤ÏÃΤê¤Þ¤»¤ó¤Ç¤·¤¿ :) \r\nJEWELL¡ßSLIPÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¤Í¡£IV LIFE¤Î¤Á¤ã¤ó¤È¤·¤¿¥¢¥ë¥Ð¥à¤¬³Ú¤·¤ß¤Ç¤¹!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (874,'a99e19a47d','','¤Ï¤¸¤á¤Þ¤·¤Æ :) \r\n¤³¤ìÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢º£¤Þ¤Ç¤ÎHOLLIS̾µÁ¤ÎºîÉʤÈƱ¤¸¤¯¡¢\r\n¥³¥ó¥Ô¤Î¤è¤¦¤Ê¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (875,'968262c962','','¤Ä¤¤¤Ë¥µ¥ó¥È¥é¤Î¾ÜºÙ¤¬ÌÀ¤ë¤ß¤Ë¤Ê¤Ã¤Æ¤­¤Þ¤·¤¿¡£\r\nÆüËÜÈÇȯÇä¤ÏÀµ¼°¤Ë¤Ï¤Þ¤À·èÄꤷ¤Æ¤Þ¤»¤ó¤¬¡¢¤³¤ó¤Ê²»³Ú¤È¥ê¥ó¥¯¤·¤¿¥²¡¼¥à¤¬¤¢¤ê¤Þ¤¹¤è¤Ã¤Æ¤³¤È¤Ç¡£\r\nhttp://www.rockstargames.com/sanandreas/\r\n\r\n¸«¤Æ失¤ì¤Ð¤ï¤«¤ë¤È»×¤¦¤ó¤Ç¤¹¤¬¥é¥¸¥ª¶É¤ÎÀßÄê¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡Ê¤½¤Î¤ï¤ê¤Ë¤Ï\r\n£²£Ð£Á£Ã \"I Don\'t Give A Fuck\"¤¬¤½¤Î¤Þ¤ó¤Þ£Ä£É£Ò£Ô£Ù¤Çή¤ì¤Æ¤Þ¤¹ :lol: ¡Ë\r\n£Ò£Á£Ä£É£Ï¡¡£Ì£Ï£Ó¡¡£Ó£Á£Î£Ô£Ï£Ó¤Ç¤ÏJulio G¤¬£Ä£Ê¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹ :shocked!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (876,'ffe07af96f','','¤¹¤¤¤Þ¤»¤ó¡£¤½¤¦¤ß¤¿¤¤¤Ç¤¹¤Í¡£¤³¤³¤Î²áµî¤ÎNEWS¤ËºÜ¤Ã¤Æ¤¤¤Þ¤·¤¿¡£\r\n\r\nº£²Æ¡¢ºÇÂç¤ÎÃíÌܳô\"Cali Boyz\"¤Î¥¢¥ë¥Ð¥à¤¬8·î3Æü¤ËOut Of Bounds Entertainment¤«¤é¥ê¥ê¡¼¥¹¤µ¤ì¤ë¤è¤¦¤À¡£Cali Boyz¤Ï¥×¥í¥Ç¥å¡¼¥µ¡¼BigHollis¤Î´ë²è¤ÇC-BO, E-40, Luni Coleone, Daz Dillinger, Mac Dre, Skee 64, Messy Marv, T-Nutty, Keak da Sneak, Pizzo, Laroo, Ric Roc, Celly CellÅù¤Î¹ë²Ú¤ÊÌ̻Ҥ¬»²²Ã¡£¤¹¤Ç¤Ë¥é¥¸¥ª¤Ç¤ÏÀè¹Ô¥·¥ó¥°¥ë¤¬¥ª¥ó¥¨¥¢¤µ¤ì¤Æ¤¤¤ë¡£\r\n\r\nºÇÂç¤ÎÃíÌܳô¤È¤¤¤¦»ö¤Ç´üÂÔ¤¬¹â¤Þ¤ê¤Þ¤¹¡£¤·¤«¤·²¿Å٤ⲿÅÙ¤â±ä´ü¤µ¤ì¤Æ¤ë¤Î¤Ç²¿»þ¤Ë¤Ê¤Ã¤¿¤éÇä¤é¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (877,'78f794e9a0','Cali Cali','[quote:78f794e9a0=\"GANGSTA-TOX\"]\r\nºÇÂç¤ÎÃíÌܳô¤È¤¤¤¦»ö¤Ç´üÂÔ¤¬¹â¤Þ¤ê¤Þ¤¹¡£¤·¤«¤·²¿Å٤ⲿÅÙ¤â±ä´ü¤µ¤ì¤Æ¤ë¤Î¤Ç²¿»þ¤Ë¤Ê¤Ã¤¿¤éÇä¤é¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:78f794e9a0]\r\n¥·¥ó¥°¥ë¤â¤Ç¤Æ¤¤¤ë¤ß¤¿¤¤¤Ê¤ó¤Ç¤¹¤±¤É¡¢¸«¤¿¤³¤È¤Ê¤¤¤Ç¤¹¤Í¡£\r\n²Æ¤°¤é¤¤¤Ë¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥¿¡¼¤Î¥ê¥¹¥È¤Ë¤Ï¤Î¤Ã¤Æ¤¤¤¿¤ß¤¿¤¤¤Ç¤¹¤±¤É¡¦¡¦¡¦\r\nAmazon¤Ë¤â¤¢¤ê¤Þ¤¹¤è :oops: [url=http://www.amazon.co.jp/exec/obidos/ASIN/B0002JP1ZI/ghouse03-22]Cali Boyz[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (878,'0833b1380d','','Á°¤«¤éͽÌ󤷤Ƥë¤ó¤Ç¤¹¤±¤ÉȯÇäÆü¤Ë¤Ê¤ë¤È¤Þ¤¿¿·¤·¤¤È¯ÇäÆü¤È²¿²ó¤«Â³¤¤¤Æ°ì¥ö·î°Ê¾åΩ¤Ã¤Æ¤ë¤ó¤Çº£ÅÙ¤ÎȯÇäÆü¤¬ËÜÅö¤Ê¤é¤¦¤ì¤·¤¤¤ó¤Ç¤¹¤¬¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (879,'6a51f2c394','','Only A Few Hours Left\r\n\r\nDon\'t Miss Out'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (880,'1b5b085e31','CMW','OYA G¸«¤Þ¤·¤¿¡£¤¢¤Î¥¢¥ë¥Ð¥à¤ÏºÇ¹â¤Ç¤¹¤Í¡ª¼¡ºî¤â¤«¤Ê¤êÄ°¤­¤Þ¤·¤¿¡£\r\nEIHT¤ÏSTREIHT UP MENACE¤Ð¤«¤ê¤¬ÏÃÂê¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢\r\nALL FOR THE MONEY¤ä¼¡ºî¤ÎYOU CAN\'T SEE ME¤Ê¤ó¤«¤â̾¶Ê¤À¤È»×¤¤¤Þ¤¹ :)\r\nLIL CHILL¤Ê¤ó¤«¤¬¹¥¤­¤Ê¿Í¤Ë¤âÄ°¤¤¤Æ¤Û¤·¤¤¤Ç¤¹¤Í¡ª\r\n\r\n¤È¤³¤í¤Ç8 HYPE CLICK¤ÎÌÌ¡¹¤Ã¤ÆCD½Ð¤·¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (881,'d852786437','Re: CMW','[quote:d852786437=\"funksta\"]¤È¤³¤í¤Ç8 HYPE CLICK¤ÎÌÌ¡¹¤Ã¤ÆCD½Ð¤·¤Æ¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©[/quote:d852786437]\r\n¤½¤¦¤¤¤¦ÏäÏʹ¤¤¤¿¤³¤È¤Ê¤¤¤Ç¤¹¤Í¡Á\r\n\r\nEIHT¤¬Á°¤Ë½Ð¤ëÁ°¤Î¡¢CMW¤Î¥µ¡¼¥É¤â̾ÈפÀ¤È»×¤¤¤Þ¤¹ 8) \r\n̾¶Ê¤È¤¤¤¦¤È¡¢¸Ä¿ÍŪ¤Ë¤Ï\r\n\"Growin Up In Da Hood\"\"Thicker Than Water\"¤ä\r\n\"Murda Show (Remix)\"¤âÆþ¤ì¤¿¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (882,'4952bb0228','Re: ¥ì¥¹ÃÙ¤¯¤Ê¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡£','[quote:4952bb0228=\"g-stringz\"]\r\n¤Þ¤À¤Þ¤À·Ð¸³¤¬Â­¤ê¤Þ¤»¤ó¤¬\r\n¤â¤·¤¢¤Î¥»¥¯¥·¥ç¥ó¤ËÁê±þ¤·¤¤¥È¥Ô¥Ã¥¯¤¬¤¢¤ì¤Ð¡¢´î¤ó¤Ç½ñ¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡£ :angel10:\r\n[/quote:4952bb0228]\r\n\r\n¤¼¤Ò¤¼¤Ò¡¢²¿¤«¤¢¤ê¤Þ¤·¤¿¤éÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¤Í :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (883,'b6e404e96d','»ä¤â','[quote:b6e404e96d=\"GANGSTA-TOX\"]Á°¤«¤éͽÌ󤷤Ƥë¤ó¤Ç¤¹¤±¤ÉȯÇäÆü¤Ë¤Ê¤ë¤È¤Þ¤¿¿·¤·¤¤È¯ÇäÆü¤È²¿²ó¤«Â³¤¤¤Æ°ì¥ö·î°Ê¾åΩ¤Ã¤Æ¤ë¤ó¤Çº£ÅÙ¤ÎȯÇäÆü¤¬ËÜÅö¤Ê¤é¤¦¤ì¤·¤¤¤ó¤Ç¤¹¤¬¡£[/quote:b6e404e96d]\r\n\r\nƱ¤¸¤Ç¤¹¤è¡Á\r\n¤«¤Ê¤ê²ù¤·¤¬¤Ã¤Æ¤Þ¤¹¡£Ëè²ó :x \r\n²¿¤«¾ðÊ󤬤¢¤Ã¤¿¤é¤Þ¤¿¤Î¤»¤Æ¤­¤Þ¤¹¤Í¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (884,'24076b399a','','3rd¤Ï̾ÈפǤ¹¤Í¡ª1st,2nd¤âÂç¹¥¤­¤Ç¤¹¢ö\r\n\r\n[quote:24076b399a]̾¶Ê¤È¤¤¤¦¤È¡¢¸Ä¿ÍŪ¤Ë¤Ï \r\n\"Growin Up In Da Hood\"\"Thicker Than Water\"¤ä \r\n\"Murda Show (Remix)\"¤âÆþ¤ì¤¿¤¤¤Ç¤¹¡£[/quote:24076b399a]\r\n\r\nMurda Show¤ÎRemix¤ÏÄ°¤¤¤¿»ö¤Ê¤¤¤Ç¤¹¤Í¡¼¡£¥ª¥ê¥¸¥Ê¥ëÂç¹¥¤­¤Ê¤ó¤ÇÀ§ÈóÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª\r\n\r\nU\'s a Bitch,Late Night Hype Pt1,Pt2¤â¸Ä¿ÍŪ¤Ë¤Ï̾¶Ê¤Ç¤¹¤Í :thumbleft:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (885,'0e75b61518','FREEFUNK LIVE¤Î¸æ°ÆÆâ','10/27(¿å¡ËFREEFUNK¥ï¥ó¥Þ¥ó¥é¥¤¥Ö¡ª\r\n\r\n¥¹¥Ú¥·¥ã¥ë¥²¥¹¥È¡§ORITO¡¢SHUTARO (Talk Box)\r\n²ñ¾ì¡§²£ÉÍĹ¼ÔÄ®FRIDAY\r\n»þ´Ö¡§START 19¡§30¡Á¡Ê40ʬ¥¹¥Æ¡¼¥¸3²ó¤È¤Ê¤ê¤Þ¤¹¡Ë\r\nÎÁ¶â¡§¡ï3000\r\n\r\n1996ǯ¤Î·ëÀ®°Ê¹ß¡¢¾ï¤ËÆüËܤΥե¡¥ó¥¯¡õ¥½¥¦¥ë¥·¡¼¥ó¤òÁö¤ê¤Ä¤Å¤±¤Æ¤¤¤ëFREEFUNK¤¬²£ÉÍĹ¼ÔÄ®FRIDAY¤Ë¥ï¥ó¥Þ¥ó¥é¥¤¥Ö¤ÇÅо졪¥ª¥ê¥¸¥Ê¥ë¤Ë²Ã¤¨¥Õ¥¡¥ó¥¯¡¦¥½¥¦¥ë¤Î¥«¥Ð¡¼¤â¿¿ô±éÁÕ¡ª\r\nº£²ó¤Ï¥¹¥Ú¥·¥ã¥ë¥²¥¹¥È¤ËÆüËܶþ»Ø¤Î¥½¥¦¥ë¥·¥ó¥¬¡¼¡¢ORITO¤ò·Þ¤¨¹¹¤Ë¥½¥¦¥ë¥Õ¥ë¤Ê¥¹¥Æ¡¼¥¸¤ò¤ªÆϤ±¤·¤Þ¤¹¡£Ëܾì¥á¥ó¥Õ¥£¥¹¤ÇÃ䨾夲AL GREEN¤Ê¤É¤ÎºîÉʤÇÃΤé¤ì¤ë¡¢¤¢¤ÎWILLIE MITCHELL¤Î¥×¥í¥Ç¥å¡¼¥¹¤Ç¥Ç¥Ó¥å¡¼¤ò¤·¤¿ORITO¤Î2004ǯ¡¢¸½ºß¿Ê¹Ô·Á¤ÎÆüËܤΥ½¥¦¥ë¤ò´Ö¶á¤ÇÂ賤·¤Æ¤¯¤À¤µ¤¤¡ª\r\n¤Þ¤¿¡¢Talk Box¤Ë¤ÏÆüËÜÍ£°ì¤ÎZAPP / ROGER¥È¥ê¥Ó¥å¡¼¥È¥Ð¥ó¥É¤ÇÃΤé¤ì¤ëDAYTON PROJECT¤Î¥·¥å¥¦¥¿¥í¥¦¤â¥²¥¹¥È»²²Ã¡ª\r\n\r\n¡ÖFREEFUNK¤Ï²¶¤ÎÌ´¡×\r\n¥¯¥ì¥¤¥¸¡¼¥±¥ó¥Ð¥ó¥É¤ÏÀΡ¢B-FUNK ALL STARS¤Ã¤Æ̾µÁ¤Ç²£ÉÍ»ÔÆâ¤ò¥¢¡¼¥¹¡¦¥Ä¥¢¡¼¤·¤Æ¤¿¤Î¤è¤Í¡£¤À¤«¤éÅö½é¤ÎͽÄê¤Ç¤ÏFREEFUNK¤Î¤è¤¦¤Êµ´À¨¤¤P¡¼FUNKY¤Ê¥Ð¥ó¥É¤òÌ´¸«¤Æ¤¤¤¿¥ï¥±¡£Æ±¤¸¤¯ÆüËܸì¤Ç¡£¤À¤±¤É¡¢¤½¤ì¤ÏÌ´¤Î¤½¤Î¤Þ¤¿Ì´¡£¤É¤¦¤Ë¤â²¶¤é¤Î¼ê¤ËÉ館¤Ê¤¤Îΰè¤À¥Ë¥ã¡¼¤È¤¤¤¦»ö¤ò¸ç¤Ã¤Æ¡¢¤¢¤ëÆü¤ò¶­¤Ë¥£¥è¥³¥ï¥±¡¦¥Ï¥ó¥µ¥à¤Ê¡ÖÏÂ¥â¥ÎÆ»¡×¤Ë¿ÊÏ©Êѹ¹¤·¤¿¤Ç¤¹¤è¡£ÁᤤÏ䬺ÃÀÞdeath¡£¤Ê¤Î¤Ç¡¢²¶¤¿¤Á¤Î²Ì¤¿¤»¤Ê¤«¤Ã¤¿¥£Ì´¤ò¤¹¤Ù¤ÆFREEFUNK¤ËÂ÷¤·¤ÆÁ´Ì̹ÎÄê¡¢¿´¤«¤é±þ±ç¡õ¥ê¥¹¥Ú¥¯¥È¤·¤¿¤¤¤È»×¤¤¤Þ¥¹¡ª\r\n¥¤¥¤¥Í¡ª¥¤¥¤¥Í¡ª¡¡¥¤¥¤¥Í¡ª¡¡¡¡¡¡¡¡¡¡¡¡¡¡\r\n²£»³·õ¡Ê¥¯¥ì¥¤¥¸¡¼¥±¥ó¥Ð¥ó¥É¡Ë \r\n\r\nͽÌó¤â¼õ¤±ÉÕ¤±¤·¤Æ¤ª¤ê¤Þ¤¹¡£\r\n²£ÉÍFRIDAY¤Ï¤³¤Á¤é¤Ë¤Ê¤ê¤Þ¤¹\r\nTel 045-252-8033(PM 5:30¤«¤é¼õÉÕ)\r\n\r\nFREEFUNK¤Ë´Ø¤¹¤ë¾Ü¤·¤¤¾ðÊó¤Ï¤³¤Á¤é¤ò¤´Í÷¤¯¤À¤µ¤¤\r\nwww.freefunkmusic.com\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (887,'65fdce5e4a','','[quote:65fdce5e4a=\"funksta\"]\r\nMurda Show¤ÎRemix¤ÏÄ°¤¤¤¿»ö¤Ê¤¤¤Ç¤¹¤Í¡¼¡£¥ª¥ê¥¸¥Ê¥ëÂç¹¥¤­¤Ê¤ó¤ÇÀ§ÈóÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª\r\n\r\nU\'s a Bitch,Late Night Hype Pt1,Pt2¤â¸Ä¿ÍŪ¤Ë¤Ï̾¶Ê¤Ç¤¹¤Í :thumbleft:[/quote:65fdce5e4a]\r\n\r\nRMX¤ÎÊý¤¬ÃÏÌ£¤Ç¤¹¡£¤Ç¤â¡¢OG¤ËÎô¤Ã¤Æ¤Ï¤¤¤Ê¤¤¤È»×¤¤¤Þ¤¹¡£\r\nLate Night Hype¤ÏTHA CHILL ft. KOKANE¤Î¥ê¥á¥¤¥¯¤âÎɤ«¤Ã¤¿¤Ç¤¹¡ª :angel:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (888,'57e1a04828','STRAIGHT GAME VOL.1¡¡³«ºÅ','¤É¤¦¤â¡¢THA GHETTO HAVEN¤Î´ÉÍý¿Í¤ÎPEPE¤Ç¤¹¡£\r\n¤Ä¤¤¤ËÂè°ìÃÆGANGSTA RAP¥¤¥Ù¥ó¥È¤òÀîºê¤Ë¤Æ³«ºÅ¤·¤Þ¤¹¡ª¡ª¡ª\r\n\r\n¿ë¤Ë»ÏÆ°¡ª¡ª£Â£É£Ç£Ç¡¡£Ó£È£É£Î£Å¡£¤³¤ì¤Þ¤Ç¤Ë¤Ê¤¤¥í¥±¡¼¥·¥ç¥ó¡¦¶õ´Ö¡¢¥¯¥é¥Ö¤Ç¤â¤Ê¤¤¥Ð¡¼¤Ç¤â¤Ê¤¤¤ªÞ¯Íî¤ÊÊ·°Ïµ¤¤ÇÊÒ¼ê¤Ë¤ª¼ò¡¢¼ª¤Ï²»¤Ë¡¢Éº¤¦£Ç£Ò£Ï£Ï£Ö£Å¤Ë¿È¤òǤ¤»ºÇ¹â¤ÎÌë¤ò±é½Ð¤·¤Þ¤¹¡ªÀ§ÈóÍè¤Æ¤¯¤À¤µ¤¤¡ª£Â£É£Ç£Ç¡¡£Ó£È£É£Î£Å°ìƱ¤ªÂÔ¤Á¤·¤Æ¤¤¤Þ¤¹¡ª\r\n\r\n£Â£É£Ç£Ç¡¡£Ó£È£É£Î£Å¡¡£Ð£Ò£Å£Ó£Å£Î£Ô£Ó\r\n¡Ú£Ó£Ô£Ò£Á£É£Ç£È£Ô¡¡£Ç£Á£Í£Å¡¡£Ö£Ï£Ì¡¥£±¡Û\r\n£±£°·î£²£¹Æü(¶â)\r\n¡÷£Á¡Ç£Ô£Ô£É£Ã(£É£Î¡¡£Ã£Ì£Õ£Â¡¡£Ã£É£Ô£Ô£Á¡Ç)\r\n£Ï£Ð£Å£Î¡§£²£²»þ¡¡¡¡£Ã£Ì£Ï£Ó£Å¡§£µ»þ\r\n\r\n¡ã£Ä£Ê¡ä\r\n£Ð£Å£Ð£Å\r\n£Ô¡ª£Ç£È£Ô\r\n£Ù£Ï£È£Å£É\r\n£Ô£Ò£É£Ç£Ç£Á\r\n£Ô£Á£Ë£Å£Æ£Õ£Í£É\r\n\r\n¥ª¥ê¥¸¥Ê¥ë¥³¥ó¥Ô£Ã£Ä¥×¥ì¥¼¥ó¥È¡ÊÀèÃ壳£°Ì¾ÍÍ¡Ë\r\n\r\nINFO:p-of-d.g.c@ezweb.ne.jp\r\n(¥¯¥é¥Ö¤Î°ÌÃÖ¡¢¼ÁÌäÅù¤¢¤ëÊý¤Ï¡¢¤´Ï¢Íí¤¯¤À¤µ¤¤) :2gunfire:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (889,'69105d40a5','','CHILL¤Î¥¢¥ë¥Ð¥à¤Ã¤Æ¤â¤¦½Ð²ó¤Ã¤Æ¤ë¤È¤¤¤¦¤«Çä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤«¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (890,'3edf82c204','','¤ä¤Ï¤ê¥Ð¥È¥ë¥­¥ã¥Ã¥È¤Î¶Ê¤À¤Ã¤¿¤ß¤¿¤¤¤Ç¤¹¡£»°¶Ê¤Î¥È¥é¥Ã¥¯¤ò̵ÃǤǻȤ俤Ȥ·¤Æ213¤È²ñ¼Ò¤ÎTVT¤òÁʤ¨¤Æ¤Þ¤¹¡£ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (891,'d9355f948c','¡ÈSECTION £¸¡É¡¡£±£°·î£³£°Æü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°',':lol: ¡ÈSECTION £¸¡É :roll: \r\n\r\n¡ù£±£°·î£³£°Æü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£° \r\n¡ùΩÀî¡È£Ì£É£Î£Ë¡É¡¡¡ï£±£µ£°£°/£±£Ä ¡£¡£¡£LADIES FREE!!\r\n\r\n¡ùFEATURRING \r\n¡¡HYENA(£è.g.p.)\r\n DJ JIMMEY-G \r\n DJ YOU(LAWFULL LIFE)\r\n\r\n¡¡SWINGJAM FAMILY. LIL YEN&DJ-S. \r\n¡¡NARI¡¢ASHURA¡¢HIDE¡¢ .....ets\r\n\r\n¡ùº£²ó¤Î¡ÈSECTION £¸¡É¤Ï¡¢£è.g.p.¤è¤êHYENA¤ò·Þ¤¨³«ºÅÃפ·¤Þ¤¹¡£¤½¤Î¾¤Ë¤âDJ JIMMEY-G¡¢DJ YOU¤Ê¤É¡¢¡¢¡¢¥µ¥¤¥³¡¼¤Î¶Ê¤òʹ¤«¤»¤Æ¤¯¤ì¤Þ¤¹¡£\r\n\r\n¢¨¡ÈSECTION £¸¡É¤ÏËè·îºÇ½ªÅÚÍËÆü¤Ë³«ºÅÃפ·¤Þ¤¹¡£ \r\n¡¡¡¡ \r\n¢¨WEST COAST¤òÃæ¿´¤È¤·¤¿¥á¥¸¥ã¡¼Êª¤«¤é¥Þ¥¤¥Ê¡¼Êª¤Þ¤Çή¤ì¤ëPARTY¤Ç¤¹¡¢¹¥¤­¤Ê¿Í¤ä¶½Ì£¤Î¤¢¤ëÊý¤Ï¡¢À§È󡢤Ҥ¿¤ê¤ËÍè¤Æ²¼¤µ¤¤¡£ \r\n\r\n¤ªÌ䤤¹ç¤ï¤»¡§LINK 042-526-0950 \r\n¡¡'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (892,'59547a10ab','','¤Þ¤À½Ð¤Æ¤Ê¤¤¤ó¤Ç¤¹¤è¡¼\r\nLate Night Hype¤Ï¥×¥í¥â12¤ËÆþ¤Ã¤Æ¤Þ¤¹ :geek:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (893,'20c2b3c1c3','','BATTLECAT¤Î¥¤¥ó¥¿¥ô¥å¡¼¤Ë¤è¤ë¤È¡¢213¤È¤Î´Ø·¸¤ÏÊ̤˰­¤¯¤Ê¤¤¤é¤·¤¤¤Ç¤¹¤è¡£\r\nTVT¤¬ÌäÂê¤Î¤è¤¦¤Ç¤¹ :|'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (895,'ce9ccc69a8','Í褿¡ª','[quote:ce9ccc69a8=\"GANGSTA-TOX\"]Á°¤«¤éͽÌ󤷤Ƥë¤ó¤Ç¤¹¤±¤ÉȯÇäÆü¤Ë¤Ê¤ë¤È¤Þ¤¿¿·¤·¤¤È¯ÇäÆü¤È²¿²ó¤«Â³¤¤¤Æ°ì¥ö·î°Ê¾åΩ¤Ã¤Æ¤ë¤ó¤Çº£ÅÙ¤ÎȯÇäÆü¤¬ËÜÅö¤Ê¤é¤¦¤ì¤·¤¤¤ó¤Ç¤¹¤¬¡£[/quote:ce9ccc69a8]\r\n\r\nAma¡ûn¤«¤éȯÁÛ¤ÎÏ¢Íí¤¬¤­¤Þ¤·¤¿¡ª\r\nÁ᮳ڤ·¤ß¤Ç¤¹¡ª :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (896,'a997d70c05','3000¥µ¥ó¥×¥ë¼ýÏ¿¤Îñȯ¥É¥é¥à¥µ¥ó¥×¥ê¥ó¥°CD¤¬2980±ß','´ÉÍý¿ÍÍÍ¡¢¥¯¥ê¥¨¥¤¥¿¡¼¤Î³§ÍÍ¡¢¥µ¥ó¥×¥ê¥ó¥°CD¤Î¤´°ÆÆâ¤Ç¤¹¡£\r\n\r\nÌó3000¥µ¥ó¥×¥ë¼ýÏ¿¤Îñȯ¥É¥é¥à¥µ¥ó¥×¥ê¥ó¥°CD¤¬2980±ß¡Á\r\n²¿Ëç¤Ç¤âÁ´¹ñÁ÷ÎÁ̵ÎÁ¤Ç¤¹¡£¸½ºß¡Ö³ä°ú¥­¥ã¥ó¥Ú¡¼¥ó¡×¤â¼Â»ÜÃæ¡£\r\nAUDIO CDÈÇ¡¢AIFF+WAVÈÇ(WIN&MACξÂбþ)¡¢AKAIÈǤÎ3¥Õ¥©¡¼¥Þ¥Ã¥È\r\n¼ýÏ¿¥µ¥ó¥×¥ë¤òÂçÎ̤˻Ȥ俥ǥ⤬ʹ¤±¤Þ¤¹¤Î¤Ç¡¢¤¼¤Ò¥Ç¥â¤ò»îÄ°¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤\r\nhttp://www12.ocn.ne.jp/~waveline/index.html\r\n\r\n¢£¡ÖDRUM MASTER¡×¥·¥ê¡¼¥º¡ÊÅÜÅó¤Î¼ýÏ¿¿ô¤ò¸Ø¤ë¥Ù¥¹¥È¥»¥é¡¼¡Ë\r\nñȯ¤Î¥­¥Ã¥¯¡¢¥¹¥Í¥¢¡¢¥Ï¥¤¥Ï¥Ã¥È¤ò¤½¤ì¤¾¤ìÌó3000¥µ¥ó¥×¥ë¤â¼ýÏ¿¤·¤¿¡¢\r\nÅÜÅó¤Îñȯ¥É¥é¥à¥µ¥¦¥ó¥É¥é¥¤¥Ö¥é¥ê¡¼\r\n\r\n¢£¡ÖBIT DESIGN¡×¥·¥ê¡¼¥º¡Ê¥¯¡¼¥ë¤ÇĶ¥Þ¥Ë¥¢¥Ã¥¯¤Ê¶ËÂÀ¥í¡¼¥Õ¥¡¥¤¡¢¥í¡¼¥Ó¥Ã¥È¥µ¥ó¥×¥ë¤Î»³¡Ë\r\n¥¶¥é¤Ä¤¤¤¿¥ì¥³¡¼¥ÉÈפ䥢¥Ê¥í¥°¥Æ¡¼¥×ÆÃÍ­¤Î¼Á´¶¡¢ROLAND RE201(SPACE ECHO)¤ò\r\n¥µ¥ó¥×¥é¡¼¤ÎÂå¤ï¤ê¤Ë»È¤¤¡¢¼¡Âè¤ËÎô²½¤·¤Æ¤¤¤¯¥Æ¡¼¥×¥¨¥³¡¼²»¤òÃʳ¬Åª¤Ë¼ýÏ¿¤·¤¿¡¢\r\n¥É¥é¥à¥µ¥ó¥×¥ëÅù¡¢µæ¶Ë¤ÎLO-FIñȯ¥É¥é¥à¥µ¥ó¥×¥ë¥é¥¤¥Ö¥é¥ê¡¼¡Öe-VINYL¡×¥·¥ê¡¼¥º\r\n\r\nÄêÈÖ¤Î¥í¡¼¥Õ¥¡¥¤¡¢¥í¡¼¥Ó¥Ã¥È¥µ¥ó¥×¥é¡¼¤ä¥³¥ó¥Ð¡¼¥¿¡¼¡¢¥Ó¥ó¥Æ¡¼¥¸¥³¥ó¥Ô¥å¡¼¥¿¡¼¤«¤é\r\n³¤³°À½¥­¥Ã¥ºÍÑTOY¥µ¥ó¥×¥ê¥ó¥°¥Þ¥·¥ó¤Þ¤Ç¡¢¤¢¤é¤æ¤ëLO-BIT¥Ç¥Ð¥¤¥¹¤ò»È¤Ã¤¿¡¢\r\nĶ¥Þ¥Ë¥¢¥Ã¥¯¤ÊLO-BITñȯ¥É¥é¥à¥µ¥ó¥×¥ë¥é¥¤¥Ö¥é¥ê¡¼¡ÖBITWARE¡×¥·¥ê¡¼¥º\r\n-------------------------------------\r\nWAVELINE (Sample CDs and CD-ROMs)\r\nhttp://www12.ocn.ne.jp/~waveline/\r\n-------------------------------------'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (897,'6518e6d69b','','K-RINO & Z-RO¤Î¶Ê¤ò¥ê¥¹¥È¤Ç¸«¤Æ¡¢Ä°¤«¤»¤Æ¤â¤é¤¤¤Þ¤·¤¿ 8) \r\n\r\n¤È¤³¤í¤Ç¡¢¤¢¤ÎÁª¶Ê¤Ï¥é¥ó¥À¥à¤Ê¤ó¤Ç¤¹¤«¡©LIL KEKE¤¬1¶Ê¤ª¤­¤Ë3²óή¤ì¤¿¤â¤Î¤Ç¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (898,'a90004a881','','ÆϤ­¤Þ¤·¤¿¡£Ê¹¤¤¤Æ¤ß¤¿¤Î¤Ç¤¹¤¬¸Ä¿ÍŪ¤Ë¥Ä¥Ü¤ËÆþ¤Ã¤¿¶Ê¤Ï²¿¶Ê¤«¤¢¤ê¤Þ¤·¤¿¤¬Èù̯¤Ç¤·¤¿¡£¤â¤¦¤Á¤ç¤¤Ê¹¤­¹þ¤ó¤Ç¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£¥¸¥ã¥±Åù¥Þ¥¤¥Ê¡¼¤ÎÆ÷¤¤¤¬¥×¥ó¥×¥ó¤·¤Þ¤·¤¿¤Í¡£ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (899,'a54d1f0075','¤¹¤ó¤Þ¤»¤ó','[quote:a54d1f0075=\"g-stringz\"]\r\n¤È¤³¤í¤Ç¡¢¤¢¤ÎÁª¶Ê¤Ï¥é¥ó¥À¥à¤Ê¤ó¤Ç¤¹¤«¡©LIL KEKE¤¬1¶Ê¤ª¤­¤Ë3²óή¤ì¤¿¤â¤Î¤Ç¡¦¡¦[/quote:a54d1f0075]\r\n\r\n¤½¤Î¤È¤ª¤ê¡¢¥é¥ó¥À¥à¤Ê¤ó¤Ç¤¹¡£\r\nÉÑÈˤ˶ʤòÊѤ¨¤Æ¤ë¤ï¤±¤¸¤ã¤Ê¤¤¤ó¤Ç¥é¥ó¥À¥à¤Î¤Û¤¦¤¬¤¤¤¤¤«¤Ê¤È»×¤¤¤Þ¤·¤Æ¡¦¡¦¡¦\r\n\r\n¤³¤ì¤«¤éÂçÉý¤Ë¥¢¥Ã¥×¤·¤Þ¤¹¡ª\r\n\r\n¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼¡¼\r\n¤½¤ó¤Ê¤ï¤±¤Ç¹¹¿·¤·¤Þ¤·¤¿¡£\r\nº£²ó¤Ï¤Ê¤ó¤ÈMixCD¤Î¥¸¥ã¥±¤ò¼ê¤¬¤±¤Æ¤¯¤ì¤Æ¤¤¤ëBigScore!»á¤ÎThe Black Phantom Selection¤«¤é¿¿ô»ÈÍѤµ¤»¤Æ¤â¤é¤¤¤Þ¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (900,'0765bc0cd6','BigHollis»Å»ö','[quote:0765bc0cd6=\"GANGSTA-TOX\"]ÆϤ­¤Þ¤·¤¿¡£Ê¹¤¤¤Æ¤ß¤¿¤Î¤Ç¤¹¤¬¸Ä¿ÍŪ¤Ë¥Ä¥Ü¤ËÆþ¤Ã¤¿¶Ê¤Ï²¿¶Ê¤«¤¢¤ê¤Þ¤·¤¿¤¬Èù̯¤Ç¤·¤¿¡£¤â¤¦¤Á¤ç¤¤Ê¹¤­¹þ¤ó¤Ç¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡£¥¸¥ã¥±Åù¥Þ¥¤¥Ê¡¼¤ÎÆ÷¤¤¤¬¥×¥ó¥×¥ó¤·¤Þ¤·¤¿¤Í¡£ :)[/quote:0765bc0cd6]\r\n¤¦¡Á¤ó¡¦¡¦¡¦»ä¤â¤Á¤ç¤Ã¤ÈÈù̯¤«¤Ê¤Ã¤Æ´¶¤¸¤Ç¤¹¡£º£¤Î¤È¤³¤í¤Ï¡£\r\nBigHolis¤Î¤ª»Å»ö¤Ê¤Î¤Ç¤«¤É¤¦¤«¤Ï¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢´ûȯ¶Ê¤â´Þ¤Þ¤ì¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤Í :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (901,'8498a1da3b','MAC DREÄÉÅ饹¥ì¥Ã¥É','1Æṳ̈ÌÀ¡¢¥«¥ó¥¶¥¹¡¦¥·¥Æ¥£¤Ç¤Î¥³¥ó¥µ¡¼¥È¤ò½ª¤¨¡¢Âںߤò³¤±¤Æ¤¤¤¿\r\nMAC DRE(ËÜ̾ANDRE HICKS)E¤¬¥Ï¥¤¥¦¥§¥¤¤ò¼Ö¤ÇÁö¹ÔÃæ¤Ë½Æ·â¤µ¤ì¡¢»¦³²¤µ¤ì¤Þ¤·¤¿¡£ :cry: \r\n¤´Ì½Ê¡¤ò¤ªµ§¤ê¤·¤Þ¤¹¡£\r\nhttp://www.thizzworld.net/\r\n\r\nhttp://kctv.com/Global/story.asp?S=2504880&nav=1PuZSc8r\r\nKC¤Î¥í¡¼¥«¥ë¥Ë¥å¡¼¥¹¡¢¸½¾ì¤Î¥Ó¥Ç¥ª¤¬¸«¤ì¤Þ¤¹¡£\r\n(ÅÓÃæ¡¢FAT TONE¤â1ǯÁ°¤Ë»¦¤µ¤ì¤¿¤È¸À¤Ã¤Æ¤¤¤Þ¤¹¤¬¤½¤ì¤Ï´Ö°ã¤¤)\r\n\r\nhttp://www1.axfc.net/uploader/5/so/dl.cgi?No_0413.zip\r\nMAC DRE¤Î¶Ê(¡ÜµÒ±é»Å»ö)¤Î¤ß¤ò¥Ù¥¤Ž¥¥¨¥ê¥¢¤ÎDJ/¥×¥í¥Ç¥å¡¼¥µ¡¼DJ MARK 7¤Î¤¬MIX¤·¤¿¤â¤Î¤Ç¤¹¡£\r\n90¥á¥¬¤¢¤Ã¤Æ½Å¤¤¤Î¤Ç¡¢¥À¥¦¥ó¥í¡¼¥É¤Ë¤«¤Ê¤ê¤Î»þ´Ö¤¬¤«¤«¤ë¤È»×¤¤¤Þ¤¹¤¬\r\nÄ°¤¤¤Æ¤ß¤¿¤¤Êý¤Ï¤É¤¦¤¾¡£\r\n\r\n¤ªµ¤¤ËÆþ¤ê¤Î¥¢¥ë¥Ð¥à¤ä³Ú¶Ê¤¬¤¢¤ì¤Ð¡¢½ñ¤­¹þ¤ó¤Ç¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (902,'2153488315','','Mix¤Î¥ê¥ó¥¯¡¢½Å¤¤¤è¤¦¤Ê¤Î¤Ç¡¢Ê̤˥¢¥Ã¥×¤·¤Þ¤·¤¿¡£\r\nhttp://s12.yousendit.com/d.aspx?id=0294198914113899F82ABEAF06E0B7F1\r\n\r\n¤½¤ì¤ÈBIG LURCH¤ò¥Õ¥£¡¼¥Á¥ã¡¼¤·¤¿Fire¤Î¥Ó¥Ç¥ª¤Ç¤¹¡£(wmv 8M)\r\nhttp://s12.yousendit.com/d.aspx?id=548C02DC14188B8958790E2C31A07E8E'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (903,'09007e4af0','Ä˼ê¤Ç¤¹¡£','ÊѤʰÕÌ£¤¸¤ã¤Ê¤¯¤Æ¡¢¡Ö¤É¤¦¤·¤Æ¡©¡×¤Ã¤Æ´¶¤¸¤Ç¤¹¡£ :mad: \r\n¤³¤ó¤Ê¤Ë¤â¡¢»ä㤬ÃΤäƤ¤¤ë¥¢¡¼¥Æ¥£¥¹¥È¤¬Ë´¤¯¤Ê¤Ã¤Æ¤¤¤¯¤Ã¤Æ¸À¤¦¤³¤È¤Ï¡¢¤â¤Ã¤È¤â¤Ã¤ÈË´¤¯¤Ê¤Ã¤Æ¤¤¤ë¿Í¤¬Â¿¤¤¤Ã¤Æ¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¤·¤ç¤¦¡£\r\n\r\nÈãȽÅù¡¢¤¢¤ë¤È»×¤¤¤Þ¤¹¤¬¤³¤ì¤¬¥¢¥á¥ê¥«¤Î¸½¼Â¤Ê¤Î¤Ç¤·¤ç¤¦¤« :signquestion: \r\n»ä¤Ï¥¢¥á¥ê¥«¿Í¤Ç¤Ï¤Ê¤¤¤·¡¢¥¢¥á¥ê¥«¤Ë¤¹¤ó¤Ç¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤³¤ó¤Ê¤³¤È¤·¤«¤«¤±¤Þ¤»¤ó¤¬¡¢¿Í¤ò¼º¤¦ÄˤߤäƸÀ¤¦¤Î¤Ï¿Í´Ö¤ß¤ÊƱ¤¸¤Ë»ý¤Ã¤Æ¤¤¤ë¤È»×¤Ã¤Æ¤¤¤¿¤¤¤Ç¤¹¡£\r\n\r\n²¿¤Ï¤Ê¤¯¤È¤âCalifornia Livin\'¤Ç¤¹¡£\r\nR.I.P.'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (904,'148b54fe37','¤¨¤§¡ª¡©','¤¹¤²¤§¥·¥ç¥Ã¥¯¡¦¡¦¡¦¡£\r\nR.I.P'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (905,'b324d01cbe','ϲ®°¥½¥¼«°Öʪ¸ì','DJ HAGANE MIX CD\r\nRELEASE TOUR IN\r\nϲ®°¥½¥¼«°Öʪ¸ì\r\n@Uncle Steaven\'s\r\n\r\n11·î6Æü(ÅÚ)22:30¡Á\r\nDOOR 1500 With 1D\r\n\r\n¢£DJ HAGANE\r\n(from YELLOW RECORDS)\r\n¢£Ty\'LUV\'Hunter\r\n(from F.W.A.)\r\n¢£LBC-G\r\n(from Gangsta Sh*t!)\r\n¢£DJ DOPE\r\n(from Gossa Funky Inc.)\r\n¢£DJ ¥«¥Ã¥Á¥ã¥ó\r\n¢£DJ BENN\r\n¢£Playya-1000 Nari\r\n¢£2Sac\r\n\r\nº£²ó¤Îϲ®°¥½¥¤Ï¿À¸Í¤Î¥¤¥Ù¥ó¥ÈReal Califas¤Î¼çºÅ¼ÔDJ DOPE¤¬ÆÃÊÌ¥²¥¹¥È¡ª¥á¥¤¥ó¤ò¾þ¤ë¤Î¤Ï3rd MIX CD¤¬¤Ä¤¤¤Ë¥ê¥ê¡¼¥¹¤µ¤ì¤¿DJ HAGANE¡ª¤½¤·¤ÆŤ¤ÄÀÌÛ¤«¤éDJ BENN¤¬Éü³è¡ª\r\n»ý¤Á¹þ¤ß´ë²è¤â²þÎɤµ¤ì40ʬ´Ö¤¿¤Ã¤×¤ê»þ´Ö¤òÍÑ°Õ¤·¤Æ¤¤¤ë¤Î¤Ç³§¤µ¤ó¤ªµ¤¤ËÆþ¤ê¤Î°ìËç¤ò¤ª»ý¤Á¤¯¤À¤µ¤¤¡£\r\n¤¢¤ÈDVD¤äŽËŽÞŽÃŽÞŽµ¤Î±ÇÁü¤âή¤»¤Þ¤¹¤Î¤Ç¤½¤Á¤é¤âµ¤·Ú¤Ë»ý¤Ã¤Æ¤­¤Æ¤¯¤À¤µ¤¤¢ö'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (906,'6024916bc6','R.I.P.','¤ä¤Ï¤êYoung Black Brotha¤¬°ìÈÖ°õ¾Ý¿¼¤¤¤Ç¤¹¤Í¡£\r\nÂç¹¥¤­¤Ê¶Ê¤Ð¤«¤ê¤Ç¤¹¡£\r\n\r\n·ë¶É¡¢º£¤âÀΤⲿ¤âÊѤï¤Ã¤Æ¤Ê¤¤¤Î¤«¤Ê¡¼¡¢¤È¤«»×¤¦¤ÈÈᤷ¤¯¤Ê¤ê¤Þ¤¹¤Í¡Ä\r\n¥é¥Ã¥×¥²¡¼¥à¤ÎÃæ¤À¤±¤Ç½½Ê¬¤Ç¤¹¡£\r\nR.I.P.¡¡Mac Dre¡Ä\r\n\r\nBGM:Life\'s a Bitch/Mac Dre'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (907,'78e77bd2b1','Re: Ä˼ê¤Ç¤¹¡£','[quote:78e77bd2b1=\"G-HOUSE03\"]ÊѤʰÕÌ£¤¸¤ã¤Ê¤¯¤Æ¡¢¡Ö¤É¤¦¤·¤Æ¡©¡×¤Ã¤Æ´¶¤¸¤Ç¤¹¡£ :mad: \r\n¤³¤ó¤Ê¤Ë¤â¡¢»ä㤬ÃΤäƤ¤¤ë¥¢¡¼¥Æ¥£¥¹¥È¤¬Ë´¤¯¤Ê¤Ã¤Æ¤¤¤¯¤Ã¤Æ¸À¤¦¤³¤È¤Ï¡¢¤â¤Ã¤È¤â¤Ã¤ÈË´¤¯¤Ê¤Ã¤Æ¤¤¤ë¿Í¤¬Â¿¤¤¤Ã¤Æ¤³¤È¤Ë¤Ê¤ë¤Î¤Ç¤·¤ç¤¦¡£\r\n\r\nÈãȽÅù¡¢¤¢¤ë¤È»×¤¤¤Þ¤¹¤¬¤³¤ì¤¬¥¢¥á¥ê¥«¤Î¸½¼Â¤Ê¤Î¤Ç¤·¤ç¤¦¤« :signquestion: \r\n»ä¤Ï¥¢¥á¥ê¥«¿Í¤Ç¤Ï¤Ê¤¤¤·¡¢¥¢¥á¥ê¥«¤Ë¤¹¤ó¤Ç¤ë¤ï¤±¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤³¤ó¤Ê¤³¤È¤·¤«¤«¤±¤Þ¤»¤ó¤¬¡¢¿Í¤ò¼º¤¦ÄˤߤäƸÀ¤¦¤Î¤Ï¿Í´Ö¤ß¤ÊƱ¤¸¤Ë»ý¤Ã¤Æ¤¤¤ë¤È»×¤Ã¤Æ¤¤¤¿¤¤¤Ç¤¹¡£\r\n\r\n²¿¤Ï¤Ê¤¯¤È¤âCalifornia Livin\'¤Ç¤¹¡£\r\nR.I.P.[/quote:78e77bd2b1]\r\n\r\nÏÃÂê¤Ë¤Ï¤Ê¤ê¤Þ¤»¤ó¤¬¡¢ÌµÌ¾¤Î¥é¥Ã¥Ñ¡¼¤ÏÁ´ÊƤǤҤä­¤ê¤Ê¤·¤ËË´¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¤Í¡£\r\n¥Ù¥¤¤Î¥é¥Ã¥Ñ¡¼¤Ç¤Ï¡¢º£Ç¯¤âGHETTO STARZ¤ÎFREAK-O¤¬¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤¿¤ê¡¢\r\nC-BO¡¢KILLA TAY¡¢T-NUTTY¤âƱ¤¸KC¤Ç´í¸±¤ÊÌܤËÁø¤Ã¤Æ¤¤¤Æ\r\n°ìÊâ´Ö°ã¤¨¤ì¤Ð»à¤ó¤Ç¤¤¤¿¤«¤â¤·¤ì¤Þ¤»¤ó¡¦¡¦¡¦¡£\r\n\r\nÇطʤ˲¿¤¬¤¢¤Ã¤¿¤Î¤«¤Þ¤À¤ï¤«¤ê¤Þ¤»¤ó¤¬¡¢\r\n¤Ê¤¼¤½¤ó¤Ê¤Ë´Êñ¤Ë°ú¤­¶â¤ò°ú¤¤¤Æ¤·¤Þ¤¦¤Î¤«¡¦¡¦¡¦\r\n\r\n\r\nLife\'s a bitch, and then you die...\r\n¤¢¤Î¶Ê¤Ï¥Ó¡¼¥È¤âÁêÅö¤Ê¥Ü¥à¤Ç¤¹¤Í¡ª\r\nLife is short you only live once and aint no telling when your leaving \r\nSo I\'m going to do it all have a ball while I\'m still living and breathing \r\n¤Û¤ó¤È¤Ëû¤¹¤®¤Þ¤·¤¿¤¬¡¢À¸³¶¤òÁ´¤¦¤·¤¿¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£\r\n\r\n¤ª¤Þ¤±¡§ Rapper Gone Bad\r\nhttp://launch.yahoo.com/video/default.asp?vid=169168'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (908,'37561ec033','','[quote:37561ec033]Life\'s a bitch, then you die... \r\n¤¢¤Î¶Ê¤Ï¥Ó¡¼¥È¤âÁêÅö¤Ê¥Ü¥à¤Ç¤¹¤Í¡ª \r\nLife is short you only live once and aint no telling when your leaving \r\nSo I\'m going to do it all have a ball while I\'m still living and breathing \r\n¤Û¤ó¤È¤Ëû¤¹¤®¤Þ¤·¤¿¤¬¡¢À¸³¶¤òÁ´¤¦¤·¤¿¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡£[/quote:37561ec033]\r\n\r\n¼«Ê¬¤¬Mac Dre¤ò¹¥¤­¤Ë¤Ê¤ë¤­¤Ã¤«¤±¤Ë¤Ê¤Ã¤¿¶Ê¤Ç¤¹¡£\r\nºòÆü¤Ï¤º¤Ã¤È¤³¤Î¶Ê¤ò¥ê¥Ô¡¼¥È¤·¤Æ¤¤¤¿¤ó¤Ç¤¹¤¬¡¢\r\nLife\'s a bitch, then you die... ¤Î¥Õ¥ì¡¼¥º¤¬¶»¤Ë¶Á¤­¤Þ¤¹¤Í¡Ä\r\n\r\nº£·î¤ÏMac Dre¤Î¤¤¤Ä¤«Ç㤪¤¦¤È»×¤Ã¤Æ¤¤¤¿¥¢¥ë¥Ð¥à¤Ç¤âÇã¤Ã¤Æ¤ß¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (909,'8cf35c5844','','and¤¬È´¤±¤Æ¤Þ¤·¤¿¤Í¡£¡£\r\n\r\nº£¡¢Blackalation¤òÄ°¤¤¤Æ¤Þ¤¹¡£\r\nËͤϤ³¤ì¤òÄ°¤¤¤ÆMAC DRE¤¬¹¥¤­¤Ë¤Ê¤ê¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (910,'f6f3c156c1','½Ð±é¼Ô¶ÛµÞÊ罸','2004.11.21.sun@¿·½Éizm\r\n-CARVINE¡Á3rd Stage¡Á-\r\n\r\nOPEN PM 22:00 ¡Á\r\nCLOSE AM 5:00\r\n\r\nDoor \\2,500YEN-1d\r\nw/f \\2,000YEN-1d\r\n\r\n¡ù¡ú¡ù¡ú¡ù DJ\'s ¡ù¡ú¡ù¡ú¡ù\r\nYO-1 ( BUSTA STUDENT¡ù ) / ToNo / Á°¤Î¤á¤ê / and more...\r\n\r\n¡ù¡ú¡ù¡ú¡ù MC\'s ¡ù¡ú¡ù¡ú¡ù\r\nMASTER¡ÈB¡ÉCLOUD ( BUSTA STUDENT¡ù ) / HotDog / MC¹ñ¸÷ /\r\n BOTTLE ( BUSTA STUDENT¡ù ) / and more...\r\n\r\n¡ù¡ú¡ù¡ú¡ù DANCER\'s ¡ù¡ú¡ù¡ú¡ù\r\n¤Á¤£¤â¤â / and more...\r\n\r\n¡Ö¤ß¤ó¤Ê¤¬°ìÂΤȤʤê³Ú¤·¤á¤ëŽÊŽßŽ°ŽÃŽ¨Ž°¡×¤òŽºŽÝŽ¾ŽÌŽßŽÄ¤ËËè·îÂè»°ÆüÍËÆü¤Ë¿·½Éizm¤Ë¤Æ³«ºÅ¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¤È¤Ë¤«¤¯Áû¤®¤¿¤¤!!Í٤ꤿ¤¤!!Íá¤Ó¤ë¤Û¤É°û¤ß¤¿¤¤!!¤È¸À¤¦Êý¤ÏÀ§Èó¤´Íè¾ì¤¯¤À¤µ¤¤¡£\r\n½Ð±é¼Ô¡¢STAFF°ìƱ¿´¤è¤ê¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n!!mail¤Ç¤ÎŽÃŽÞŽ¨Ž½Ž¶Ž³ŽÝŽÄ¼õÉÕÃæ!!\r\nÅöÆü¡¢PM20:00¤Þ¤Ç¤Ëmail¤ò失¤¿Êý¤Ë¸Â¤ê\\500YEN-1d¤Þ¤ÇŽÃŽÞŽ¨Ž½Ž¶Ž³ŽÝŽÄ¤µ¤»¤Æ夭¤Þ¤¹¡£\r\n¸æ̾Á°¡¢¿Í¿ôÅù¤ò¤´µ­Æþ¤Î¾å [ busta_student@hotmail.com ] ¤Þ¤Ç¤´Ï¢Íí¤¯¤À¤µ¤¤¡£\r\n\r\n*OPEN MIC & ¿¶¤ëÉñ¤¤¼ò ( ŽÃŽ·Ž°Ž× ) ¤¢¤êŽÏŽ½!!\r\nÃí) ¿ô¤ä»þ´Ö¤Ë¸Â¤ê¤¬¤¢¤ë¤Î¤Ç¤´Ãí°Õ²¼¤µ¤¤¡£\r\n\r\n*Íè¾ì¤·¤Æ¤¤¤¿¤À¤±¤¿Êý50̾¸ÂÄê¤ÇBUSTA STUDENT¡ù CREW¤ÎDEMO CD¤òŽÌŽßŽÚŽ¾ŽÞŽÝŽÄ!!\r\n\r\n!!WANTED!!\r\n¸½ºß¡¢CARVINE¤Ç¤ÏDJ,MC,DANCER¤Ê¤É¤Î½Ð±éŽ±Ž°ŽÃŽ¨Ž½ŽÄ¤òÊ罸¤·¤Æ¤¤¤Þ¤¹¡£\r\n¼ÂÎÏ¡¢·Ð¸³¡¢Ç¯Îð¡¢¥¹¥¿¥¤¥ë¡¢etc...°ìÀÚÌ䤤¤Þ¤»¤ó¡£\r\n¤ä¤ëµ¤¤Î¤¢¤ëÊý¡¢³èÆ°¤Î¾ì¤ò¹­¤²¤¿¤¤Êý¤Ï [ cloud.a.k.a.r-ammiya@ezweb.ne.jp ] ¤Þ¤Ç¤´Ï¢Íí¤¯¤À¤µ¤¤¡£\r\n\r\nOFFICIAL SITE\r\nBUSTA STUDENT¡ù CREW [ http://www.geocities.jp/b_star_recording/index1.html ]\r\nCARVINE¡Á3rd Stage¡Á ( mobile ) [ http://ip.tosp.co.jp/i.asp?i=carvine ]\r\n¿·½Éizm [ http://www.clubizm.net/ ]\r\n\r\nOrganized by MASTER¡ÈB¡ÉCLOUD (BUSTA STUDENT¡ù)\r\nE-mail ( PC ) : busta_student@hotmail.com\r\nE-mail ( mobile ) : cloud.a.k.a.r-ammiya@ezweb.ne.jp'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (911,'ca98100e6e','Êѹ¹¤¬¤¢¤ê¤Þ¤·¤¿¡£','DJ HAGANE¤¬¼¡¤ÎÆüÍÑ»ö¤¬¤¢¤ë°ÙTime Table¤ËÊѹ¹¤¬¤¢¤ê¼«Ê¬¤ÈHAGANE·¯¤Î»þ´Ö¤¬Æþ¤ìÂؤï¤ê¤Þ¤·¤¿¡£\r\nº£²ó¤Ï¤·¤Ã¤È¤ê¤È¤·¤¿Ç»¤¤Áª¶Ê¤ò¤¹¤ë¤½¤¦¤Ê¤Î¤Ç¤ß¤Ê¤µ¤óÁ᤯Íè¤ÆDJ HAGANE¤ÎŽÌŽßŽÚŽ²¤òÄ°¤¤¤Æ¼ò°û¤ó¤ÇChill¤·¤Þ¤·¤ç¤¦¡ù×Ä\r\n»ý¤Á¹þ¤ß´ë²è¤â¤¿¤Ã¤×40ʬ¤¢¤êŽËŽÞŽÃŽÞŽµ¤äDVD¤Î±ÇÁü¤âή¤»¤ë¤Î¤Ç¤ß¤Ê¤µ¤ó¤ª»ý¤Á¤¯¤À¤µ¤¤¡£\r\n»ý¤Á¹þ¤ß»®Ëº¤ì¤º¤Ë¡ª\r\n\r\n11:00-11:30 2SAC\r\n11:30-12:00 Playya-1000 Nari\r\n12:00-12:40 DJ HAGANE\r\n12:40-1:20 Ty\'LUV\'hunter\r\n1:20-2:00 LBC-G\r\n2:00-2:50 DJ DOPE\r\n2:50-3:30 »ý¤Á¹þ¤ß\r\n3:30-4:20 DJ Ž¶Ž¯ŽÁŽ¬ŽÝ\r\n4:20-5:00 DJ MASS'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (912,'7e3ab57599','´Ö°ã¤¤¤Þ¤·¤¿¡£','DJ HAGANE¤¬¼¡¤ÎÆüÍÑ»ö¤¬¤¢¤ë°ÙTime Table¤ËÊѹ¹¤¬¤¢¤ê¼«Ê¬¤ÈHAGANE·¯¤Î»þ´Ö¤¬Æþ¤ìÂؤï¤ê¤Þ¤·¤¿¡£ \r\nº£²ó¤Ï¤·¤Ã¤È¤ê¤È¤·¤¿Ç»¤¤Áª¶Ê¤ò¤¹¤ë¤½¤¦¤Ê¤Î¤Ç¤ß¤Ê¤µ¤óÁ᤯Íè¤ÆDJ HAGANE¤ÎŽÌŽßŽÚŽ²¤òÄ°¤¤¤Æ¼ò°û¤ó¤ÇChill¤·¤Þ¤·¤ç¤¦¡ù×Ä \r\n»ý¤Á¹þ¤ß´ë²è¤â¤¿¤Ã¤×40ʬ¤¢¤êŽËŽÞŽÃŽÞŽµ¤äDVD¤Î±ÇÁü¤âή¤»¤ë¤Î¤Ç¤ß¤Ê¤µ¤ó¤ª»ý¤Á¤¯¤À¤µ¤¤¡£ \r\n»ý¤Á¹þ¤ß»®Ëº¤ì¤º¤Ë¡ª \r\n\r\n11:00-11:30 2SAC \r\n11:30-12:00 Playya-1000 Nari \r\n12:00-12:40 DJ HAGANE \r\n12:40-1:20 Ty\'LUV\'hunter \r\n1:20-2:00 LBC-G \r\n2:00-2:50 DJ DOPE \r\n2:50-3:30 »ý¤Á¹þ¤ß \r\n3:30-4:20 DJ Ž¶Ž¯ŽÁŽ¬ŽÝ \r\n4:20-5:00 DJ MASS'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (913,'6dbef9d332','The Remedy','¥Ù¥¤¥Ó¡¼¤Á¤ã¤ó¤Ç¤âÈÎÇäÃæ¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (914,'3ee6873c18','','¤Ê¤ó¤À¤«¿®¤¸¤é¤ì¤Ê¤¤¤Ç¤¹¤Í¡¢¤Æ¤«¿®¤¸¤¿¤¯¤Ê¤¤¤Ç¤¹¡£\r\n²þ¤á¤Æ¡¢½Æ¤Ã¤Æ¤³¤ó¤Ê¤Ë¤â´Êñ¤Ë¿Í³Ê¤äºÍǽ¤òÃ¥¤¤µî¤Ã¤Æ¤·¤Þ¤¦¤ó¤Ç¤¹¤Í¡£\r\n¥Þ¥¤¥±¥ë¥à¡¼¥¢¤¬ŽÎŽÞŽ°ŽØŽÝŽ¸ŽÞŽÌŽ«Ž°ŽºŽÛŽÝŽÊŽÞŽ²ŽÝ¤ÇÈãȽ¤·¤¿½Æ¼Ò²ñ¥¢¥á¥ê¥«¤Ï¡¢¤¿¤Àñ¤Ë³°¹ñ¤ÎÏäȤ·¤Æ¤·¤«Íý²ò¤·¤Æ¤Ê¤«¤Ã¤¿´¶¤¬¤¢¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢¤³¤ó¤Ê·Á¤Ç²æ¡¹¤Ë¤âÈᤷ¤ß¤ò¤â¤¿¤é¤¹¤ó¤Ç¤¹¤Í¡£\r\n²¿¤Ï¤È¤â¤¢¤ì»ÄÇ°¤Ç¤Ê¤ê¤Þ¤»¤ó¡£\r\n\r\nRest in paradise...\r\n[img:3ee6873c18]http://img68.exs.cx/img68/8991/thizzface.gif[/img:3ee6873c18]\r\n[img:3ee6873c18]http://img.photobucket.com/albums/v85/TheTruth/MacDre.jpg[/img:3ee6873c18]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (915,'c5f18f35b2','','Hey just let you know you can get The Remedy at cd baby now. here is the link http://www.cdbaby.com/skratch2'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (916,'bc8111f0e4','','EsE DrEaMeR¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£\r\n\r\n[url=http://www.40ouncerecords.com/audio/jay%20_tee_ft_mac_dre-chop_that_hoe.mp3]JAY TEE Ft. MAC DRE - Chop That Hoe[/url]\r\nJAY TEE¤ÈMAC DRE¤¬ºÇ¸å¤ËÏ¿²»¤·¤¿¶Ê¤é¤·¤¤¤Ç¤¹(Genius Of Love»È¤¤)¡£\r\nJAY TEE¤â¤«¤Ê¤ê¸Å»²¤À¤È»×¤Ã¤Æ¤¤¤Þ¤·¤¿¤¬¡¢MAC DRE¤ÎÊý¤¬ÀèÇÚ¤À¤½¤¦¤Ç¡¦¡¦¡¦°ÎÂç¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (917,'a999b96244','CUZZIN ICE LECTA Ft. ECAY UNO ¥Ó¥Ç¥ª','http://www.mssvision.com/VOD/040.asp\r\nCUZZIN ICE Ft. ECAY 1 - 94 West\r\nECAYÀèÀ¸¤¬¤¯¤½¤«¤Ã¤³¤¤¤¤¤Ç¤¹ 8) \r\n\r\n²èÌ̤¬¾®¤µ¤»¡¼¤è¤È¤¤¤¦¿Í¤Ï[url=http://www.mssvision.com/Http/VodAsx/240/94West.asx]¤³¤³[/url]¤«¤é¸«¤Æ¤¯¤À¤µ¤¤¡£¼Á¤Ï°­¤¤¤Ç¤¹¤¬¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (918,'0c981387dd','Gail Gotti Presents: For My Bitchz & My Niggaz Compilati','¥Ë¥å¡¼¥¹¤Ë¥È¥é¥Ã¥¯¡¦¥ê¥¹¥È¤¬ºÜ¤Ã¤Æ¤¤¤Þ¤·¤¿¤¬\r\nhttp://www.gailgotti.net/\r\n¤Ç¥²¥Ã¥È¤Ç¤­¤Þ¤¹¡£\r\n´ûȯ¶Ê/´ûȯ¥Ó¡¼¥È¤¬¤Û¤È¤ó¤É¤Ç¤¹¤¬¡¢KURUPT¤Î¥Ü¡¼¥Ê¥¹¶Ê(Á°È¾¥¹¥Ì¡¼¥×¤Î¿·¶Ê¤Î¥Ó¡¼¥È)¤Ê¤É¤ÏÄ°¤¯²ÁÃͤ¢¤ë¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (919,'6142c1137b','¤«¤Ã¤³¤¤¤¤¤Ã¤¹¡£','¤¤¤Ä¤â¤¤¤Ä¤â¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤Á¤Ê¤ß¤Î»ä¡¢Ecay Uno¤Î¤³¤È¤ò¥µ¥ó¥Ç¥£¥¨¥´½Ð¤Ã¤Æ¤³¤È¤°¤é¤¤¤·¤«ÃΤé¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢\r\n¤â¤·¤è¤«¤Ã¤¿¤é²¿¤«¶µ¤¨¤Æ¤¯¤ì¤Þ¤»¤ó¤«¡© :signhelp:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (920,'fe974d63c7','DL¤·¤Þ¤·¤¿¡£','[quote:fe974d63c7=\"g-stringz\"]¥Ë¥å¡¼¥¹¤Ë¥È¥é¥Ã¥¯¡¦¥ê¥¹¥È¤¬ºÜ¤Ã¤Æ¤¤¤Þ¤·¤¿¤¬\r\nhttp://www.gailgotti.net/\r\n¤Ç¥²¥Ã¥È¤Ç¤­¤Þ¤¹¡£\r\n´ûȯ¶Ê/´ûȯ¥Ó¡¼¥È¤¬¤Û¤È¤ó¤É¤Ç¤¹¤¬¡¢KURUPT¤Î¥Ü¡¼¥Ê¥¹¶Ê(Á°È¾¥¹¥Ì¡¼¥×¤Î¿·¶Ê¤Î¥Ó¡¼¥È)¤Ê¤É¤ÏÄ°¤¯²ÁÃͤ¢¤ë¤È»×¤¤¤Þ¤¹¡£[/quote:fe974d63c7]\r\n¤Ê¤ó¤È¤âDL¤Ç¤­¤¿¤ó¤Ç¤¹¤Í¡£\r\nÃΤé¤Ê¤«¤Ã¤¿¤Ç¤¹¡£\r\n½Å¤Í½Å¤Í¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n°ì²óή¤·¤Æʹ¤­¤Þ¤·¤¿¤¬´ûȯ¤Ï³Î¤«¤Ë¤¢¤ê¤Þ¤¹¤Í¡£\r\n¤â¤¦¤Á¤ç¤Ã¤Èʹ¤¤¤Æ¤ß¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (923,'8fc3c7929a','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£','¥¤¥ó¥¿¥Ó¥å¡¼¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\n´èÄ¥¤Ã¤ÆÆɤó¤Ç¤ß¤Þ¤¹ :signthanks: \r\nSD¤Ï¥Á¥«¡¼¥Î¤Î¥¤¥á¡¼¥¸¤¬¶¯¤¤¤Ç¤¹¤è¤Í¡£\r\nSD¤Î¥¢¥á¥ê¥«¿Í¤Ëʹ¤¤¤¿¤È¤³¤í¡ÖCali¤Î¤Û¤¦¤¬¥á¥­¥·¥«¥ó¤Ï¤¤¤Ã¤Ñ¤¤¤¤¤ë¤¼¡×¤È¤¤¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n[quote:8fc3c7929a=\"g-stringz\"]\r\n¤È¤³¤í¤Ç¡¢G-HOUSE¤µ¤ó¤Î¥é¥¸¥ª¤ÇÁª¶Ê¤µ¤ì¤Æ¤¤¤¿¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢\r\nBATTLECAT´Ø·¸¤Î¥µ¥¦¥¹¡¦¥»¥ó¥È¥é¥ë¤Î¥é¥Ã¥Ñ¡¼¡¢KING LOU¤¬\r\n·â¤¿¤ì¤ÆË´¤¯¤Ê¤Ã¤¿ÌÏÍͤǤ¹¡£Ž¥Ž¥Ž¥¥ì¥¹¥È¥¤¥ó¥Ô¡¼¥¹¡£[/quote:8fc3c7929a]\r\n\r\n¤Ê¤ó¤È¤â¡ª :stoopyd: \r\n¾×·â¤Ç¤¹! :shocked!: \r\nKingLou¤¬¤Ç¤¹¤«¡¦¡¦¡¦BattleCat·Ï¤Îͭǽ¤Ê¥×¥í¥Ç¥å¡¼¥µ¡¼¤À¤Ã¤¿¤Î¤Ë¡£\r\nƮǭÀèÀ¸¤â¤µ¤¾¤«¤·¤¬¤Ã¤«¤ê¤·¤Æ¤ë¤Ç¤·¤ç¤¦¡¦¡¦¡¦R.I.P.'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (924,'732c0825f7','2004ǯ¥Ù¥¹¥È»®¡ª','¤â¤¦¤½¤í¤½¤í¤½¤ó¤ÊÏÃÂ꤬¤Ç¤Æ¤¯¤ë¤³¤í¤Ç¤¹¤Í¡£\r\n¤¤¤í¤¤¤í¤¢¤²¤Æ¤¤¤­¤Þ¤·¤ç¤¦¢ö\r\n\r\n»ä¤Ï¤Ù¤¿¤Ë\r\nZ-RO / The Life Of Joseph W.McVey\r\nNB Ridaz / NB Ridaz.com\r\nBullet / North Coast Rain\r\n¤¢¤¿¤ê¤¬Îɤ«¤Ã¤¿¤Ç¤¹¤«¤Í¡¼\r\n¤Þ¤À¡¢Ì¤Ä°»®¤¬¤¿¤¯¤µ¤ó¤¢¤ë¤Î¤Ç¤Ê¤ó¤È¤â¤¤¤¨¤Þ¤»¤ó¤±¤É¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (925,'c166fe570c','DESTINY\'S CHILD Ft. T.I. & LIL WAYNE - Soldier','[url=http://www.destinyschild.com/video/DestinysChild_SoldierVidFull_300.asx]Soldier¤Î¥Ó¥Ç¥ª[/url]\r\n¤Á¤ç¤Ã¤È¥®¥ã¥ó¥°¤Ã¤Ý¤¤¤Ç¤¹¡£¥Ó¥è¥ó¥»¤¬C-WALK¤Ã¤Ý¤¤¤³¤È¤ä¤Ã¤Æ¤ÆICE CUBE¤â¤¤¤Þ¤¹¡£\r\n[url=http://www.mtv.com/bands/az/lil_jon_1/audvid.jhtml]LIL JON¤Î¶Ê[/url]¤Ç¤â»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢CUBE¤Ï¥á¥¤¥ó¥¹¥È¥ê¡¼¥à¤Î¥®¥ã¥ó¥°¥¹¥¿¡¦¥¢¥¤¥³¥ó¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤ß¤¿¤¤¤Ç¤¹¤Í :oops: \r\n¤½¤ì¤ÈLIL WAYNE¤ÎÉ÷ËƤ¬ÀΤνÂë¤ò»×¤¤µ¯¤³¤µ¤»¤Þ¤¹ :bootyshake:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (926,'ac79549098','Éü³è¡ªBIG BOY RECORDS','http://www.bigboyrecordsllc.com/\r\n¹¹¿·¤µ¤ì¤Æ¡¢¥Ù¥Æ¥é¥ó¡¦¿·¿Í¤½¤ì¤¾¤ì¤Î¥¢¡¼¥Æ¥£¥¹¥È¤Î¼«¸Ê¾Ò²ð±ÇÁü¤¬\r\n¸«¤ì¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤Þ¤·¤¿¡ª\r\nBLOCK BURNAZ¤Ã¤Æ¥¢¥ë¥Ð¥à½Ð¤Æ¤ë¤È»×¤¦¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡¦¡¦¡¦'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (927,'022ed9b39a','MR.SCHE & AL KAPONE','±ä´ü¤·¤Þ¤¯¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¢°ì±þÍèǯ2·îȯÇä¤Î¤è¤¦¤Ç¤¹¡£\r\n¥¢¥ë¥Ð¥à¤«¤é¤Î[url=http://www.soundclick.com/pro/?BandID=21688]Snips 2¤È¥·¥ó¥°¥ë[/url]¤¬Ä°¤±¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤·¤¿¡£\r\n¤¹¤´¤¯³Ú¤·¤ß¤Ç¤¹¡£¥·¥ó¥°¥ë¤Ï¤Á¤ç¤Ã¤ÈÃÏÌ£¤ÇEIGHTBALL & MJG¤Î\r\n¥Ñ¥¯¤ê¤Ã¤Ý¤¤¤Ç¤¹¤±¤ÉAL KAPONE¤¬Îɤ¤¤Ç¤¹¡£\r\n\r\n[url=http://theclick.laganzie.net/videos/thugholiday1.wmv]SCHE¤Î¥½¥í¤ÎÊý¤«¤é¤Î¥·¥ó¥°¥ë[/url]¤Ç¤âAL KAPONE¤¬½Ð¤Æ¤­¤¿½Ö´Ö¤«¤é¶Ê¤¬¥¯¥é¥ó¥¯¤¹¤ë¤È»×¤¤¤Þ¤¹¡£´ÓϽ¤Ç¤¹¤Í!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (928,'a87e58dd36','','Z-RO¤ÏÎɤ«¤Ã¤¿¤Ç¤¹¤Í¡¼\r\n¤Þ¤À¹Í¤¨¤Æ¤Ê¤¤¤Î¤Ç¡¢¸å¡¹½ñ¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹ :icon_smile:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (929,'f769a12f0c','','¤ªµ×¤·¤Ö¤ê¤Ç¤¹ :oops: \r\nBIG BOY RECORDS¤ÎÉü³è¤Ï¤¦¤ì¤·¤¤¸Â¤ê¤Ç¤´¤¶¤¤¤Þ¤¹¡£ :lol: \r\n¤³¤ÎÁ°¡¢´ûȯ+¥Ü¡¼¥Ê¥¹¥È¥é¥Ã¥¯¤Î¥Ù¥¹¥ÈÈפòÇ㤤¤Þ¤·¤¿¡£:o \r\n\r\nBLOCK BURNAZ¤ÎCD¤Ï¤Þ¤ÀÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬ :roll: \r\nSQAD¡¡UP!,MAGNOLIA¡¡CHOP¤È¤¤¤¦\r\nÃϸµÌ©Ãå¤Î¥²¥¹¥È¿Ø¤«¤é¤â´üÂԤǤ­¤ë¤È»×¤¤¤Þ¤¹¡£\r\n¸Ä¿ÍŪ¤ËMAGNOLIA CHOP¤Î±´¤Ë¤Ï¤«¤Ê¤ê´üÂÔ¤·¤Æ¤Þ¤¹¡£ :) \r\n\r\nBIG BOY ¤Î¿·¿Í¤Ë¤ÏÀ§Èó´èÄ¥¤Ã¤ÆÍߤ·¤¤¤Ç¤¹¡£ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (930,'489dd2173c','','¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£\r\nBIG BOY¤Ï¤³¤ì¤«¤é¤¿¤¯¤µ¤ó¥ê¥ê¡¼¥¹Í½Ä꤬¤¢¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡ª\r\nGH¤ÏËͤ⤫¤¤¤Þ¤·¤¿¡ª\r\n¿·Ï¿¤Î¥Ü¡¼¥È¥é¡¢ºÇ¸å¤ÎBLACK MENACE¤È¤«J-DAWG,TIM SMOOTH¤È¤«\r\n¤á¤Á¤ã¤¯¤Á¤ã¤«¤Ã¤³¤è¤¯¤Æ¡¢´üÂÔ¤¬¹â¤Þ¤ê¤Þ¤¹¡£\r\n\r\nMAGNOLIA CHOP¤È¤¤¤¦¿Í¤Ï¥·¥ó¥¬¡¼¤Ê¤ó¤Ç¤¹¤« :?: \r\nÃΤé¤Ê¤«¤Ã¤¿¤Î¤ÇÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹ :angel8:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (931,'2083d92203','rip screw suc','[color=green:2083d92203]¥«¥ß¥ó¥°¥¹¡¼¥ó¤ß¤¿¤¤¤Ç¤¹¤Í¡¢MAAB¡£¤¤¤¯¤é¤Ç¤âÂÔ¤Á¤Þ¤¹¤è¡ª :oops: [/color:2083d92203]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (932,'e2ba613d53','','MAGNOLIA CHOP¤ÏºÇ¶á¤ÎNO¤Î¥é¥Ã¥Ñ¡¼¤Î¥¢¥ë¥Ð¥à¤Ë¥²¥¹¥È»²²Ã¤·¤Æ¤¤¤Æ\r\n·ë¹½¤¤¤¤±´¤òÈäϪ¤·¤Æ¤¤¤Þ¤¹¡£ :oops: \r\n¥¢¥ë¥Ð¥à¤â¤Ç¤Æ¤¤¤ë¤è¤¦¤Ê¤Î¤Ç¹ØÆþ¤·¤¿¤¤¤È»×¤Ã¤Æ¤¤¤Þ¤¹ :) \r\n\r\n¤¤¤Þµ¤¤Å¤¤¤¿¤ó¤Ç¤¹¤¬¡¢BLOCK BURNAZ¤Ã¤Æ¤Ê¤Ë¤²¤Ë¥Ô¥«¥Á¥å¥¦¤Î¥¢¥ë¥Ð¥à¤Ë\r\n¥²¥¹¥È»²²Ã¤·¤Æ¤Þ¤¹¤Í :!: \r\n\r\n¤³¤ì¤«¤éBIG BOY¤«¤é¥ê¥ê¡¼¥¹¤µ¤ì¤ëDANGERFIELD¤â¤è¤µ¤²¤Ç¤¹¤Í8)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (933,'c9c58d932f','¤¤¤è¤¤¤èº£½µ¡ª¡ª¤ß¤ó¤Ê½¸¤Þ¤ì¡ª¡ª','2004 / 11 / 21 ( sun ) @ ¿·½Éizm \r\n- CARVINE ¡Á 3rd Stage ¡Á -\r\n\r\nEVENT̾ : CARVINE ¡Á 3rd Stage ¡Á\r\n ÆüÄø : 2004 ǯ 11 ·î 21 Æü ÆüÍËÆü\r\n ²ñ¾ì : ¿·½É izm\r\n\r\n ³«Å¹ : PM 22 »þ\r\n ÊÄŹ : AM 5 »þ\r\n\r\n Æþ¾ìÎÁ : \\ 2,500 ±ß ( °ìÇÕÉÕ )\r\n w / f : \\ 2,000 ±ß ( °ìÇÕÉÕ )\r\n\r\n¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù\r\n\r\n¢£DJ\'s¢£\r\n\r\nYO-1 ( BUSTA STUDENT¡ù ) / ToNo ( Û° ) /\r\n Á°¤Î¤á¤ê / TOMSDA / and more...\r\n\r\n¢£LIVE ARTIST¢£\r\n\r\nMASTER¡ÈB¡ÉCLOUD ( BUSTA STUDENT¡ù ) / HotDog / \r\nMC ¹ñ¸÷ / BOTTLE / ¥ª¡¼¥·¥ã¥ó-P / and more...\r\n\r\n¢£PAINT CAP¢£\r\n\r\nXIN\r\n\r\n¢£HOST MC¢£\r\n\r\nMASTER¡ÈB¡ÉCLOUD ( BUSTA STUDENT¡ù )\r\n\r\n¡û OPEN MIC & ¿¶¤ëÉñ¤¤¼ò ( ¥Æ¥­¡¼¥é ) ¤¢¤ê¥Þ¥¹ !\r\n\r\n¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù\r\n\r\n\r\n* mail ¤Ç¤Î¥Ç¥£¥¹¥«¥¦¥ó¥È ( Drink Âå [ \\ 500±ß ] ¤Î¤ß ) 50 ̾¸ÂÄê¤Ç¼õÉÕÃæ !\r\n¡¡mail ¤òÅöÆü¤Î PM 19:30 ¤Þ¤Ç²¼µ­¤ÎE-mail ¥¢¥É¥ì¥¹¤Þ¤Ç¼õ¤±ÉÕ¤±¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¡¡Ì¾Á°¤È¿Í¿ô¤ÈǯÎð¤ò¤´µ­Æþ¤Î¾å¡¢ mail ¤òÁ÷ÉÕ¤·¤Æ²¼¤µ¤¤¡£\r\n\r\n¡¡[ busta_student@hotmail.com ]\r\n\r\n!!!! WANTED !!!!\r\n¸½ºß¡¢¡Ö CARVINE ¡Á 3rd stage ¡Á @ ¿·½Éizm ¡×¤Ç¤Ï°ì½ï¤Ë¶¨ÎϤ·¤Æ¥¤¥Ù¥ó¥È¤òÀ¹¤ê¾å¤²¤Æ¤¤¤¿¤À¤±¤ëDJ , MC , DANCER , VJ ¤Ê¤É¤Î½Ð±é¼Ô¤ÈʪÈνП´õ˾¼ÔÅù¤ò¼ã´³Ì¾Ê罸¤·¤Æ¤¤¤Þ¤¹¡£\r\n¶½Ì£¤Î¤¢¤ëÊý¤Ï [ busta_student@hotmail.com ] ¤Ëµ¤·Ú¤Ë mail ¤ò²¼¤µ¤¤¡£¤´¼ÁÌä¤À¤±¤Ç¤â OK ¤Ç¤¹¡£\r\n\r\n¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù\r\n\r\nOFFICIAL SITE\r\n¿·½Éizm ( PC ÈÇ ) [ http://www.clubizm.net/ ]\r\nCARVINE ( mobile ÈÇ ) [ http://ip.tosp.co.jp/i.asp?i=carvine ]\r\nBUSTA STUDENT¡ù ( PC ÈÇ ) [ http://www.geocities.jp/b_star_recording/index1.html ]\r\nBUSTA STUDENT¡ù ( mobile ÈÇ ) [ http://ip.tosp.co.jp/i.asp?i=bustass ]\r\n\r\nTOTAL INFOMATION\r\nE-mail [ busta_student@hotmail.com ] ( Organizer ±«µÜ ζǷ²ð )\r\nTel [ 090 - 9208 - 9721 ] ( Organizer ±«µÜ ζǷ²ð )\r\n\r\n¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù\r\n\r\n¿·½Éizm\r\n¢© 160 - 0021\r\nÅìµþÅÔ ¿·½É¶è ²ÎÉñ´ìÄ® 1 - 7 - 1\r\nJ 2 ¥Ó¥ë B 1 , B 2\r\n\r\n¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù¡ú¡ù\r\n\r\n½Ð±é¼Ô , STAFF , Organizer , ¿·½Éizm °ìƱ¡¢³§ÍͤΤ´ÍèŹ¤ò¿´¤è¤ê¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹m(__)m'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (934,'4574bb87fe','','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£:signthanks: \r\n¥í¡¼¥«¥ë¤Ç¤¬¤ó¤Ð¤Ã¤Æ¤ë¿Í¤Ê¤ó¤Ç¤¹¤Í¡£ÃíÌܤ·¤Æ¤ß¤Þ¤¹¡£\r\n̾Á°¤¬¥ë¥¤¥¸¥¢¥Ê¤òºÇÂç¸Â¤ËREP¤·¤Æ¤ë´¶¤¸¤Ç¤¤¤¤¤Ç¤¹¤Í¡ª :oops: \r\n\r\n¥Ô¥«¥Á¥å¥¦¤Ã¤ÆÄ°¤¤¤Æ¤ß¤¿¤¤¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤â¸å²ó¤·¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡£\r\n¥Ð¥¦¥ó¥¹¤è¤ê¥Ð¥¦¥ó¥¹¡Ü¥¹¥È¥ê¡¼¥È¤ÎÊý¤¬¸Ä¿ÍŪ¤Ë¹¥¤­¤Ê¤Î¤ÇŽ¥Ž¥Ž¥\r\nDANGERFIELD¤Ïµ¤¹çÆþ¤Ã¤Æ¤½¤¦¤Ê¤Î¤Ç¡¢¤¿¤Ö¤ó¹¥¤ß¤Ç¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (935,'91c8ce311f','SnoopDogg, R&G´¶ÁÛ¥¹¥ì¥Ã¥É','¤È¤¦¤È¤¦¥ê¥ê¡¼¥¹¤µ¤ì¤¿¤è¤¦¤Ç¤¹¡£\r\n»ä¼«¿È¤Þ¤Àʹ¤¤¤Æ¤¤¤Ê¤¤¤Î¤È¡¢1st¥·¥ó¥°¥ë¤¬Èù̯¤À¤Ã¤¿¤Î¤Ç¤½¤³¤Þ¤Ç´üÂԤϤ·¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¦¡¦¡¦\r\n¤¼¤Ò¡¢´¶ÁÛ¤ò¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (936,'131c999a1f','ʹ¤¤¤Æ¤ß¤Þ¤·¤¿','°ìÅÙ¡¢Î®¤·¤Æʹ¤­¤Þ¤·¤¿¡£\r\n¤¼¤ó¤¼¤ó¥À¥á¥À¥á¤Ã¤Æ´¶¤¸¤Ç¤Ï¤Ê¤¤¤Ç¤¹ :) \r\n¤¢¤Þ¤êGangstaGangsta¤·¤¿´¶¤¸¤Ç¤Ï¤¯¤Ê¤¤¤È¤¤¤¦¤Î¤¬Î¨Ä¾¤Ê´¶ÁۤǤ¹¤¬¡¢¤ª¤·¤ã¤ì¤Ê¥È¥é¥Ã¥¯¤¬Â¿¤¯¡¢¤·¤«¤â¤½¤ì¤ò¥¹¥à¡¼¥¹¤Ëʹ¤±¤Æ¤·¤Þ¤¦´¶¤¸¤¬¤·¤Þ¤·¤¿¡£\r\nʹ¤¤¤Æ¤¤¤¯¤¦¤Á¤ËÊʤˤʤꤽ¤¦¤Ç¤¹¡£\r\n¤â¤¦¾¯¤·Ê¹¤­¹þ¤ó¤Ç¤ß¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (937,'e8b5fc339c','','¤Þ¤ÀÇã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡¦¡¦¡¦¡£Ì¤¤Ãæ¤Ç¤¹¡£\r\n¤Á¤ç¤Ã¤È»îÄ°¤·¤Æ¤ß¤¿¤éÎɤ¤¶Ê¤¢¤ê¤½¤¦¤Ç¤¹¤Í¡£\r\n¤Á¤Ê¤ß¤Ë¥·¥ó¥°¥ë¤Ï¤«¤Ê¤ê¹¥¤­¤Ç¤·¤¿ :bootyshake:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (938,'e2bb63f78d','E-White\'s 48 Hours: The White Album','½Ð¤Þ¤¹¤Í¡ªFOESUM¤Î¥µ¥¤¥È¤Ç²¿¶Ê¤«»îÄ°¤Ç¤­¤Þ¤¹¡£\r\nXL¤Îºî¤ë¶Ê¹¥¤­¤Ê¤Î¤Ç¡¢³Ú¤·¤ß¤Ç¤¹ :) \r\n\r\n¤¢¤È¤³¤Î¥Ó¥Ç¥ª¸«¤Æ¤¯¤À¤µ¤¤¡£[url]http://foesum.com/videos/fredwreckshouse.wmv[/url]\r\n\"In The Middle Of The Night\" Featuring MNMSTA & KAM\r\n¤¬Î®¤ì¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢Îɤµ¤½¤¦¡¦¡¦¡¦\r\n¥·¥ó¥°¥ëÀڤ俤饦¥¨¥¹¥È·ÏDJ¥Þ¥¹¥È¥Ð¥¤¤Ã¤Æ´¶¤¸¤¬¤·¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (939,'5057539e5c','Re: E-White\'s 48 Hours: The White Album','²¿µ¤¤Ë»ä¤â´üÂÔ¤·¤Æ¤Þ¤¹ :) \r\nE-White¤â̾Á°¤¬À¤¤Ë½Ð¤Æ¤«¤é¤³¤³¤Þ¤Ç¤¯¤ë¤Î¤¬Ä¹¤«¤Ã¤¿¤Ç¤¹¤Í¡¦¡¦¡¦\r\n\r\n[quote:5057539e5c=\"g-stringz\"]¤¢¤È¤³¤Î¥Ó¥Ç¥ª¸«¤Æ¤¯¤À¤µ¤¤¡£[url]http://foesum.com/videos/fredwreckshouse.wmv[/url]\r\n\"In The Middle Of The Night\" Featuring MNMSTA & KAM\r\n¤¬Î®¤ì¤Æ¤ë¤ó¤Ç¤¹¤¬¡¢Îɤµ¤½¤¦¡¦¡¦¡¦\r\n¥·¥ó¥°¥ëÀڤ俤饦¥¨¥¹¥È·ÏDJ¥Þ¥¹¥È¥Ð¥¤¤Ã¤Æ´¶¤¸¤¬¤·¤Þ¤¹¡£[/quote:5057539e5c]\r\n\r\n¸«¤Þ¤·¤¿¤è¡Á\r\nFredWreck¥Õ¥¡¥ó¤Î»ä¤È¤·¤Æ¤ÏTalkBox»Ñ¤Ç´¶·ã¤Ç¤·¤¿¤±¤É :thumbright: \r\n¤½¤Î¶Ê¤Ã¤Æ¥Ó¥Ç¥ªÆâ¤Î¤Ç¤¹¤è¤Í¡©\r\n¤·¤Ó¤ì¤Þ¤·¤¿¡¢FredWreckFunk¡õTalkBox¡£\r\n¤Þ¤µ¤Ë¥Þ¥¹¥È¥Ð¥¤¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (940,'ec25026f2a','¥¹¥­¡¼','¥¹¥Ë¥Ú¥Ã¥Èʹ¤­¤Þ¤¯¤Ã¤Æ¤ß¤Þ¤·¤¿ :oops: \r\n\r\nA-town crunck¤è¤ê¤ä¤Ã¤Ñ¤ê¼«Ê¬¤Ïm-town crunk¤Î¤Û¤¦¤¬¤·¤Ã¤¯¤ê¤­¤Þ¤¹¡£\r\n\r\nal kapone¤Î¥½¥í¤Ã¤Æ¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¤¢¤Èsche»á¤Ç¤¹¤¬¡¢¥×¥í¥ì¥¹¥é¡¼¤Ë¤Ê¤ë¡¢¤Ê¤ó¤Æ¤³¤È¤â¸À¤Ã¤Æ¤ª¤é¤ì¤Þ¤·¤¿¤¬¡¢¤½¤Î¤Ø¤ó¤â¶½Ì£¿¼¡¹¥Ç¥¹¡£ 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (941,'5001516934','¤¢¤È','indo g¤Î¥¯¥ê¥¹¥Þ¥¹¥¤¥ó¥á¥ó¥Õ¥£¥¹¤â¼«Ê¬¤â¥²¥Ã¥È¤·¤Þ¤·¤¿ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (942,'be47559db9','','ºÙÈý¥¯¥ó¡Ê¤È¤¤¤¦¤«ÈýÌӤʤ¤¡Ë¤È¤¤¤¤¥Á¥ó¥Ô¥é¤µ²Ã¸º¤¬¹¥ÂоȤǤ¹¤Í\r\n\r\nTI¤Î¥¢¥ë¥Ð¥à¤â³Ú¤·¤ß¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (943,'3f1a45450c','','º£Ç¯¤ÏMAAB»°¿Í¤È¤â¥¢¥ë¥Ð¥à½Ð¤Þ¤·¤¿¤¬¡¢\r\nz-ro¤Ïʸ¶ç¤Ê¤·¤È¤·¤Æ :oops: \r\nTrae¤Èdougie d¤É¤Á¤é¤¬Îɤ«¤Ã¤¿¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n³§Íͤδ¶ÁÛ¤¬Ê¹¤­¤¿¤¤¤Ç¤¹¡£\r\n¥ì¥Ó¥å¡¼Á´Á³½ñ¤¤¤Æ¤Ê¤¯¤Æ¤¹¤ß¤Þ¤»¤ó :cry:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (944,'fc00733b91','','¤ªµ×¤·¤Ö¤ê¤Ç¤¹\r\n\r\nbig boyÉü³èÁ´Á³ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\nÁᮿ·ºî»°ËçÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£\r\n\r\nUNLV¤Î¿·ºîÇ㤤¤Þ¤·¤¿¤¬¡¢²¿¤À¤«¥Ù¥¹¥ÈÈפߤ¿¤¤¤ÊÊ·°Ïµ¤¤Ç\r\n¤³¤Á¤é¤âÎɤ«¤Ã¤¿¤Ç¤¹¡£. ¤³¤³¤é¤¢¤¿¤ê¤Î¸Å»²Ï¢Ã椬¡¢¤«¤Ê¤ê¥Ï¥¤¥¯¥ª¥ê¥Æ¥£¤Ê¤â¤Î¤À¤·¤Æ¤­¤Æ¤¤¤Þ¤¹¤Í!!\r\n\r\n¥Ô¥«¥Á¥å¡¼¤Ï¸å²ó¤·¤Ç¤¤¤¤¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤« :oops: \r\n\r\n¤¢¤Èlil wayne¤Î¥¢¥ë¥Ð¥à¤Çpro¤ä¤Ã¤Æ¤¿raj smoovʹ¤¤¤¿¤³¤È¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤É¤ó¤Ê´¶¤¸¤Ç¤·¤ç¤¦¤«¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (945,'141d3f2c5f','ASSASSIN & MOPREME SHAKUR','http://www.soundclick.com/pro/default.cfm?BandID=53769&content=music\r\n¤Ç¿·¶Ê¤¬Ä°¤±¤Þ¤¹¡£¤½¤³¤½¤³Îɤ¤¤È»×¤¤¤Þ¤¹¡£\r\n¤·¤«¤·ASSASSIN¤â¤³¤Ã¤Á·Ï¤«¡¦¡¦¡¦BB KING-\"Trill Is Gone\"¤Ç¤¹¤Í¡£\r\n¤½¤ì¤ÈHitEmUp.com¤ËMOPREME¤Î¥¤¥ó¥¿¥ô¥å¡¼¤¢¤ê¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (946,'b4261bc89b','','AL KAPONE¤ÏÀΤ«¤é¥¯¥é¥ó¥¯¤Ã¤Æ¸À¤Ã¤Æ¤Þ¤·¤¿¤â¤ó¤Í¡¼\r\n¥¢¥È¥é¥ó¥¿Àª¤Ë»ý¤Ã¤Æ¤«¤ì¤Æ»ÄÇ°¤¬¤Ã¤Æ¤¤¤ë¤³¤È¤Ç¤·¤ç¤¦¡¦¡¦¡¦ :cry: \r\n¥½¥í¤Î¤³¤È¤Ï¤ï¤«¤é¤Ê¤¤¤Ç¤¹¡£\r\nhttp://www.alkatrazproductions.com/\r\n¤ÇLatest Mixtape¤¬Ä°¤±¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¤±¤É:?\r\n\r\nSCHE¤¬¥×¥í¥ì¥¹¤ä¤ë¤ó¤Ç¤¹¤«! :) \r\n¤¿¤·¤«¤Ë·ë¹½¥¬¥¿¥¤¤ÏÎɤ¤¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (947,'43e81359da','','DOUGIE DÇã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£\r\n¥¢¥ó¥°¥é¤À¤«¤é¤Ã¤Æ¤Î¤â¤¢¤ë¤ó¤Ç¤¹¤¬\r\n¥µ¥ó¥×¥ë2¡¢3¶ÊÄ°¤¤¤¿¤é¤Ê¤ó¤«¤·¤ç¤Ü¤¤¥Á¥­¥Á¥­¤Ê´¶¤¸¤À¤Ã¤¿¤Î¤Ç¡¦¡¦¡¦\r\n\r\nREVIEW³Ú¤·¤ß¤ËÂԤäƤޤ¹¡ª\r\n¤¢¡¢µÞ¤«¤·¤Æ¤¤¤ë¤ï¤±¤¸¤ã¤Ê¤¤¤Ç¤¹ :oops:\r\n¤ª»þ´Ö¤¢¤ë¤È¤­¤Ë¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (948,'f5e9ec7a14','','RAJ SMOOV¤Ã¤Æ¥é¥Ã¥×¤¹¤ë¤ó¤Ç¤¹¤«¡©DJ¡©\r\n¥Ð¥¤¥ªÃΤäƤ뤫¤¿¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (949,'21b5e86872','raj smoove redefines... bayou classic, 2001','1. Intro feat. Raj Smoove\r\n2. Bully Of The Block feat. Camoflauge Assassins\r\n3. Mac Live From St. Tammany feat. Mac\r\n4. Killin\'Em All feat. One-Eye\r\n5. And 1 feat. Psycho Ward feat. Rajr Moor, Storm, & Coola\r\n6. The Comeback feat. Mia X\r\n7. Who\'s That? Bionik Brown\r\n8. Xtra Curricular Cutlass\r\n9. Marked 4 Death feat. Black Crime feat. Chunch\r\n10. Ass-trology feat. Mannie Fresh\r\n11. Foot Work feat. 5th Ward Weebie feat. P-Town Moe\r\n12. If Only feat. Psycho Ward feat. One-Eye Coola\r\n13. Just Being Lyrical feat. JBL\r\n14. Scratches feat. Carmen\r\n15. Heat feat. Heavy Hittaz\r\n16. Truly Yours feat. Asylum feat. Canabis Lekture, Oblivion, & Optix\r\n17. Under Fire feat. Coola\r\n18. U Ain\'t Maintainin\' feat. Ill Relatives\r\n19. Quit It Dog feat. Mannie Fresh\r\n20. Step Outside feat. Profound\r\n21. HG (sup*2) feat. Strom\r\n\r\n¥¢¥ë¥Ð¥à¤Î¥È¥é¥Ã¥¯¥ê¥¹¥È¤Ç¤¹\r\n¤É¤¦¤ä¤éÁ´Éôpro¤Î¤ß¤Çrap¤Ï¤Ê¤µ¤½¤¦¤Ç¤¹¤Í\r\n¤³¤ìÍߤ·¤¤¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (950,'324ab0d6b0','raj smoove redefines... bayou classic, 2001','1. Intro feat. Raj Smoove\r\n2. Bully Of The Block feat. Camoflauge Assassins\r\n3. Mac Live From St. Tammany feat. Mac\r\n4. Killin\'Em All feat. One-Eye\r\n5. And 1 feat. Psycho Ward feat. Rajr Moor, Storm, & Coola\r\n6. The Comeback feat. Mia X\r\n7. Who\'s That? Bionik Brown\r\n8. Xtra Curricular Cutlass\r\n9. Marked 4 Death feat. Black Crime feat. Chunch\r\n10. Ass-trology feat. Mannie Fresh\r\n11. Foot Work feat. 5th Ward Weebie feat. P-Town Moe\r\n12. If Only feat. Psycho Ward feat. One-Eye Coola\r\n13. Just Being Lyrical feat. JBL\r\n14. Scratches feat. Carmen\r\n15. Heat feat. Heavy Hittaz\r\n16. Truly Yours feat. Asylum feat. Canabis Lekture, Oblivion, & Optix\r\n17. Under Fire feat. Coola\r\n18. U Ain\'t Maintainin\' feat. Ill Relatives\r\n19. Quit It Dog feat. Mannie Fresh\r\n20. Step Outside feat. Profound\r\n21. HG (sup*2) feat. Strom\r\n\r\n¥¢¥ë¥Ð¥à¤Î¥È¥é¥Ã¥¯¥ê¥¹¥È¤Ç¤¹\r\n¤É¤¦¤ä¤éÁ´Éôpro¤Î¤ß¤Çrap¤Ï¤Ê¤µ¤½¤¦¤Ç¤¹¤Í\r\n¤³¤ìÍߤ·¤¤¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (951,'4000bea49c','BEST OF THE SOUTH 2K4','¤Þ¤À¤Þ¤ÀǯËö¤Ë¤«¤±¤Æ¡¢¤«¤Ê¤ê¥ê¥ê¡¼¥¹¤µ¤ì¤Þ¤¹¤¬¡¢\r\nµ´¥¹¥´»®¡¢¥È¥Û¥Û»®¡¢²¿¤Ç¤âBEST¤Ç¤¹¡£\r\n\r\n¤È¤ê¤¢¤¨¤º¥Ù¥¹¥È¤ÏZ-ro¤Ç·èÄê¤Ç¤·¤ç¤¦¤«¤Í¡£\r\n\r\nº£Ç¯¥ê¥ê¡¼¥¹¤µ¤ì¤¿RAL¤Î£´Ëç\r\nz-ro\r\njuve, wacko, skip\r\nafter hell broke loose\r\ndevin the dude\r\n¤³¤Î£´Ëç¤òÃæ¿´¤Ëʹ¤¤¤Æ¤¤¤¿¤è¤¦¤Êµ¤¤¬¤·¤Þ¤¹¡£ 8) \r\n\r\n¤½¤Î¾¾ÜºÙ¤Ï¸å¤Û¤É 0X'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (952,'a3046fe3b3','ASSASSINO HERE!!!!!','DONT FORGET TO COME ORDER ASSASSIN RAP PACK CDS www.assassinmusic.com'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (953,'6f82875eda','','What up Assassino? glad you posted here. Your production always sounds clean... keep doin your thing Assassin! :leftfighter3:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (954,'47d280c2d6','','goku¤µ¤ó¶Ê¥ê¥¹¥È¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¥¢¥ë¥Ð¥à¤¬½Ð¤Æ¤ë¤ÎÁ´Á³ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£\r\n¥×¥í¥Ç¥å¡¼¥µ¡¼¤Ê¤ó¤Ç¤¹¤«¤Í¡©\r\n¤·¤«¤·ÃΤé¤Ê¤¤Ì¾Á°¤¬¤¤¤Ã¤Ñ¤¤¡¦¡¦¡¦N.O.¤â±ü¤¬¿¼¤¤¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (955,'d33de1e782','','¸Ä¿ÍŪ¤Ë¤ÏZ-RO, DEVIN, CEE-LO, LIL WAYNE, I-20...¤Ã¤Æ¤«¤ó¤¸¤Ç¤·¤ç¤¦¤«¡£\r\n¤â¤¦¤Á¤ç¤¤¥Þ¥¤¥Ê¡¼¤Ê¤ä¤Ä¤Ï¸å¤Ç½ñ¤­¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (956,'4f8f9f4072','˺¤ì¤Æ¤¿!','[quote:4f8f9f4072=\"g-stringz\"]http://www.soundclick.com/pro/default.cfm?BandID=53769&content=music\r\n¤Ç¿·¶Ê¤¬Ä°¤±¤Þ¤¹¡£¤½¤³¤½¤³Îɤ¤¤È»×¤¤¤Þ¤¹¡£\r\n¤·¤«¤·ASSASSIN¤â¤³¤Ã¤Á·Ï¤«¡¦¡¦¡¦BB KING-\"Trill Is Gone\"¤Ç¤¹¤Í¡£\r\n¤½¤ì¤ÈHitEmUp.com¤ËMOPREME¤Î¥¤¥ó¥¿¥ô¥å¡¼¤¢¤ê¤Þ¤¹¡£[/quote:4f8f9f4072]\r\n\r\nËèÅ٤ξðÊó¤É¤¦¤â¤Ç¤¹¡ª\r\n°ÊÁ°¡¢¤³¤Î¥ì¡¼¥Ù¥ë¤«¤é¥³¥ó¥¿¥¯¥È¤¬¤¢¤ê¡¢¡ÖMopreme¤¬¥¢¥ë¥Ð¥à¤ò½Ð¤¹¤¼!¡×¤ß¤¿¤¤¤Ê¤³¤È¤ò¸À¤ï¤ì¤¿¤Î¤Ç¥¤¥ó¥¿¥Ó¥å¡¼¤ò¤ª´ê¤¤¤·¤Æ¤¿¤ó¤Ç¤·¤¿¡£\r\n¤½¤Î¤Þ¤Þ¡¢¼ÁÌäʸ¤ò¤ª¤¯¤é¤º¤Ë¡Ê¤Ä¤¯¤é¤º¤Ë¡Ë¤¤¤¿¤Þ¤Þ¤Ç¤·¤¿¤è¡¦¡¦¡¦\r\n\r\nMopreme¼«¿È¤ÏPAC¤È¤Ï°ÛÊì·»Äï¤Î¤è¤¦¤Ç¤¹¤¬¡¢¤¢¤Þ¤ê»÷¤Æ¤Þ¤»¤ó¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (957,'ae16a93372','¥¢¥á¥ê¥«¤Ç¤â','[quote:ae16a93372=\"g-stringz\"]¤Á¤Ê¤ß¤Ë¥·¥ó¥°¥ë¤Ï¤«¤Ê¤ê¹¥¤­¤Ç¤·¤¿ :bootyshake:[/quote:ae16a93372]\r\n¤¦¡Á¤ó¡¢¥¢¥á¥ê¥«ºß½»¤Î¿Í¤Ë¤â¡Ö¤¦¤±¤Æ¤Þ¤¹¤è¡Á¡×¤È¸À¤ï¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n¤¤¤Þ¤À¤ËDoggyStyle¤ÎG¡ÝFUNK¤òSnoop¤Ë´üÂÔ¤·¤Æ¤·¤Þ¤¦»ä¤Ç¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (958,'a475ed8313','','¼«Ê¬¤Ïpeteypablo,goodiemob,b.g,kenoe,silktheshocker,trae,clche,shawnna,jacki-o,trickdaddy,8¶Ì¡õmjg,¤ò¤è¤¯Ä°¤¤¤Æ¤Þ¤¹¡£t,i¤È£´£°£´soldiers,liljon¤Ï¤Þ¤ÀÄ°¤¤¤Æ¤Ê¤¤¤Ç¤¹¡£ ¸Ä¿ÍŪ¤Ë¤Ïclche¤¬¥Ù¥¹¥È¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (959,'1321fd6e60','kilo g, lil ced, pko...south¥â¥ÎÊü½Ð','¤ª¶â¤Ëº¤¤Ã¤¿¤Î¤ÇÇã¤Ã¤Æ¤¤¤¿¤À¤±¤ëÊýÊýõ¤·¤Æ¤Þ¤¹\r\n\r\nkilo-g, bloody city,̤³«Éõ¤Ç¤¹¤¬£±¥ß¥êÄøÅ٤η꤬¸å¥¸¥ã¥±¤Ë¤¢¤ê\r\nlil ced, playin by the rules, (skinny pimp¤Ègangsta boo¶¦±é¡ª)³«ÉõºÑ¤ß¤Ç¤¹¤¬¡¢¿·ÉÊƱÍÍ¡¢¤¿¤À¤·¥±¡¼¥¹¤Ë³ä¤ì¤¢¤ê\r\nal-d, mind at ease¿·ÉÊ̤³«Éõ\r\nfrom mo city to yo city, compilation(z-ro, half dead organization...more)¿·ÉÊ\r\nnino presents down south playaz click vol1, ¿·ÉÊ̤³«Éõ¥±¡¼¥¹¸å¤í¤Ë¥­¥º¤¢¤ê\r\nmobb figgaz, wise guyz on tha rise,¿·ÉÊ¥±¡¼¥¹¤Ë¥­¥º¤¢¤ê\r\ndown south hook up, compilation, (skinny pimp, prophet posse al kapone...more)³«ÉõºÑ¤ß¤Ç¤¹¤¬¿·ÉÊƱÍÍ\r\n\r\n¥á¡¼¥ë¤Ç¹ØÆþ´õ˾²Á³Ê¤òÌÀµ­¤Î¾å¥á¡¼¥ë¤¯¤À¤µ¤¤\r\n¾°´õ˾²Á³Ê¤¬¹çÃפ·¤¿»þ¤Î¤ß¤ªÊÖ»ö¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡£\r\nÅöÊý³¤³°ºß½»¤Î¤¿¤áÁ÷ÎÁ¤À¤±¤Ç¹Ò¶õÊØ1000±ß,®ã2000±ßÌ㤤¼õ¤±¤Þ¤¹¤Î¤Ç¤è¤í¤·¤¯¸æ´ê¤·¤Þ¤¹\r\n®ã¤Ç¤¹¤È²Ùʪ¤ÎÄÉÀפ¬½ÐÍè¤Þ¤¹¤¬¡¢¹Ò¶õÊؤǤ¹¤È½ÐÍè¤Þ¤»¤ó¡£\r\nÇÛÁ÷¤Ë¤ª¤±¤ë»ö¸Î¡¢Ê¶¼º¤Ë¤Ä¤¤¤Æ¤ÏÀÕǤ¤òÉ館¤Þ¤»¤ó¤Î¤Ç¸æλ¾µ´ê¤¤¤Þ¤¹¡£\r\n\r\n¾ÜºÙ¤Ï¡¢¤ª¼è¤ê°ú¤­¤¬·èÄꤷ¼¡Âè¡¢¤ªÃΤ餻¤·¤Þ¤¹¤Î¤Ç¡¢\r\n¤Þ¤º¤Ï¡¢¹ØÆþ²Á³ÊÌÀµ­¤Î¾å¥á¡¼¥ë¤¯¤À¤µ¤¤\r\n\r\nÊ£¿ôËç¹ØÆþ¤·¤Æ¤¯¤À¤µ¤ëÊýÂç´¿·Þ¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (960,'0520ed0eba','','[quote=\"taka\"]¼«Ê¬¤Ïpeteypablo¡¢goodiemob¡¢b.g¡¢kenoe¡¢silktheshocker¡¢trae¡¢clche¡¢shawnna¡¢jacki-o¡¢trickdaddy¡¢8¶Ì¡õmjg¡¢gangstapat,pistol¡¢¤Ç¤¹¤Í¡£t.i¡¢£´£°£´soldiers¡¢liljon¡¢esg¡¢ganastablac¡¢¤Ï¤Þ¤ÀÄ°¤¤¤Æ¤Ê¤¤¤Ç¤¹¡£ ¸Ä¿ÍŪ¤Ë¤Ïclche¤¬¥Ù¥¹¥È¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (961,'96ca852381','THANX G_HOUSE GLAD 2 BE HERE!!!','I Also got exclusive wax autograph vinyl only 10 available at 20.00 a record RARE 12 inch SIDE A MAKAVELI ASSASSIN REAL BAD BOYZ/INSTRUMENTAL SIDE B PLAYAZ NIGHT YOUNGLIFE/INSTRUMENTAL\r\nemail assassin@assassinmusic.com for ordering! THANX GHOUSE!!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (962,'6a012cfcbb','','http://www.crowncityentertainment.com/\r\n¤ËXL¤Î¿·¶Ê(Ft. BO-ROCC)¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤¹¡ªWARREN G¹¥¤­¤Ê¿Í¤Ï¤±¤Ã¤³¤¦µ¤¤ËÆþ¤ë¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (963,'9a6d13e4b9','','Çä¤ì¤Æ¤Þ¤¹¤è¤Í¡¼¡ª\r\n¸Ä¿ÍŪ¤Ë¤ÏÁ°ºî¤ÎBeautiful¤è¤êÁ´Á³¹¥¤­¤Ç¤¹¡£\r\n¥®¥ã¥ó¥°¥¹¥¿¤Ç¥Ô¥ó¥×¤Ç¥Ý¥Ã¥×¥¹¥¿¡¼¤Ê¤ó¤Æ¤ª¤¤¤·¤¤¤È¤³¼è¤ê¤·¤¹¤®¤Ç¤¹¤±¤É¤Í¡¦¡¦¡¦\r\n¥Ó¥Ç¥ª¤ÇLong Beach 20¤È½ñ¤¤¤Æ¤¢¤ë¤Æ¥·¥ã¥ÄÃå¤Æ¤Þ¤¹¤¬¡¢¼ÂºÝ¤ÎÏÃ\r\nº£¤â¥í¥ó¥°¥Ó¡¼¥Á¤Ë½»¤ó¤Ç¤ë¤ó¤Ç¤·¤ç¤¦¤« :?:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (964,'fe5329ae26','Re: ˺¤ì¤Æ¤¿!','^Classic shit right there!!\r\n\r\n[quote:fe5329ae26=\"G-HOUSE03\"]\r\nMopreme¼«¿È¤ÏPAC¤È¤Ï°ÛÊì·»Äï¤Î¤è¤¦¤Ç¤¹¤¬¡¢¤¢¤Þ¤ê»÷¤Æ¤Þ¤»¤ó¤Í¡£[/quote:fe5329ae26]\r\n\r\n°ÛÊì·»Äï¤Ê¤ó¤Ç¤¹¤Í :o ¤¿¤·¤«¤Ë¤¢¤Þ¤ê»÷¤Æ¤Ê¤¤¤Ç¤¹¤â¤ó¤ÍŽ¥Ž¥Ž¥\r\nOUTLAWZ¡¢THUG LIFE´Ø·¸¤Û¤ó¤ÈÃΤé¤Ê¤¤¤Ç¤¹ ::oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (965,'c11d1b1511','','How much do you want for Bloody City ?'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (966,'8f02c77f78','','well, i don\'t wanna say how much i want here, but let\'s say, i want more than the retail price but less than the crazy prices bidded on ebay\r\n\r\n :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (967,'cd2e6dbeb4','VINYL SHIPPED!!','Ill get that trackin info 2 ya!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (977,'385652d57d','¤´Ìµº»ÂÁ¤·¤È¤ê¤Þ¤¹','¿·É褢¤Þ¤êÄ°¤±¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢\r\nESG / ALL AMERICAN GANGSTA\r\n¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£\r\nTIµ¤¤Ë¤Ê¤ê¤Þ¤¹¡£TRICK DADDY¤â̤¤ÀÇã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£¥¤¥«¥ó¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (970,'cd6a3eb7d0','south','lil wayne,mannie fresh,Master P,Young buck,Don yute,Z-Ro,UTP,Lil\' Wyte,pitbull,Jacki-OÃæ¿´¤Ëʹ¤¤¤Æ¤¤¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (971,'bb8e60dcd2','','¤³¤ó¤Ë¤Á¤Ï¡£¼«Ê¬¤Ïsouth½é¿´¼Ô¤ÇÀΤΤФ䫤êÇã¤Ã¤Æ¿·Éè¤Ë¤ª¤Ã¤Ä¤«¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢º£Ç¯½Ð¤¿¤Î¤Ç°ìÈÖÄ°¤¤¤Æ¤¿¤Î¤Ïz-ro¤Ç¤âtrae¤Ç¤âdevin¤Ç¤âk-rino¤Ç¤â¤Ê¤¯ching bling¤Îtamale kingpin¤À¤Ã¤¿¤ê¤·¤Þ¤·¤¿¤Ç¤¹¡£·ª¤·¤§¤ÏÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¤Í¤§¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (972,'95625890db','chingo','¥Á¥ó¥´¤Ç¤¹¡£¤Þ¤Á¤¬¤¨¤Þ¤·¤¿chingo bling¤Ç¤¹¡£¤Ä¡¼¤«¤³¤Î¿Í¥Á¥«¥Î¤Ê¤ó¤Ç´Ø·¸¤Ê¤«¤Ã¤¿¤Ç¤¹¤«¤Í¡£¤È¤Û¤Û¡¢¤¹¤ó¤Þ¤»¤ó¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (973,'e3c575ffed','¥¢¥ë¥Ð¥à½Ð¤ë¤ó¤Ç¤¹¤Í!','[quote:e3c575ffed=\"g-stringz\"]http://www.crowncityentertainment.com/\r\n¤ËXL¤Î¿·¶Ê(Ft. BO-ROCC)¥¢¥Ã¥×¤µ¤ì¤Æ¤Þ¤¹¡ªWARREN G¹¥¤­¤Ê¿Í¤Ï¤±¤Ã¤³¤¦µ¤¤ËÆþ¤ë¤È»×¤¤¤Þ¤¹¡£[/quote:e3c575ffed]\r\n\r\nʹ¤­¤Þ¤·¤¿ :) \r\n :thumbleft: :thumbright: ¤¤¤¤¡Á¤Ç¤¹¤Í¡ª\r\n¥¢¥ë¥Ð¥à¤Ï2ËçÁȤߤΤ褦¤Ç¤¹¤·¡¢³Ú¤·¤ß¤Ç¤¹¢ö\r\n¤½¤í¤½¤íDoveShack¤âÆ°¤­½Ð¤·¤½¤¦¤Ç¤¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (974,'4a63a8e1ac','»ä¤â','[quote:4a63a8e1ac=\"g-stringz\"]Çä¤ì¤Æ¤Þ¤¹¤è¤Í¡¼¡ª\r\n¸Ä¿ÍŪ¤Ë¤ÏÁ°ºî¤ÎBeautiful¤è¤êÁ´Á³¹¥¤­¤Ç¤¹¡£\r\n¥®¥ã¥ó¥°¥¹¥¿¤Ç¥Ô¥ó¥×¤Ç¥Ý¥Ã¥×¥¹¥¿¡¼¤Ê¤ó¤Æ¤ª¤¤¤·¤¤¤È¤³¼è¤ê¤·¤¹¤®¤Ç¤¹¤±¤É¤Í¡¦¡¦¡¦\r\n¥Ó¥Ç¥ª¤ÇLong Beach 20¤È½ñ¤¤¤Æ¤¢¤ë¤Æ¥·¥ã¥ÄÃå¤Æ¤Þ¤¹¤¬¡¢¼ÂºÝ¤ÎÏÃ\r\nº£¤â¥í¥ó¥°¥Ó¡¼¥Á¤Ë½»¤ó¤Ç¤ë¤ó¤Ç¤·¤ç¤¦¤« :?:[/quote:4a63a8e1ac]\r\n\r\nÁ°ºî¤è¤ê¤â¤¼¤ó¤¼¤ó¹¥¤­¤Ç¤¹!\r\n³Î¤«¤Ë¤ª¤¤¤·¤¤¤È¤³¤È¤ê¤¹¤®¤Ç¤¹¤è¤Í¡£\r\n¤Ç¤â¡¢¤ß¤ó¤Ê¤½¤¦¤¤¤¦¤Î¤Ë´üÂÔ¤·¤Æ¤¤¤ë¤é¤·¤¤¤Ç¤¹¡£\r\nSnoop¤Ë¤Ï¥´¥ê¥´¥ê¤ÎG-FUNK¤òµá¤á¤Æ¤Ï¤¤¤±¤Ê¤¤¤ó¤Ç¤¹¤Í¡¦¡¦¡¦\r\n¥í¥ó¥°¥Ó¡¼¥Á¤Ë²È¤¬¤¢¤Ã¤¿¤Ï¤º¤Ê¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (975,'d9678727b6','','ÄɲäÇT.I.¤ÎNEW¤ò¡¦¡¦¡¦\r\n¤ä¤±¤ËÍî¤ÁÃ夤¤Á¤ã¤Ã¤Æ¤Þ¤¹¤¬¡¢¥ì¥¤¥É¥Ð¥Ã¥¯¤·¤¿¤Î¹¥¤­¤Ê¤Î¤Ç¤Ð¤Ã¤Á¤ê¤Ç¤·¤¿¡ª\r\nŵ·¿Åª¥¯¥é¥ó¥¯¤ËÁö¤é¤Ê¤¤¤È¤³¤í¤â¶Ú¤¬Ä̤äƤޤ¹¤Í¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (976,'74109135f2','¡©GETO BOYS -Yes Yes Yall¤Î¥¨¥­¥¹¥È¥é','[url=http://www.rapalotrecords.com/multimedia/YesYesYall.wmv]Yes Yes Yall¡Ê¥Ó¥Ç¥ª¡Ë[/url]\r\n¤ÎÃæ¤Ë¥Æ¥­¥µ¥¹¤ÎÃø̾¤Ê¥é¥Ã¥Ñ¡¼¤¬Â罸¹ç¤·¤Æ¤ë¤é¤·¤¤¤Î¤Ç¤¹¤¬¡¢\r\nZ-RO¤ÈSLIM THUG¤È¡¢¤ª¤½¤é¤¯DEVIN¤ÈBUN-B¤é¤·¤­¿Í¤¯¤é¤¤¤·¤«³Îǧ¤Ç¤­¤Þ¤»¤ó¡¦¡¦¡¦¡£\r\n¾¤Ë¤ï¤«¤ëÊý¶µ¤¨¤Æ¤¯¤À¤µ¤¤ :!:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (978,'0f11bdc4d5','XL¤Ä¤Ê¤¬¤ê¤Ç','[url=http://www.dubcnn.com]dubcnn.com[/url]\r\n¤Ç¿ô¶ÊÄ°¤±¤Þ¤¹¤Í¡£\r\n¤±¤Ã¤³¤¦¤è¤µ¤½¤¦¤Ç¤¹¡£[/url]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (979,'ce2d63b85f','Bay Luv @ Bridje! with G-HOUSE03','¢£BAY LUV¢£\r\nDJ HAGANE 3RD MIX CD\r\nRELEASE TOUR IN Yokohama\r\n2004.12.28(TUE) @THE BRIDGE YOKOHAMA\r\n\r\n¢£GUEST DJ\r\nHAGANE(from OSAKA YELLOW RECORDS)\r\nG-HOUSE03/Hi-Low/Hi-Lo/Silent\r\n\r\n¢£DJ\r\nCHICO/TOKI\r\n\r\n¢£OPEN21:00-5:00\r\n¢£1,500/wf 2,000/door\r\n[img:ce2d63b85f]http://plaza.rakuten.co.jp/img/user/03/86/7350386/3.jpg[/img:ce2d63b85f]'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (980,'79559486da','','lil wayne¤Ã¤Æ¤¤¤Ã¤Ä¤â»×¤¦¤ó¤Ç¤¹¤¬¡¢¥Ü¥È¥à¥¹ÂÀ¤¹¤®¤Ç¤¹¤è¤Í¡£BRING IT BACK¤«¤Ê¤ó¤«¤Ç¤â¤¢¤ó¤Ê´¶¤¸¤ÎÂÀ¤µ¤Î¤Ï¤¤¤Æ¤¤¤Þ¤·¤¿¤¬¡¦¡¦¡¦¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (981,'b709ffc6dd','','Çؤ¬¾®¤µ¤¤¤Î¤ÇÂÀ¤¯¸«¤¨¤ë¤Î¤«¤â¤·¤ì¤Þ¤»¤ó :?\r\n[url=http://boss.streamos.com/wmedia/universalmotown/cash_money/baby/video/00_shineon.asx]¿·¶ÊShine On[/url]¡ÊB.G.¤Î¶Ê¤Î³ÊÔ)¤â½Ð¤Æ¤Þ¤·¤¿¡£\r\nÎɤ¤¶Ê¤Ç¤¹¡£¤·¤«¤·¡¢BABY¡¢MANNIE¡¢WAYNE¤À¤±¤Ç¤Ï¼ä¤·¤¤´¶¤¸¤·¤Þ¤¹¤Í¡£\r\nLIL MO¤Ï¥¢¥ë¥Ð¥à½Ð¤»¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©¡©'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (982,'e0d43a5bfa','','wc2k¤Ë3ǯÁ°¤ÎKING LOU¤Î¥Ó¥Ç¥ª¤¢¤ê¤Þ¤¹¡ª\r\nÀèÀ¸¤âĹ¡¹¤È¸ì¤Ã¤Æ¤ª¤é¤ì¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (983,'5e0dffcd1f','Re: »ä¤â','[quote:5e0dffcd1f=\"G-HOUSE03\"]¥í¥ó¥°¥Ó¡¼¥Á¤Ë²È¤¬¤¢¤Ã¤¿¤Ï¤º¤Ê¤ó¤Ç¤¹¤¬¡¢¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤Í¡©[/quote:5e0dffcd1f]\r\n\r\n¤½¤¦¤Ê¤ó¤Ç¤¹¤«¡¼¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤É¤ó¤Ê¹ëÅ¡¤Ê¤Î¤«µ¤¤Ë¤Ê¤ê¤Þ¤¹ :oops:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (984,'9dc32a4cf7','','Ä°¤­¤Þ¤·¤¿¡ª¤³¤Î¿Í¤Ïº¬¤Ã¤«¤é²»³Ú¹¥¤­¤Ê´¶¤¸¤¬¤·¤Æ¹¥´¶¤¬»ý¤Æ¤Þ¤¹¡£\r\n¤¿¤Þ¤Ë¤¢¤ë¥Ù¥¿¤Ê¥Í¥¿»È¤¤¤¬ÆüËܿͤ˼õ¤±¤½¤¦¤Ç¤¹¤·¡£\r\n¥ê¥ê¥Ã¥¯¥¹¤¬¤¢¤Þ¤ê¥®¥ã¥ó¥°¥¹¥¿¤Ã¤Ý¤¯¤Ê¤¤¤È¤³¤í¤âÉý¹­¤¯¥¢¥Ô¡¼¥ë¤·¤½¤¦¤Ç¤¹¤Í¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (985,'e1495c872e','','¾å¤Î¼«Ê¬¤Î½ñ¤­¹þ¤ßg-stringz¤µ¤ó¡¢goku¤µ¤ó¤Î¥Ñ¥¯¥ê¤¸¤ã¤Ê¤¤¤Ç¤¹¤«¤é¤Í¡£Â¾°Õ¤Ï̵¤¤¤Ç¤¹¡Ê¥Á¥§¥Ã¥¯¤ÏÁ¤«¤Ç¤·¤¿¤±¤É¡Ë¡£\r\n¤È¤³¤í¤Çlil jonÍߤ·¤¤¡£dvd¤¢¤ê¤È¥Ê¥·¤É¤Á¤é¤¬Ç㤤¤Ç¤¹¤«¤Í¡©¤º¤Ã¤ÈǺ¤ó¤Ç¤Þ¤¹¡Ê¼ÂÏáË狼¥¢¥É¥Ð¥¤¥¹¤è¤í¤·¤¯¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (986,'7d67e2fdd4','','¥µ¥¤¥È¤¬¸«¤Å¤é¤¯¤Ê¤Ã¤Æ¤¤¤Æ¡¢\r\n¤¹¤ß¤Þ¤»¤ó\r\n¹¹¿·¤â¤·¤Æ¤Ê¤¤¤Ç¤¹¤·¤Í :cry: \r\n\r\nlil jon¤Ç¤¹¤±¤É¡¢bonus¤Ï¤«¤Ê¤ê¤¤¤±¤Þ¤¹¡£\r\n¤Ç¤âdvd¤Ï¥ß¥å¡¼¥¸¥Ã¥¯¥Ó¥Ç¥ª¤È¡¢¤ªÂðˬÌä¤Ç¤¹¤«¤é\r\n¤¢¤ó¤Þ¤ê¤¿¤¤¤·¤¿¤³¤È¤Ê¤¤¤«¤â¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (987,'ea3c928d95','','¥ì¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¼«Ê¬¤Ï¹ë²ÚÈǤÏCD+DVD¤À¤È»×¤Ã¤Æ¤¤¤Æ¡¢BONUS DISC¤Î¸ºß¤Ëµ¤¤¬ÉÕ¤¤¤Æ¤Ê¤«¤Ã¤¿¤Ç¤¹¡£¤¤¤ä¡¼¿Ò¤Í¤Æ¤ß¤ÆÎɤ«¤Ã¤¿¤Ç¤¹¡£Áá®Ãíʸ¤·¤Þ¤·¤¿¡£ :) \r\n¥µ¥¤¥È¤ÎÊý¡¢¹­¹ð¤¬»ÄÇ°¤Ç¤¹¤¬´èÄ¥¤Ã¤Æ¤¯¤À¤µ¤¤¡£º£ÅÙ¤«¤é¤Ï¤Á¤ã¤ó¤ÈCHECK¤µ¤»¤ÆÌ㤤¤Þ¤¹¡£ :oops: \r\n¤Ç¤ï¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (988,'0fbd46b77a','THE ASSASSIN LOVES JAPAN!!!!','I CANT WAIT 2 MAKE IT OUT THERE TO PERFORM 2 MY MANY LOYAL FANS!!!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1011,'785c3c7f70','','UPPIN!!\r\n¤ó¡¼¤ä¤Ã¤Ñ¤êº£Ç¯¤âECAY UNO¤Ç¤·¤¿¡£¤¢¤È¤ÏBABY BUBB - No Time 4 Play¤È¤«Ž¥Ž¥Ž¥¸Ä¿ÍŪ¤Ê¹¥¤ß¤¬¥â¥í¤Ë½Ð¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (991,'ab1cb94c95','We now have the new comic book available featuring assassin!','It also comes with a cd of new tracks featuring S.C.C SAN QUINN MOPREME SHAKUR now available at www.soundclick.com/assassin\r\nGO 2 the store here. http://www.soundclick.com/Store/ShoppingCartInfo.cfm?BandID=53769&ProductID=2189'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (992,'32cd2ff78c','Exclusive!','NEWS¤Ç¤â¥¢¥Ã¥×¤·¤Þ¤·¤¿¤¬Assassin¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤ò¹Ô¤¤¤Þ¤·¤¿ :2gunfire: \r\n¤±¤Ã¤³¤¦¶½Ì£¿¼¤¤¤³¤È¤Þ¤ÇÏ䷤Ƥ¯¤ì¤Þ¤·¤¿¡£\r\n\r\n¶áÆüÃæ¤Ë¥¢¥Ã¥×¤·¤Þ¤¹¤Î¤Ç¤ª³Ú¤·¤ß¤Ë :thumbleft: \r\n\r\ng-stringz¤µ¤ó¡¢special thanx¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (993,'51abea6c87','¹¹¿·¤·¤Æ¤Þ¤¹','MUSIC¥³¡¼¥Ê¡¼¤ò¹¹¿·¤¹¤ë¤¿¤Ó¤Ë¤Á¤ç¤Ó¤Á¤ç¤Ó¤½¤Î¥¢¥ë¥Ð¥à¤«¤é¤ª´«¤á¶Ê¤âº®¤¼¤Æ¹¹¿·¤·¤Æ¤Þ¤¹¤Î¤Ç¡¢¤¼¤Ò¤È¤â¤­¤¤¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤¢ö\r\n¤Þ¤¿¡¢¥ê¥¯¥¨¥¹¥È¤â¤Ç¤­¤ë¤À¤±Âбþ¤·¤¿¤¤¤È»×¤¤¤Þ¤¹¤Î¤Ç¤ªÂÔ¤Á¤·¤Æ¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (994,'54348ba7cd','E-WHITE»ëÄ°¤·¤Þ¤·¤¿!','¤Þ¤ÀÇã¤Ã¤Æ¤Ï¤Ê¤¤¤ó¤Ç¤¹¤±¤ÉÁ´¶ÊÄ°¤¤¤Æ¤ß¤Þ¤·¤¿¡£\r\n¥á¥í¥¦¤¢¤ê¡¢FUNK¤¢¤ê¡¢Á֤䤫¤¢¤ê¤Ç¥­¥ã¥Ã¥Á¥ã¡¼¤Ê´¶¤¸¤Ç¤¹¤Í¡£\r\n;͵¤¬½Ð¤¿¤éÇã¤Ã¤Æ¤ß¤è¤¦¤È»×¤¤¤Þ¤¹¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (995,'47de6c9b26','','ĹÊÔ¥¤¥ó¥¿¥ô¥å¡¼! ³Ú¤·¤ß¤ËÂԤäƤޤ¹!! :)'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (996,'c835e53c2b','','¤¹¤¤¤Þ¤»¤ó¢¬ËͤǤ¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (997,'b6dd684a71','DIRTY BIRDY','http://www.nativerecords.com/\r\n¥Ú¡¼¥¸Æâ¤Î¥×¥ì¥¤¥ä¡¼¤ÎTrack 14-16¤Ë¿·¶Ê¤¢¤ê¤Þ¤¹¡£¥¢¥ë¥Ð¥à¤Ï´üÂԤǤ­¤½¤¦¤Ç¤¹¡ª\r\n3¶ÊÌÜ\"So International\"¤Î»í¤ÎÆâÍƤËÈ¿¤·¤Æ¡¢ÆüËܤǤϤۤȤó¤É̵̾¤À¤È»×¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤«¤é909 I.E.¤Ï¤Á¤ç¤Ã¤ÈÃíÌܤǤ¹¤Í¡£\r\n\r\n¤½¤ì¤È¡¢D.E.A.¤Î¥ê¥Ó¥å¡¼Æɤޤ»¤Æ¤¤¤¿¤À¤¤¤¿¤ó¤Ç¤¹¤¬¡¢\r\nHAWK¤ÎÊý¤¬·»¤Ç¤¹¡£ËͤâÁ°¤Þ¤Ç´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (998,'ea933c771b','¤ä¤Ã¤Ù¤§¤§¤§¡Á','¤ä¤¢¤Ð¤£¤Ã¤¹¤Í¤§¡£¡£¡£¡¡¤¦¤¥¤¥¡£¡£¡£\r\n\r\n¤ª¤Ò¤µ¤¤¤Ö¤ê¥Ç¥¹¡ª¤È¤«¸À¤¦Á°¤Ë¡¡¥ä¥Ð¥¤¤Èȯ¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n¤¢¤é¤¿¤á¤Þ¤·¤Æ¡¢¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡£\r\n\r\n¤¢¡¼¤·¤â¡¢FredWreckÂç¹¥¤­¤Ç¤¹¡ª¡ª\r\n¥¢¥Õ¥í¥³¡¼¥à¤ò¤µ¤·¤¿¤¤¤¯¤é¤£¡¡¹¥¤­¥Ç¥¹¡£\r\n\r\nMNMSTA²Î¤Ã¤Æ¤ë¶Ê¤«¤Ê¤ê¡¡¤­¤å¤ó¤È¤­¤Þ¤·¤¿¡ª¡ª\r\n¤â¡¼¡¡¤Ê¤ó¤Æ¤§¤«¡¡¤³¤¦¤¤¤¦²»Âç¹¥¤­¥Ç¥¹¡ª¡ª\r\n¤¹¤ó¤´¤£¡¡³Ú¤·¤ß¤À¡¼¡¼¡¼'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (999,'2e6dd48068','Re: ¤ä¤Ã¤Ù¤§¤§¤§¡Á','[quote:2e6dd48068=\"Baby Dogg\"]\r\n¤¢¡¼¤·¤â¡¢FredWreckÂç¹¥¤­¤Ç¤¹¡ª¡ª\r\n¥¢¥Õ¥í¥³¡¼¥à¤ò¤µ¤·¤¿¤¤¤¯¤é¤£¡¡¹¥¤­¥Ç¥¹¡£\r\n[/quote:2e6dd48068]\r\n\r\n¤´Ìµº»ÂÁ¤·¤Þ¤¹ :) \r\n¥¢¥Õ¥í¥³¡¼¥à¤µ¤·¤Æ¤ä¤ê¤¿¤¤¤Ç¤¹¤Í :oops: \r\n\r\n¹ñÆâÈפâ¥ê¥ê¡¼¥¹¤µ¤ì¤ë¤è¤¦¤Ç¤¹¤è¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1000,'81e356f0aa','Re: DIRTY BIRDY','[quote:81e356f0aa=\"g-stringz\"]http://www.nativerecords.com/\r\n¥Ú¡¼¥¸Æâ¤Î¥×¥ì¥¤¥ä¡¼¤ÎTrack 14-16¤Ë¿·¶Ê¤¢¤ê¤Þ¤¹¡£¥¢¥ë¥Ð¥à¤Ï´üÂԤǤ­¤½¤¦¤Ç¤¹¡ª\r\n3¶ÊÌÜ\"So International\"¤Î»í¤ÎÆâÍƤËÈ¿¤·¤Æ¡¢ÆüËܤǤϤۤȤó¤É̵̾¤À¤È»×¤¤¤Þ¤¹¤¬¡¢¤³¤ì¤«¤é909 I.E.¤Ï¤Á¤ç¤Ã¤ÈÃíÌܤǤ¹¤Í¡£\r\n\r\n¤½¤ì¤È¡¢D.E.A.¤Î¥ê¥Ó¥å¡¼Æɤޤ»¤Æ¤¤¤¿¤À¤¤¤¿¤ó¤Ç¤¹¤¬¡¢\r\nHAWK¤ÎÊý¤¬·»¤Ç¤¹¡£ËͤâÁ°¤Þ¤Ç´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿¡£[/quote:81e356f0aa]\r\n\r\nËèÅ٤ξðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n»ä¤Ï¾Ü¤·¤¯ÃΤé¤Ê¤¤¤Ç¤¹¤¬¡¢¤ª¤·¤ã¤ì¤Ê´¶¤¸¤Ç¤¹¤Í¡£\r\n\r\nHAWK¤ÎÊý¤¬·»¤Ê¤ó¤Ç¤¹¤Í¡ª\r\nÃΤê¤Þ¤»¤ó¤Ç¤·¤¿!\r\nľ¤·¤Æ¤ª¤­¤Þ¤·¤¿¡£¤´»ØŦ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1001,'ceac96e92b','º£½µËö¤Ë¤Ï','[quote:ceac96e92b=\"Anonymous\"]ĹÊÔ¥¤¥ó¥¿¥ô¥å¡¼! ³Ú¤·¤ß¤ËÂԤäƤޤ¹!! :)[/quote:ceac96e92b]\r\n\r\n¤Ê¤ó¤È¤«¥¢¥Ã¥×¤Ç¤­¤½¤¦¤Ç¤¹¢ö\r\n³Ú¤·¤ß¤ËÂԤäƤƤ¯¤À¤µ¤¤!'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1002,'1a9641e941','','¤Þ¤ÀÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢Let\'s get Blown¤ÏÄ°¤­¤ä¤¹¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¢ö¸ý¤º¤µ¤ó¤¸¤ã¤¤¤Þ¤¹¡£PV¤Î¥Ñ¡¼¥Æ¥£¡¼»²²Ã¤·¤¿¤¤¤Ç¤¹ :angel: \r\nÀµÄ¾Drop it like it\'s hot¤ÏÆëÀ÷¤á¤Ê¤¤¤Ç¤¹¤¬¡£¼«Ê¬¤Ë¤Ï»Â¿·²á¤®¤ë¤È¤¤¤¦¤«¡Ä :? \r\n¤Ç¤â¥¤¥á¥Á¥§¥ó¤·¤Ä¤Ä¤¢¤ëº£¤âsnoop¤Ïñ½ã¤Ë¥«¥Ã¥³¥¤¥¤¤È»×¤¤¤Þ¤¹¤Í¡£¤¤¤¤¤È¤³¼è¤ê¤ÇȾü¤Ê´¶¤¸¤âÈݤá¤Ê¤¤¤Ç¤¹¤¬R&G¤Ã¤Æ¥¸¥ã¥ó¥ë¤òȯŸ¤µ¤»¤Æ¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤Ã¤Æ´¶¤¸¤Ç¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1003,'68f59b8e82','Quik & Big Boy?','¤¤¤Ä¤À¤Ã¤¿¤«Quik¤¬Big Boyã¤ÈÍèÆü¤Ã¤Æ±½¥Í¥Ã¥È¤Ç¸«¤Æ³Ú¤·¤ß¤ËÂԤäƤë¤ó¤Ç¤¹¤¬¤¤¤Ä¤Ê¤ó¤Ç¤¹¤«¤Í¡©12·î¤Ã¤Æ±½¤À¤Ã¤¿µ¤¤¬¤¹¤ë¤ó¤Ç¤¹¤±¤É¡£¡£¡£\r\n¤Æ¤«º£¤Þ¤¿¥¯¥ê¥¹¥Þ¥¹¥Ä¥¢¡¼¤ÇFoesumÍèÆüÃæ¤Ê¤ó¤Ç¤¹¤«¤Í¡©\r\nÌÀÆüÀçÂæ¤È¤«¡Ä¡¢Ž²Ž¹ŽÈŽ°ŽÖ :crackup:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1004,'18a5901f2c','¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹¢ö','[quote:18a5901f2c=\"EsE DrEaMeR\"]¤Þ¤ÀÇã¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢Let\'s get Blown¤ÏÄ°¤­¤ä¤¹¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¢ö¸ý¤º¤µ¤ó¤¸¤ã¤¤¤Þ¤¹¡£PV¤Î¥Ñ¡¼¥Æ¥£¡¼»²²Ã¤·¤¿¤¤¤Ç¤¹ :angel: \r\nÀµÄ¾Drop it like it\'s hot¤ÏÆëÀ÷¤á¤Ê¤¤¤Ç¤¹¤¬¡£¼«Ê¬¤Ë¤Ï»Â¿·²á¤®¤ë¤È¤¤¤¦¤«¡Ä :? \r\n¤Ç¤â¥¤¥á¥Á¥§¥ó¤·¤Ä¤Ä¤¢¤ëº£¤âsnoop¤Ïñ½ã¤Ë¥«¥Ã¥³¥¤¥¤¤È»×¤¤¤Þ¤¹¤Í¡£¤¤¤¤¤È¤³¼è¤ê¤ÇȾü¤Ê´¶¤¸¤âÈݤá¤Ê¤¤¤Ç¤¹¤¬R&G¤Ã¤Æ¥¸¥ã¥ó¥ë¤òȯŸ¤µ¤»¤Æ¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤Ã¤Æ´¶¤¸¤Ç¤¹¡£[/quote:18a5901f2c]\r\n\r\nPV¤¤¤¤¤Ç¤¹¤è¤Í¡ª\r\n»ä¤â»²²Ã¤·¤¿¤¤¤Ç¤¹¡£\r\nSnoop²Î¤Ã¤Á¤ã¤Ã¤Æ¤Þ¤¹¤· :oops: \r\n\r\nR&G¤Ã¤Æ¥¸¥ã¥ó¥ë¤òȯŸ¤µ¤»¤ë¤Ã¤Æ¤¤¤¦¤Î¤Ï¤¢¤ê¤Ç¤¹¤Í!\r\n¤½¤¦¤È¤é¤¨¤ë¤È¤Þ¤ÀG-FUNK¤òµá¤á¤ë»ä¤Ï¥¢¥á¥ê¥«¤è¤ê¤â10ǯ¤°¤é¤¤ÃÙ¤ì¤Æ¤ë¤Î¤«¤Ê¤¡ :cry: \r\n¤Ç¤â¡¢²¿¤Ï¤È¤â¤¢¤ìSNOOP¹¥¤­¤Ê¤ó¤Ç¤¹ :angel1:'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1005,'0f7a3a0d8a','Re: Quik & Big Boy?','[quote:0f7a3a0d8a=\"EsE DrEaMeR\"]¤¤¤Ä¤À¤Ã¤¿¤«Quik¤¬Big Boyã¤ÈÍèÆü¤Ã¤Æ±½¥Í¥Ã¥È¤Ç¸«¤Æ³Ú¤·¤ß¤ËÂԤäƤë¤ó¤Ç¤¹¤¬¤¤¤Ä¤Ê¤ó¤Ç¤¹¤«¤Í¡©12·î¤Ã¤Æ±½¤À¤Ã¤¿µ¤¤¬¤¹¤ë¤ó¤Ç¤¹¤±¤É¡£¡£¡£\r\n¤Æ¤«º£¤Þ¤¿¥¯¥ê¥¹¥Þ¥¹¥Ä¥¢¡¼¤ÇFoesumÍèÆüÃæ¤Ê¤ó¤Ç¤¹¤«¤Í¡©\r\nÌÀÆüÀçÂæ¤È¤«¡Ä¡¢Ž²Ž¹ŽÈŽ°ŽÖ :crackup:[/quote:0f7a3a0d8a]\r\n\r\n»ä¤â¤À¤¤¤Ö³Ú¤·¤ß¤Ë¤·¤Æ¤¿¤ó¤Ç¤¹¤±¤É¡¢¤³¤Î»þ´ü¤Ç¤¼¤ó¤¼¤ó¥¢¥Ê¥¦¥ó¥¹¤¬¤Ê¤¤¤ó¤ÇÃæ»ß¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤«¡©\r\n¤¿¤·¤«¡¢¥¢¥á¥ê¥«¤Ç²¿¤«¤Î¥Ä¥¢¡¼¤ä¤Ã¤Æ¤Þ¤»¤ó¤«¡©\r\n¤­¤Æ¤¯¤ì¤Æ¤¿¤éÀäÂФ˹Ԥ¯¤ó¤Ç¤¹¤±¤É¤Í¡¼\r\n\r\nÀçÂ楤¥±¥Ê¥¤¥Ã¥¹ :|'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1006,'99d01ca68b','','¤½¤Î¾Îɤ«¤Ã¤¿¤â¤Î\r\n\r\nla chat, dramatize\r\nyoung buck, straight outta cashville\r\nti, urban legend\r\n\r\nmannie fresh¤â³Ú¤·¤ß¤Ç¤¹'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1007,'0ddfa517d3','','Let\'s Get Blown¤Î¥Ó¥Ç¥ª½Ð¤Æ¤¿¤ó¤Ç¤¹¤Í¡ªÁᮥÁ¥§¥Ã¥¯¤·¤Þ¤·¤¿¤¬\r\n¤³¤¦¤¤¤¦Ï©Àþ¤Ç¤¤¤¤¤Î¤«¤â¤·¤ì¤Þ¤»¤ó¤Í¡£\r\nANGIE STONE¤ÎI Wanna Thank Ya¤È¤«¤â¤±¤Ã¤³¤¦¹¥¤­¤Ç¤·¤¿¡£\r\n\r\nDrop It Like It\'s Hot¤òºÇ½é¤ËÄ°¤¤¤¿¤È¤­¤Ï¡¢»Â¿·¤Ê´¶¤¸¤¬¤·¤¿È¿ÌÌ¡¢\r\n¥ª¡¼¥ë¥É¥¹¥¯¡¼¥ë¤Ã¤Ý¤¤°õ¾Ý¤â¼õ¤±¤Þ¤·¤¿¡£\r\nÀ¾¤Ç¤¤¤¦¤È¡¢G-Funk¤Ç¤â¥Ë¥å¡¼¥¹¥¯¡¼¥ë¤Ç¤â¤Ê¤¤ºÇ½é´ü¤Î¤Î¤¤¤Ê¤¿¤¤E-40¤Ê¤ó¤«¶¦Ä̤¹¤ëÉôʬ¤¬¤¢¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1008,'44eab0f4df','female baller','ÄɲäǤ¹\r\nms. tee \"female baller\"\r\n¥­¥ã¥Ã¥·¥å¥Þ¥Í¡¼¡ª¡ª'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1009,'00c2a62364','','Æɤޤ»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª :signthanks: \r\nÌÌÇò¤«¤Ã¤¿¤Ç¤¹¡£DJ¤«¤é»Ï¤Þ¤Ã¤¿¤È¤¤¤¦¤Î¤Ï¤È¤Æ¤âǼÆÀ¤·¤Þ¤·¤¿¡ª\r\n¤¿¤·¤«¤Ë¥¢¥ë¥Ð¥à¤Îºî¤êÊý¤Ï¤¤¤Ä¤âDJŪ¤Ç¤¹¤Í¡£\r\nKURUPT¤È¤Î¿·¶ÊÄ°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª\r\n\r\n¤Û¤ó¤È¤Ï¤â¤Ã¤ÈÁ᤯ÊÖ¿®¤·¤è¤¦¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\nSoundclick¥Ú¡¼¥¸¤Ë¤¢¤ëLive Or Die¤Î¥Í¥¿¤¬µ¤¤Ë¤Ê¤Ã¤Æµ¤¤Ë¤Ê¤Ã¤Æ¡¦¡¦¡¦\r\nº£Æü°ìÆüÃæ¹Í¤¨¤¿·ë²Ì¡¢»×¤¤½Ð¤·¤Þ¤·¤¿¡£\r\nSailing / CHRISTOPHER CROSS\r\n¤Ç¤·¤¿¡£HALL & OATES¤â¤½¤¦¤Ç¤¹¤¬¡¢80s AOR¤¬¹¥¤­¤Ê¤ó¤Ç¤¹¤Í¡Á¡£'); INSERT INTO `posts_text` (`post_id`, `bbcode_uid`, `post_subject`, `post_text`) VALUES (1010,'6fbceab552','¥ì¥¹¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª','[quote:6fbceab552=\"g-stringz\"]Æɤޤ»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª :signthanks: \r\nÌÌÇò¤«¤Ã¤¿¤Ç¤¹¡£DJ¤«¤é»Ï¤Þ¤Ã¤¿¤È¤¤¤¦¤Î¤Ï¤È¤Æ¤âǼÆÀ¤·¤Þ¤·¤¿¡ª\r\n[/quote:6fbceab552]\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤ß¤Ê¤µ¤ó¤Î¥ì¥¹¤òµá¤á¤Æ¤ä¤Ã¤Æ¤ë¤ï¤±¤¸¤ã¤Ê¤¤¤ó¤Ç¤¹¤±¤É狼¤é¤â¥ì¥¹¤¬¤Ê¤¤¤ó¤Ç¼ä¤·¤¤»×¤¤¤ò¤·¤Æ¤¤¤Þ¤·¤¿ :cry: \r\n\r\n[quote:6fbceab552=\"g-stringz\"]\r\n¤Û¤ó¤È¤Ï¤â¤Ã¤ÈÁ᤯ÊÖ¿®¤·¤è¤¦¤È»×¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢\r\nSoundclick¥Ú¡¼¥¸¤Ë¤¢¤ëLive Or Die¤Î¥Í¥¿¤¬µ¤¤Ë¤Ê¤Ã¤Æµ¤¤Ë¤Ê¤Ã¤Æ¡¦¡¦¡¦\r\nº£Æü°ìÆüÃæ¹Í¤¨¤¿·ë²Ì¡¢»×¤¤½Ð¤·¤Þ¤·¤¿¡£\r\nSailing / CHRISTOPHER CROSS\r\n¤Ç¤·¤¿¡£HALL & OATES¤â¤½¤¦¤Ç¤¹¤¬¡¢80s AOR¤¬¹¥¤­¤Ê¤ó¤Ç¤¹¤Í¡Á¡£[/quote:6fbceab552]\r\n»ä¤ÏAOR¤Èʹ¤¤¤Æ¤â¥Ô¥ó¤È¤³¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢¥¸¥ã¥ó¥ë¤ÎÊɤˤȤé¤ï¤ì¤Ê¤¤¤Ã¤Æ¸À¤¦¤Î¤Ã¤ÆÌ¥ÎÏŪ¤Ç¤¹¤è¤Í¡Á\r\nº£¸å¤â¡¢¤¤¤í¤¤¤í¤Ê¥¢¡¼¥Æ¥£¥¹¥È¤Î¥¤¥ó¥¿¥Ó¥å¡¼ÁÀ¤Ã¤Æ¤¤¤­¤Þ¤¹¢ö'); -- -- Table structure for table `privmsgs` -- CREATE TABLE `privmsgs` ( `privmsgs_id` mediumint(8) unsigned NOT NULL auto_increment, `privmsgs_type` tinyint(4) NOT NULL default '0', `privmsgs_subject` varchar(255) NOT NULL default '', `privmsgs_from_userid` mediumint(8) NOT NULL default '0', `privmsgs_to_userid` mediumint(8) NOT NULL default '0', `privmsgs_date` int(11) NOT NULL default '0', `privmsgs_ip` varchar(8) NOT NULL default '', `privmsgs_enable_bbcode` tinyint(1) NOT NULL default '1', `privmsgs_enable_html` tinyint(1) NOT NULL default '0', `privmsgs_enable_smilies` tinyint(1) NOT NULL default '1', `privmsgs_attach_sig` tinyint(1) NOT NULL default '1', PRIMARY KEY (`privmsgs_id`), KEY `privmsgs_from_userid` (`privmsgs_from_userid`), KEY `privmsgs_to_userid` (`privmsgs_to_userid`) ) TYPE=MyISAM; -- -- Dumping data for table `privmsgs` -- INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (1,0,'G-HOUSE03¤Ç¤¹!',3,8,1069077271,'3d18d127',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (2,2,'G-HOUSE03¤Ç¤¹!',3,8,1069077271,'3d18d127',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (3,0,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069093388,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (4,2,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069093388,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (5,0,'Re: G-HOUSE03¤Ç¤¹!',3,8,1069298444,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (6,2,'Re: G-HOUSE03¤Ç¤¹!',3,8,1069298444,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (7,0,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069309230,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (8,2,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069309230,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (9,2,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069309230,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (10,0,'Re: G-HOUSE03¤Ç¤¹!',3,8,1069486607,'3d2c60ba',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (11,2,'Re: G-HOUSE03¤Ç¤¹!',3,8,1069486607,'3d2c60ba',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (12,0,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069696249,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (13,2,'Re: G-HOUSE03¤Ç¤¹!',8,3,1069696249,'437d9dc9',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (14,1,'FORUM¤Î¥×¥í¥Õ¥£¡¼¥ë¤Ë¤Ä¤¤¤Æ!',3,9,1070086809,'3d2c2d8f',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (15,1,'¤Ï¤¸¤á¤Þ¤·¤Æ',17,16,1070374572,'dba97091',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (16,0,'\"Thug-avelli\"',15,3,1074249584,'dadb2653',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (24,2,'Thx fo tha reply!',15,3,1075284817,'db601edb',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (19,2,'\"Thug-avelli\"',15,3,1074249584,'dadb2653',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (20,0,'Re: \"Thug-avelli\"',3,15,1075254432,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (21,2,'Re: \"Thug-avelli\"',3,15,1075254432,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (22,2,'Re: \"Thug-avelli\"',3,15,1075254432,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (23,0,'Thx fo tha reply!',15,3,1075284817,'db601edb',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (25,0,'Boo-Yaa Tribe',15,3,1075300833,'3dc67c11',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (26,2,'Boo-Yaa Tribe',15,3,1075300833,'3dc67c11',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (27,0,'Re: Thx fo tha reply!',3,15,1075426196,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (28,2,'Re: Thx fo tha reply!',3,15,1075426196,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (29,0,'Re: Thx fo tha reply!',15,3,1075475964,'3dd3bcf6',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (30,2,'Re: Thx fo tha reply!',15,3,1075475964,'3dd3bcf6',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (31,0,'Shorty!',3,15,1075966796,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (32,2,'Shorty!',3,15,1075966796,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (33,2,'Shorty!',3,15,1075966796,'db6afe21',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (34,0,'Re: Shorty!',15,3,1075997944,'db7546e8',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (35,2,'Re: Shorty!',15,3,1075997944,'db7546e8',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (36,0,'Re: Shorty!',3,15,1076560821,'3d1788bf',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (37,2,'Re: Shorty!',3,15,1076560821,'3d1788bf',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (38,2,'Re: Shorty!',3,15,1076560821,'3d1788bf',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (39,0,'Re: Shorty!',15,3,1076588785,'dadb264c',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (40,2,'Re: Shorty!',15,3,1076588785,'dadb264c',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (41,0,'Lil Witness',18,10,1079074200,'db6099b2',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (42,2,'Lil Witness',18,10,1079074200,'db6099b2',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (43,0,'¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª¡ª',10,18,1079238647,'db7947e8',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (44,2,'¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª¡ª¡ª',10,18,1079238647,'db7947e8',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (45,0,'Question',29,3,1080194196,'c1fc035c',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (49,2,'Re: Question',3,29,1080199951,'3d1826d1',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (50,0,'Re: Question',29,3,1080214371,'500b9406',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (51,0,'Japanese Boards',29,3,1080214848,'500b9406',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (111,2,'Re: S.B. & Joey - A Clear Dark Nite',29,8,1098718555,'d980609e',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (59,0,'Re: you can use only trade/sale section',21,3,1080748057,'d5e04b09',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (55,0,'you can use only trade/sale section',3,21,1080532551,'3d2c6882',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (56,2,'you can use only trade/sale section',3,21,1080532551,'3d2c6882',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (57,2,'you can use only trade/sale section',3,21,1080532551,'3d2c6882',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (58,2,'Re: Japanese Boards',3,29,1080532301,'3d2c6882',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (60,2,'Re: you can use only trade/sale section',21,3,1080748057,'d5e04b09',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (61,1,'¤³¤ó¤Ë¤Á¤Ï¡£',3,35,1082957149,'dc96f81d',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (62,0,'PIMP SH¡úT!',15,3,1085661267,'db601543',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (63,2,'PIMP SH¡úT!',15,3,1085661267,'db601543',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (64,0,'Re: PIMP SH¡úT!',3,15,1085666279,'cba50c3b',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (65,2,'Re: PIMP SH¡úT!',3,15,1085666279,'cba50c3b',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (66,0,'XV',10,39,1087232227,'d313462b',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (67,2,'XV',10,39,1087232227,'d313462b',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (68,2,'XV',10,39,1087232227,'d313462b',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (69,0,'vice city',27,10,1087637456,'3d167466',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (70,2,'vice city',27,10,1087637456,'3d167466',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (71,2,'vice city',27,10,1087637456,'3d167466',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (72,0,'Re: vice city',10,27,1087909731,'db7946ab',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (73,2,'Re: vice city',10,27,1087909731,'db7946ab',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (74,0,'summer breeze',10,3,1088550347,'dcd50db4',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (75,2,'summer breeze',10,3,1088550347,'dcd50db4',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (76,0,'Re: summer breeze',3,10,1088637520,'dc96fbbc',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (77,2,'Re: summer breeze',3,10,1088637520,'dc96fbbc',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (78,2,'Re: summer breeze',3,10,1088637520,'dc96fbbc',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (79,0,'¥Ï¥³È¢',10,3,1088722715,'d3134251',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (80,2,'¥Ï¥³È¢',10,3,1088722715,'d3134251',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (81,0,'Re: ¥Ï¥³È¢',3,10,1088731937,'dc96fdc6',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (82,2,'Re: ¥Ï¥³È¢',3,10,1088731937,'dc96fdc6',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (83,0,'Á÷¤ê¤Þ¤·¤¿¡ª',10,3,1088827392,'d3134251',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (84,2,'Á÷¤ê¤Þ¤·¤¿¡ª',10,3,1088827392,'d3134251',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (85,0,'¤¤¤¿¤À¤­¤Þ¤·¤¿!',3,10,1088901932,'cba50c30',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (86,2,'¤¤¤¿¤À¤­¤Þ¤·¤¿!',3,10,1088901932,'cba50c30',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (87,2,'¤¤¤¿¤À¤­¤Þ¤·¤¿!',3,10,1088901932,'cba50c30',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (88,0,'Re: ¤¤¤¿¤À¤­¤Þ¤·¤¿!',10,3,1089127856,'3d7345cf',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (89,2,'Re: ¤¤¤¿¤À¤­¤Þ¤·¤¿!',10,3,1089127856,'3d7345cf',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (90,0,'Áê¸ß¥ê¥ó¥¯',40,3,1093287943,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (91,2,'Áê¸ß¥ê¥ó¥¯',40,3,1093287943,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (92,0,'Re: Áê¸ß¥ê¥ó¥¯',3,40,1093355189,'dc938e36',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (93,2,'Re: Áê¸ß¥ê¥ó¥¯',3,40,1093355189,'dc938e36',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (94,0,'Re: Áê¸ß¥ê¥ó¥¯',40,40,1093371476,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (95,2,'Re: Áê¸ß¥ê¥ó¥¯',40,40,1093371476,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (96,0,'Re: Áê¸ß¥ê¥ó¥¯',40,3,1093371570,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (97,2,'Re: Áê¸ß¥ê¥ó¥¯',40,3,1093371570,'db030244',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (98,0,'¤Ï¤¸¤á¤Þ¤·¤Æ¡£',27,3,1095260798,'3d167466',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (99,2,'¤Ï¤¸¤á¤Þ¤·¤Æ¡£',27,3,1095260798,'3d167466',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (100,0,'Re: ¤Ï¤¸¤á¤Þ¤·¤Æ¡£',3,27,1095377858,'dc96ff52',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (101,2,'Re: ¤Ï¤¸¤á¤Þ¤·¤Æ¡£',3,27,1095377858,'dc96ff52',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (102,0,'̵»ö½ªÎ»¡©',27,3,1095855292,'3d167466',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (103,2,'̵»ö½ªÎ»¡©',27,3,1095855292,'3d167466',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (104,0,'S.B. & Joey - A Clear Dark Nite',29,8,1098103519,'c1fc03a8',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (107,2,'Re: S.B. & Joey - A Clear Dark Nite',8,29,1098464272,'43328d73',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (108,0,'Re: S.B. & Joey - A Clear Dark Nite',29,8,1098519906,'c1fb0edc',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (110,0,'Re: S.B. & Joey - A Clear Dark Nite',29,8,1098718555,'d980609e',1,0,1,0); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (112,0,'FORUMºï½ü¤Î·ï',3,13,1100656016,'dc96ff39',1,0,1,1); INSERT INTO `privmsgs` (`privmsgs_id`, `privmsgs_type`, `privmsgs_subject`, `privmsgs_from_userid`, `privmsgs_to_userid`, `privmsgs_date`, `privmsgs_ip`, `privmsgs_enable_bbcode`, `privmsgs_enable_html`, `privmsgs_enable_smilies`, `privmsgs_attach_sig`) VALUES (113,2,'FORUMºï½ü¤Î·ï',3,13,1100656016,'dc96ff39',1,0,1,1); -- -- Table structure for table `privmsgs_text` -- CREATE TABLE `privmsgs_text` ( `privmsgs_text_id` mediumint(8) unsigned NOT NULL default '0', `privmsgs_bbcode_uid` varchar(10) NOT NULL default '', `privmsgs_text` text, PRIMARY KEY (`privmsgs_text_id`) ) TYPE=MyISAM; -- -- Dumping data for table `privmsgs_text` -- INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (1,'ec204e3fd0','FORUM³èÍѤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n\r\n¤º¤¦¤º¤¦¤·¤¯¤â¼ÁÌä¤Ç¤¹¡£\r\nZ-RO¤Î1stºÆȯ¤·¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤¬¤É¤³¤Ç¼ê¤ËÆþ¤ë¤Î¤Ç¤·¤ç¤¦¡©\r\nÃΤäƤë¸Â¤ê¤ÎÄÌÈΤϤ¢¤¿¤Ã¤Æ¤ß¤¿¤Î¤Ç¤¹¤¬È¯¸«¤Ç¤­¤Þ¤»¤ó¡£\r\n¤è¤í¤·¤±¤ì¤Ð¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¤½¤ì¤ÈMIX CDÄ°¤¤¤Æ¤ß¤¿¤¤¤Î¤Ç¤¹¤¬¤É¤¦¤¹¤ì¤Ð¤è¤í¤·¤¤¤Ç¤¹¤«¡©'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (2,'ec204e3fd0','FORUM³èÍѤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n\r\n¤º¤¦¤º¤¦¤·¤¯¤â¼ÁÌä¤Ç¤¹¡£\r\nZ-RO¤Î1stºÆȯ¤·¤Æ¤¤¤ë¤è¤¦¤Ç¤¹¤¬¤É¤³¤Ç¼ê¤ËÆþ¤ë¤Î¤Ç¤·¤ç¤¦¡©\r\nÃΤäƤë¸Â¤ê¤ÎÄÌÈΤϤ¢¤¿¤Ã¤Æ¤ß¤¿¤Î¤Ç¤¹¤¬È¯¸«¤Ç¤­¤Þ¤»¤ó¡£\r\n¤è¤í¤·¤±¤ì¤Ð¶µ¤¨¤Æ¤¤¤¿¤À¤±¤Þ¤¹¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¤½¤ì¤ÈMIX CDÄ°¤¤¤Æ¤ß¤¿¤¤¤Î¤Ç¤¹¤¬¤É¤¦¤¹¤ì¤Ð¤è¤í¤·¤¤¤Ç¤¹¤«¡©'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (3,'28f52b461e','¤É¤¦¤â¤Ç¤¹¡ª\r\n\r\nz-ro¤Î£±£ó£ô¤Ç¤¹¤¬¡¢¤ª¤È¤È¤¤¥Ò¥å¡¼¥¹¥È¥ó¤Î¾®Çä·Ðͳ¤Ç¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥¿¡¼¤È¥³¥ó¥¿¥¯¥È¤È¤Ã¤Æ£²£°£°Ëç̾¸Å²°¤Îinfrontrecord¤Ë²·¤·¤Þ¤·¤¿¡£ :mrgreen: ¤¢¤È£²¡¤£³Æü¤ÇÃ夯¤È»×¤¤¤Þ¤¹¡ª¡ÊºÇ¶á¤½¤³¤Ç¥Ð¥¤¥ä¡¼¡¢ÇÛµë¤ß¤¿¤¤¤Ê¥¢¥ë¥Ð¥¤¥È¤·¤Æ¤Þ¤¹¡Ë¡£\r\n¤â¤·¤âÇä¤êÀÚ¤ì¤Á¤ã¤Ã¤¿¤ê¤·¤Æ¤¿¤é¡¢¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢£´Ë礳¤Á¤é¤â;ʬ¤Ë²·Ãͤǥ²¥Ã¥È¤·¤¿¤Î¤Ç¡¢¥×¥é¥¹Á÷ÎÁ¹ç·×£²£°£°£°±ß¤ÇÁ÷¤ê¤Þ¤¹¤è¡£¼«Ê¬À¾³¤´ßºß½»¤Ê¤ó¤Ç¤Á¤ç¤Ã¤ÈÁ÷ÎÁ¹â¤¤¤Î¤Ç¤³¤ó¤ÊÃÍÃʤˤʤäÁ¤ã¤¤¤Þ¤¹¤±¤É¡£\r\n\r\nÇÛµë¤Î¿Í¤â¶Ã¤¤¤Æ¤¤¤¿¤è¤¦¤Ç¡¢¤Ê¤ó¤ÇÆüËܤǣ²£°£°Ëç¤â°ìµ¤¤ËÇä¤ì¤ë¤ó¤À¤è¡ª¤È¤¤¤¦¤«¤ó¤¸¤Î¤è¤¦¤Ç¡¢Z-ROËܿͤޤÇÅÁ¤ï¤Ã¤Æ¤¯¤ì¤¿¤é¡¢¥¤¥ó¥¿¥Ó¥å¡¼¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¤¢¤ÈMIX CD¤È¤Ï¤Ê¤ó¤Î¤³¤È¤Ç¤·¤ç¤¦¤«¡©¶µ¤¨¤Æ¤¯¤À¤µ¤¤\r\n\r\nGOKU'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (4,'28f52b461e','¤É¤¦¤â¤Ç¤¹¡ª\r\n\r\nz-ro¤Î£±£ó£ô¤Ç¤¹¤¬¡¢¤ª¤È¤È¤¤¥Ò¥å¡¼¥¹¥È¥ó¤Î¾®Çä·Ðͳ¤Ç¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥¿¡¼¤È¥³¥ó¥¿¥¯¥È¤È¤Ã¤Æ£²£°£°Ëç̾¸Å²°¤Îinfrontrecord¤Ë²·¤·¤Þ¤·¤¿¡£ :mrgreen: ¤¢¤È£²¡¤£³Æü¤ÇÃ夯¤È»×¤¤¤Þ¤¹¡ª¡ÊºÇ¶á¤½¤³¤Ç¥Ð¥¤¥ä¡¼¡¢ÇÛµë¤ß¤¿¤¤¤Ê¥¢¥ë¥Ð¥¤¥È¤·¤Æ¤Þ¤¹¡Ë¡£\r\n¤â¤·¤âÇä¤êÀÚ¤ì¤Á¤ã¤Ã¤¿¤ê¤·¤Æ¤¿¤é¡¢¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢£´Ë礳¤Á¤é¤â;ʬ¤Ë²·Ãͤǥ²¥Ã¥È¤·¤¿¤Î¤Ç¡¢¥×¥é¥¹Á÷ÎÁ¹ç·×£²£°£°£°±ß¤ÇÁ÷¤ê¤Þ¤¹¤è¡£¼«Ê¬À¾³¤´ßºß½»¤Ê¤ó¤Ç¤Á¤ç¤Ã¤ÈÁ÷ÎÁ¹â¤¤¤Î¤Ç¤³¤ó¤ÊÃÍÃʤˤʤäÁ¤ã¤¤¤Þ¤¹¤±¤É¡£\r\n\r\nÇÛµë¤Î¿Í¤â¶Ã¤¤¤Æ¤¤¤¿¤è¤¦¤Ç¡¢¤Ê¤ó¤ÇÆüËܤǣ²£°£°Ëç¤â°ìµ¤¤ËÇä¤ì¤ë¤ó¤À¤è¡ª¤È¤¤¤¦¤«¤ó¤¸¤Î¤è¤¦¤Ç¡¢Z-ROËܿͤޤÇÅÁ¤ï¤Ã¤Æ¤¯¤ì¤¿¤é¡¢¥¤¥ó¥¿¥Ó¥å¡¼¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¤¢¤ÈMIX CD¤È¤Ï¤Ê¤ó¤Î¤³¤È¤Ç¤·¤ç¤¦¤«¡©¶µ¤¨¤Æ¤¯¤À¤µ¤¤\r\n\r\nGOKU'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (5,'73952ab104','[quote:73952ab104=\"goku\"]¤É¤¦¤â¤Ç¤¹¡ª\r\n\r\nz-ro¤Î£±£ó£ô¤Ç¤¹¤¬¡¢¤ª¤È¤È¤¤¥Ò¥å¡¼¥¹¥È¥ó¤Î¾®Çä·Ðͳ¤Ç¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥¿¡¼¤È¥³¥ó¥¿¥¯¥È¤È¤Ã¤Æ£²£°£°Ëç̾¸Å²°¤Îinfrontrecord¤Ë²·¤·¤Þ¤·¤¿¡£ :mrgreen: ¤¢¤È£²¡¤£³Æü¤ÇÃ夯¤È»×¤¤¤Þ¤¹¡ª¡ÊºÇ¶á¤½¤³¤Ç¥Ð¥¤¥ä¡¼¡¢ÇÛµë¤ß¤¿¤¤¤Ê¥¢¥ë¥Ð¥¤¥È¤·¤Æ¤Þ¤¹¡Ë¡£\r\n¤â¤·¤âÇä¤êÀÚ¤ì¤Á¤ã¤Ã¤¿¤ê¤·¤Æ¤¿¤é¡¢¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢£´Ë礳¤Á¤é¤â;ʬ¤Ë²·Ãͤǥ²¥Ã¥È¤·¤¿¤Î¤Ç¡¢¥×¥é¥¹Á÷ÎÁ¹ç·×£²£°£°£°±ß¤ÇÁ÷¤ê¤Þ¤¹¤è¡£¼«Ê¬À¾³¤´ßºß½»¤Ê¤ó¤Ç¤Á¤ç¤Ã¤ÈÁ÷ÎÁ¹â¤¤¤Î¤Ç¤³¤ó¤ÊÃÍÃʤˤʤäÁ¤ã¤¤¤Þ¤¹¤±¤É¡£\r\n\r\nÇÛµë¤Î¿Í¤â¶Ã¤¤¤Æ¤¤¤¿¤è¤¦¤Ç¡¢¤Ê¤ó¤ÇÆüËܤǣ²£°£°Ëç¤â°ìµ¤¤ËÇä¤ì¤ë¤ó¤À¤è¡ª¤È¤¤¤¦¤«¤ó¤¸¤Î¤è¤¦¤Ç¡¢Z-ROËܿͤޤÇÅÁ¤ï¤Ã¤Æ¤¯¤ì¤¿¤é¡¢¥¤¥ó¥¿¥Ó¥å¡¼¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¤¢¤ÈMIX CD¤È¤Ï¤Ê¤ó¤Î¤³¤È¤Ç¤·¤ç¤¦¤«¡©¶µ¤¨¤Æ¤¯¤À¤µ¤¤\r\n\r\nGOKU[/quote:73952ab104]\r\n\r\n¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (6,'73952ab104','[quote:73952ab104=\"goku\"]¤É¤¦¤â¤Ç¤¹¡ª\r\n\r\nz-ro¤Î£±£ó£ô¤Ç¤¹¤¬¡¢¤ª¤È¤È¤¤¥Ò¥å¡¼¥¹¥È¥ó¤Î¾®Çä·Ðͳ¤Ç¥Ç¥£¥¹¥È¥ê¥Ó¥å¡¼¥¿¡¼¤È¥³¥ó¥¿¥¯¥È¤È¤Ã¤Æ£²£°£°Ëç̾¸Å²°¤Îinfrontrecord¤Ë²·¤·¤Þ¤·¤¿¡£ :mrgreen: ¤¢¤È£²¡¤£³Æü¤ÇÃ夯¤È»×¤¤¤Þ¤¹¡ª¡ÊºÇ¶á¤½¤³¤Ç¥Ð¥¤¥ä¡¼¡¢ÇÛµë¤ß¤¿¤¤¤Ê¥¢¥ë¥Ð¥¤¥È¤·¤Æ¤Þ¤¹¡Ë¡£\r\n¤â¤·¤âÇä¤êÀÚ¤ì¤Á¤ã¤Ã¤¿¤ê¤·¤Æ¤¿¤é¡¢¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ì¤Ð¡¢£´Ë礳¤Á¤é¤â;ʬ¤Ë²·Ãͤǥ²¥Ã¥È¤·¤¿¤Î¤Ç¡¢¥×¥é¥¹Á÷ÎÁ¹ç·×£²£°£°£°±ß¤ÇÁ÷¤ê¤Þ¤¹¤è¡£¼«Ê¬À¾³¤´ßºß½»¤Ê¤ó¤Ç¤Á¤ç¤Ã¤ÈÁ÷ÎÁ¹â¤¤¤Î¤Ç¤³¤ó¤ÊÃÍÃʤˤʤäÁ¤ã¤¤¤Þ¤¹¤±¤É¡£\r\n\r\nÇÛµë¤Î¿Í¤â¶Ã¤¤¤Æ¤¤¤¿¤è¤¦¤Ç¡¢¤Ê¤ó¤ÇÆüËܤǣ²£°£°Ëç¤â°ìµ¤¤ËÇä¤ì¤ë¤ó¤À¤è¡ª¤È¤¤¤¦¤«¤ó¤¸¤Î¤è¤¦¤Ç¡¢Z-ROËܿͤޤÇÅÁ¤ï¤Ã¤Æ¤¯¤ì¤¿¤é¡¢¥¤¥ó¥¿¥Ó¥å¡¼¤È¤«¤·¤¿¤¤¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¤¢¤ÈMIX CD¤È¤Ï¤Ê¤ó¤Î¤³¤È¤Ç¤·¤ç¤¦¤«¡©¶µ¤¨¤Æ¤¯¤À¤µ¤¤\r\n\r\nGOKU[/quote:73952ab104]\r\n\r\n¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (7,'81ace071bf','[quote:81ace071bf=\"G-HOUSE03\"]¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©[/quote:81ace071bf]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n·ë¹½È¿¶Á¤¬¤¹¤´¤¯¤Æ¡¢²·¤·¤¿¼«Ê¬¤â·ë¹½¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\n°ì±þËÜʪ¤Ê¤Î¤«¤É¤¦¤«³Î¤«¤á¤¿¤«¤Ã¤¿¤Î¤Ç¼«Ê¬¤Ç¥²¥Ã¥È¤·¤¿¸å¤Ë®¹¶¸ò¾Ä¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¼¡Ïº¤Î¥¢¥ë¥Ð¥à¤Ç¤¹¤¬G-HOUSE03¤µ¤ó¤Î¥ß¥Ã¥¯¥¹CD¤È¸ò´¹¤Ê¤ó¤Æ¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©Ê¹¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª¤â¤·¤è¤«¤Ã¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹¡ª¼«Ê¬¤Î¥µ¥¤¥È¤ÎMIX¤Ï¼«Ê¬¤Î¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£¼«Ê¬¤Ï¥Ñ¡¼¥Æ¥£¤Ë¸Æ¤Ð¤ì¤¿»þ¤Ë¤Á¤ç¤í¤Ã¤È¤ä¤ë¤°¤é¤¤¤Ê¤Î¤Ç¡¢¤¼¤ó¤¼¤ó¤À¤á¤Ç¤¹¡£¤È¤¤¤¦¤«°ú¤Ã±Û¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Çº£Ã¯¤âͧã¤â¤¤¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤¹¤È¤¤¤¦¤³¤È¤Ç¤¹¤¬¡¢¥¤¥ó¥Õ¥í¥ó¥È¤Ç¤Ï¡¢Ì¾»É¤Þ¤Çºþ¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤Æ¡Ê¤È¤¤¤¦¤«¤³¤ì¤Ç·ë¹½¿®ÍѤ¬¹â¤¯¤Ê¤ë¤Î¤Ç¡Ë¡¢¤½¤Î¾¤¤¤í¤¤¤í¤ªÀ¤ÏäˤʤäƤ¤¤ë¤Î¤Ç¡¢¼«Ê¬¤«¤é¤Ï¤Ê¤«¤Ê¤«Æñ¤·¤¤¤Ç¤¹¡£°ì±þ¥¤¥ó¥Õ¥í¥ó¥ÈÄ̤·¤Æµö²Ä¤ß¤¿¤¤¤Ê¤Î¤ò¤â¤é¤¨¤ì¤Ð¤¬¤ó¤¬¤ó¤ä¤ê¤Þ¤¹¤¬¡£¤´¤á¤ó¤Ê¤µ¤¤¡£¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ç¤·¤¿¤é¡¢¼ê¤ËÆþ¤é¤Ê¤¤¤â¤Î¸À¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤Ç¤­¤ë¤À¤±³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Ç¤Ï¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (8,'81ace071bf','[quote:81ace071bf=\"G-HOUSE03\"]¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©[/quote:81ace071bf]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n·ë¹½È¿¶Á¤¬¤¹¤´¤¯¤Æ¡¢²·¤·¤¿¼«Ê¬¤â·ë¹½¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\n°ì±þËÜʪ¤Ê¤Î¤«¤É¤¦¤«³Î¤«¤á¤¿¤«¤Ã¤¿¤Î¤Ç¼«Ê¬¤Ç¥²¥Ã¥È¤·¤¿¸å¤Ë®¹¶¸ò¾Ä¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¼¡Ïº¤Î¥¢¥ë¥Ð¥à¤Ç¤¹¤¬G-HOUSE03¤µ¤ó¤Î¥ß¥Ã¥¯¥¹CD¤È¸ò´¹¤Ê¤ó¤Æ¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©Ê¹¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª¤â¤·¤è¤«¤Ã¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹¡ª¼«Ê¬¤Î¥µ¥¤¥È¤ÎMIX¤Ï¼«Ê¬¤Î¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£¼«Ê¬¤Ï¥Ñ¡¼¥Æ¥£¤Ë¸Æ¤Ð¤ì¤¿»þ¤Ë¤Á¤ç¤í¤Ã¤È¤ä¤ë¤°¤é¤¤¤Ê¤Î¤Ç¡¢¤¼¤ó¤¼¤ó¤À¤á¤Ç¤¹¡£¤È¤¤¤¦¤«°ú¤Ã±Û¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Çº£Ã¯¤âͧã¤â¤¤¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤¹¤È¤¤¤¦¤³¤È¤Ç¤¹¤¬¡¢¥¤¥ó¥Õ¥í¥ó¥È¤Ç¤Ï¡¢Ì¾»É¤Þ¤Çºþ¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤Æ¡Ê¤È¤¤¤¦¤«¤³¤ì¤Ç·ë¹½¿®ÍѤ¬¹â¤¯¤Ê¤ë¤Î¤Ç¡Ë¡¢¤½¤Î¾¤¤¤í¤¤¤í¤ªÀ¤ÏäˤʤäƤ¤¤ë¤Î¤Ç¡¢¼«Ê¬¤«¤é¤Ï¤Ê¤«¤Ê¤«Æñ¤·¤¤¤Ç¤¹¡£°ì±þ¥¤¥ó¥Õ¥í¥ó¥ÈÄ̤·¤Æµö²Ä¤ß¤¿¤¤¤Ê¤Î¤ò¤â¤é¤¨¤ì¤Ð¤¬¤ó¤¬¤ó¤ä¤ê¤Þ¤¹¤¬¡£¤´¤á¤ó¤Ê¤µ¤¤¡£¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ç¤·¤¿¤é¡¢¼ê¤ËÆþ¤é¤Ê¤¤¤â¤Î¸À¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤Ç¤­¤ë¤À¤±³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Ç¤Ï¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (9,'81ace071bf','[quote:81ace071bf=\"G-HOUSE03\"]¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©[/quote:81ace071bf]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n·ë¹½È¿¶Á¤¬¤¹¤´¤¯¤Æ¡¢²·¤·¤¿¼«Ê¬¤â·ë¹½¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\n°ì±þËÜʪ¤Ê¤Î¤«¤É¤¦¤«³Î¤«¤á¤¿¤«¤Ã¤¿¤Î¤Ç¼«Ê¬¤Ç¥²¥Ã¥È¤·¤¿¸å¤Ë®¹¶¸ò¾Ä¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¼¡Ïº¤Î¥¢¥ë¥Ð¥à¤Ç¤¹¤¬G-HOUSE03¤µ¤ó¤Î¥ß¥Ã¥¯¥¹CD¤È¸ò´¹¤Ê¤ó¤Æ¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©Ê¹¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª¤â¤·¤è¤«¤Ã¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹¡ª¼«Ê¬¤Î¥µ¥¤¥È¤ÎMIX¤Ï¼«Ê¬¤Î¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£¼«Ê¬¤Ï¥Ñ¡¼¥Æ¥£¤Ë¸Æ¤Ð¤ì¤¿»þ¤Ë¤Á¤ç¤í¤Ã¤È¤ä¤ë¤°¤é¤¤¤Ê¤Î¤Ç¡¢¤¼¤ó¤¼¤ó¤À¤á¤Ç¤¹¡£¤È¤¤¤¦¤«°ú¤Ã±Û¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Çº£Ã¯¤âͧã¤â¤¤¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤¹¤È¤¤¤¦¤³¤È¤Ç¤¹¤¬¡¢¥¤¥ó¥Õ¥í¥ó¥È¤Ç¤Ï¡¢Ì¾»É¤Þ¤Çºþ¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤Æ¡Ê¤È¤¤¤¦¤«¤³¤ì¤Ç·ë¹½¿®ÍѤ¬¹â¤¯¤Ê¤ë¤Î¤Ç¡Ë¡¢¤½¤Î¾¤¤¤í¤¤¤í¤ªÀ¤ÏäˤʤäƤ¤¤ë¤Î¤Ç¡¢¼«Ê¬¤«¤é¤Ï¤Ê¤«¤Ê¤«Æñ¤·¤¤¤Ç¤¹¡£°ì±þ¥¤¥ó¥Õ¥í¥ó¥ÈÄ̤·¤Æµö²Ä¤ß¤¿¤¤¤Ê¤Î¤ò¤â¤é¤¨¤ì¤Ð¤¬¤ó¤¬¤ó¤ä¤ê¤Þ¤¹¤¬¡£¤´¤á¤ó¤Ê¤µ¤¤¡£¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ç¤·¤¿¤é¡¢¼ê¤ËÆþ¤é¤Ê¤¤¤â¤Î¸À¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤Ç¤­¤ë¤À¤±³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Ç¤Ï¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (10,'b2909a778f','[quote:b2909a778f=\"goku\"][quote:b2909a778f=\"G-HOUSE03\"]¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©[/quote:b2909a778f]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n·ë¹½È¿¶Á¤¬¤¹¤´¤¯¤Æ¡¢²·¤·¤¿¼«Ê¬¤â·ë¹½¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\n°ì±þËÜʪ¤Ê¤Î¤«¤É¤¦¤«³Î¤«¤á¤¿¤«¤Ã¤¿¤Î¤Ç¼«Ê¬¤Ç¥²¥Ã¥È¤·¤¿¸å¤Ë®¹¶¸ò¾Ä¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¼¡Ïº¤Î¥¢¥ë¥Ð¥à¤Ç¤¹¤¬G-HOUSE03¤µ¤ó¤Î¥ß¥Ã¥¯¥¹CD¤È¸ò´¹¤Ê¤ó¤Æ¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©Ê¹¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª¤â¤·¤è¤«¤Ã¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹¡ª¼«Ê¬¤Î¥µ¥¤¥È¤ÎMIX¤Ï¼«Ê¬¤Î¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£¼«Ê¬¤Ï¥Ñ¡¼¥Æ¥£¤Ë¸Æ¤Ð¤ì¤¿»þ¤Ë¤Á¤ç¤í¤Ã¤È¤ä¤ë¤°¤é¤¤¤Ê¤Î¤Ç¡¢¤¼¤ó¤¼¤ó¤À¤á¤Ç¤¹¡£¤È¤¤¤¦¤«°ú¤Ã±Û¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Çº£Ã¯¤âͧã¤â¤¤¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤¹¤È¤¤¤¦¤³¤È¤Ç¤¹¤¬¡¢¥¤¥ó¥Õ¥í¥ó¥È¤Ç¤Ï¡¢Ì¾»É¤Þ¤Çºþ¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤Æ¡Ê¤È¤¤¤¦¤«¤³¤ì¤Ç·ë¹½¿®ÍѤ¬¹â¤¯¤Ê¤ë¤Î¤Ç¡Ë¡¢¤½¤Î¾¤¤¤í¤¤¤í¤ªÀ¤ÏäˤʤäƤ¤¤ë¤Î¤Ç¡¢¼«Ê¬¤«¤é¤Ï¤Ê¤«¤Ê¤«Æñ¤·¤¤¤Ç¤¹¡£°ì±þ¥¤¥ó¥Õ¥í¥ó¥ÈÄ̤·¤Æµö²Ä¤ß¤¿¤¤¤Ê¤Î¤ò¤â¤é¤¨¤ì¤Ð¤¬¤ó¤¬¤ó¤ä¤ê¤Þ¤¹¤¬¡£¤´¤á¤ó¤Ê¤µ¤¤¡£¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ç¤·¤¿¤é¡¢¼ê¤ËÆþ¤é¤Ê¤¤¤â¤Î¸À¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤Ç¤­¤ë¤À¤±³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Ç¤Ï¡ª[/quote:b2909a778f]\r\n\r\n¤¹¤ó¤Þ¤»¤ó¡ª\r\nZ-RO¥¤¥ó¥Õ¥í¥ó¥È¤ÇÇ㤦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡ª\r\n\r\n²·¤Ï¸·¤·¤¤¤Ç¤¹¤«¡£\r\n»ÅÊý¤¬¤Ê¤¤¤Ç¤¹¤Í¡£\r\n¤ª¸ÀÍդ˴Ť¨¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡ª\r\nº£ÅÙ¡¢WANT LIST¤òÁ÷¤é¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤â¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (11,'b2909a778f','[quote:b2909a778f=\"goku\"][quote:b2909a778f=\"G-HOUSE03\"]¤³¤ó¤Ë¤Á¤Ï!ÊÖ¿®¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¥¤¥ó¥Õ¥í¥ó¥ÈÆþ²Ù¤·¤Æ¤Þ¤·¤¿¡£\r\ngoku¤µ¤ó¤«¤é¹ØÆþ¤¹¤ë¾ì¹ç¤Ï¡ï2000¤Ç¤è¤í¤·¤¤¤ó¤Ç¤¹¤«¡©\r\n¤½¤ì¤È¤âÁ÷ÎÁ¤¬2000±ß¤È¤¤¤¦¤³¤È¤Ç¤·¤ç¤¦¤«¡©\r\n\r\nMIX CD¤Ï¥µ¥¤¥È¤ÇÇä¤Ã¤Æ¤Þ¤¹¤è¤Í¡©\r\n¤¢¤ì¤Ã¤Ægoku¤µ¤ó¤¬ºî¤Ã¤¿¤â¤Î¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤·¤ç¤¦¤«¡©\r\n\r\n¼ÁÌä¤Ð¤Ã¤«¤ê¤Ç¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¤¬¡¢Z-RO¤Î1st¤Ï\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤·¤Æ¤â¤é¤¦¤³¤È¤Ï²Äǽ¤Ç¤¹¤«¡©[/quote:b2909a778f]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n·ë¹½È¿¶Á¤¬¤¹¤´¤¯¤Æ¡¢²·¤·¤¿¼«Ê¬¤â·ë¹½¤¦¤ì¤·¤¤¤Ç¤¹¡£\r\n°ì±þËÜʪ¤Ê¤Î¤«¤É¤¦¤«³Î¤«¤á¤¿¤«¤Ã¤¿¤Î¤Ç¼«Ê¬¤Ç¥²¥Ã¥È¤·¤¿¸å¤Ë®¹¶¸ò¾Ä¤·¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£\r\n\r\n¼¡Ïº¤Î¥¢¥ë¥Ð¥à¤Ç¤¹¤¬G-HOUSE03¤µ¤ó¤Î¥ß¥Ã¥¯¥¹CD¤È¸ò´¹¤Ê¤ó¤Æ¤¤¤«¤¬¤Ê¤â¤Î¤Ç¤·¤ç¤¦¤«¡©Ê¹¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡ª¤â¤·¤è¤«¤Ã¤¿¤é¤ª´ê¤¤¤·¤Þ¤¹¡ª¼«Ê¬¤Î¥µ¥¤¥È¤ÎMIX¤Ï¼«Ê¬¤Î¤â¤Î¤Ç¤Ï¤Ê¤¤¤Ç¤¹¡£¼«Ê¬¤Ï¥Ñ¡¼¥Æ¥£¤Ë¸Æ¤Ð¤ì¤¿»þ¤Ë¤Á¤ç¤í¤Ã¤È¤ä¤ë¤°¤é¤¤¤Ê¤Î¤Ç¡¢¤¼¤ó¤¼¤ó¤À¤á¤Ç¤¹¡£¤È¤¤¤¦¤«°ú¤Ã±Û¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤Çº£Ã¯¤âͧã¤â¤¤¤Ê¤¤¤Ç¤¹¡£\r\n\r\n¾¤Î¥·¥ç¥Ã¥×¤Ë²·¤¹¤È¤¤¤¦¤³¤È¤Ç¤¹¤¬¡¢¥¤¥ó¥Õ¥í¥ó¥È¤Ç¤Ï¡¢Ì¾»É¤Þ¤Çºþ¤Ã¤Æ¤â¤é¤¤¤Þ¤·¤Æ¡Ê¤È¤¤¤¦¤«¤³¤ì¤Ç·ë¹½¿®ÍѤ¬¹â¤¯¤Ê¤ë¤Î¤Ç¡Ë¡¢¤½¤Î¾¤¤¤í¤¤¤í¤ªÀ¤ÏäˤʤäƤ¤¤ë¤Î¤Ç¡¢¼«Ê¬¤«¤é¤Ï¤Ê¤«¤Ê¤«Æñ¤·¤¤¤Ç¤¹¡£°ì±þ¥¤¥ó¥Õ¥í¥ó¥ÈÄ̤·¤Æµö²Ä¤ß¤¿¤¤¤Ê¤Î¤ò¤â¤é¤¨¤ì¤Ð¤¬¤ó¤¬¤ó¤ä¤ê¤Þ¤¹¤¬¡£¤´¤á¤ó¤Ê¤µ¤¤¡£¤Ç¤â¸Ä¿ÍŪ¤Ë¤Ç¤·¤¿¤é¡¢¼ê¤ËÆþ¤é¤Ê¤¤¤â¤Î¸À¤Ã¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤Ç¤­¤ë¤À¤±³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Ç¤Ï¡ª[/quote:b2909a778f]\r\n\r\n¤¹¤ó¤Þ¤»¤ó¡ª\r\nZ-RO¥¤¥ó¥Õ¥í¥ó¥È¤ÇÇ㤦¤³¤È¤¬¤Ç¤­¤Þ¤·¤¿¡ª\r\n\r\n²·¤Ï¸·¤·¤¤¤Ç¤¹¤«¡£\r\n»ÅÊý¤¬¤Ê¤¤¤Ç¤¹¤Í¡£\r\n¤ª¸ÀÍդ˴Ť¨¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡ª\r\nº£ÅÙ¡¢WANT LIST¤òÁ÷¤é¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤â¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (12,'6c72cc2550','want lis£ô¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡ª\r\n¼«Ê¬¤«¤é¸½ÃϽиþ¤¤¤Æ¥²¥Ã¥È¤·¤¿»þ¤Ï¤¤¤í¤¤¤í¼ê¤ËÆþ¤ë¤À¤í¤¦¤È»×¤¤¤Þ¤¹¤Î¤Ç¡¢\r\n¤´´õ˾¤Î¤â¤Î¤¬¤¢¤Ã¤¿¤é³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Á¤Ê¤ß¤Ëº£·îËö¤Ï¥Ù¥¤¥¨¥ê¥¢¤Ë¹Ô¤¯Í½Äê¤Ç¤¹¡£¥Æ¥­¥µ¥¹¤¸¤ã¤Ê¤¯¤Æ¤¹¤ß¤Þ¤»¤ó¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (13,'6c72cc2550','want lis£ô¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡ª\r\n¼«Ê¬¤«¤é¸½ÃϽиþ¤¤¤Æ¥²¥Ã¥È¤·¤¿»þ¤Ï¤¤¤í¤¤¤í¼ê¤ËÆþ¤ë¤À¤í¤¦¤È»×¤¤¤Þ¤¹¤Î¤Ç¡¢\r\n¤´´õ˾¤Î¤â¤Î¤¬¤¢¤Ã¤¿¤é³ÎÊݤ·¤Þ¤¹¡ª\r\n\r\n¤Á¤Ê¤ß¤Ëº£·îËö¤Ï¥Ù¥¤¥¨¥ê¥¢¤Ë¹Ô¤¯Í½Äê¤Ç¤¹¡£¥Æ¥­¥µ¥¹¤¸¤ã¤Ê¤¯¤Æ¤¹¤ß¤Þ¤»¤ó¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (14,'bd42766112','G-HOUSE03¤Ç¤¹!\r\nTAPE¤¤¤¿¤À¤±¤ë¤Ê¤ó¤Æ´ò¤·¤¤¸Â¤ê¤Ç¤¹ :D \r\n\r\n¤È¤í¤³¤Ç¤³¤ÎFORUM¤Î¥æ¡¼¥¶¡¼ÅÐÏ¿¾ðÊó¤Ë¥µ¥¤¥È¤ÎURL¤¬¤Î¤Ã¤Æ¤Ê¤¤¤Ç¤¹¤è!\r\n¤»¤Ã¤«¤¯¤Ç¤¹¤Î¤Ç¤Î¤Ã¤±¤Æ¤¯¤À¤µ¤¤¤Í¡£\r\n\r\n¥¿¥¤¥È¥ë²èÁü¤Î¤·¤¿¤Î[b:bd42766112]Profile[/b:bd42766112]¤ÇÊÔ½¸²Äǽ¤À¤È»×¤¤¤Þ¤¹¤Î¤Ç :!:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (15,'94644b6b1c','¡¡»ä¤âº£Æü¤«¤é½é»²²Ã¤Ç¤¹¡£¤È¤ó¤¿¤µ¤ó¤Ï郎¹¥¤­¤Ç¤¹¤«¡©'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (16,'896a6d7164','¤³¤ì¤ÏBaby¤Á¤ã¤ó¤Ë¤¢¤ê¤Þ¤¹ :idea: \r\nhttp://www.cdbaby.com/cd/2pactribute\r\n¤¢¤È¡¢º£·î¤«ÃÙ¤¯¤ÆÍè·î¤Ë¤Ï2-HIGH¤âBaby¤Á¤ã¤ó¤Ë»®ÃÖ¤¤¤Æ¤¯¤ì¤ë¤È¤Î»ö¤Ç¤¹¤Î¤Ç¡¢\r\n¤â¤·µ¤¤¬¸þ¤¤¤¿¤éÇã¤Ã¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\n¤Á¤Ê¤ß¤ËBOSKO¤ÈSEAN-T¤ËÆþ¤ìÃηä·¤¿¤Î¤â¼«Ê¬¤Ç¤¹ :oops: \r\nLil Menace¤Ë¤âÍê¤ó¤Ç¤ß¤¿¤ó¤Ç¤¹¤¬¡Ö¤É¤¦¤ä¤ì¤Ð¤¤¤¤¤Î¡©¡×¤ß¤¿¤¤¤Ê¤³¤Èʹ¤«¤ì¤Æ¤«¤é²»º»ÂÁ¤Ê¤·¥Ç¥¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (24,'28d105be0a','¤Ê¤ó¤«ÊÖ»öºÅÂ¥¤·¤Þ¤Ã¤¿Íͤˤʤäƿ½¤·Ìõ¤Ê¤«¤Ã¤¿¤Ç¤¹¡£\r\n\r\n2-High¥Ð¥¦¥È¤Ë¤¢¤Ã¤¿¤ÎºÇ¶áÃΤê¤Þ¤·¤¿ :idea: ŽÔŽÌŽµŽ¸¤ÈS2S¤Î¹â¤¤ŽÔŽÂ¤À¤±¤«¤È¡£\r\n¤Ç¤âBaby¤È¤«ÆüËܤÎŹ¤â¾Ò²ð¤·¤¿¤é´î¤ó¤Ç¤¯¤ì¤Æ\"Whats up Homie!\"¤Ã¤ÆÊÖ»ö¤­¤Þ¤·¤¿£÷¡¡¤ªÎé¤ËCD¤¯¤ì¤ë¤½¤¦¤Ç¤¹¤¬¡¢²Ì¤¿¤·¤Æ¡Ä¡£\r\n\r\nBosko¤ÏÁ°¤Î03¤µ¤ó¥È¥³·Ç¼¨ÈĤÇÏÃÂê¤Ë¤Ê¤Ã¤Æ¤¿¤Î¸«¤ÆÍê¤ó¤Ç¤ß¤¿¤é¥¹¥°Ëܿͤ¬Âбþ¤·¤Æ¤¯¤ì¤Þ¤·¤¿¡£¤Ç¤âBaby¤Á¤ã¤ó¤ò¤¢¤Þ¤êÆüËܤǥ᥸¥ã¡¼¤Ë¤·¤¿¤¯¤Ê¤¤ÇɤʤΤÇÌۤäƤޤ·¤¿£÷¡¡¤Ç¤âÇä¤ì¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹ :idea: \r\n\r\nSean-T¤Î¿·Éè¤Ï¼«Ê¬¤âƱ¤¸°õ¾Ý¤Ç¡¢Çã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£¹«¤ÎɾȽ¤â¥«¥ó¥Ð¥·¥¯¤Ê¤¤¤Ç¤¹¤Í¡£¥¢¥Ã¥Á¤Ç¤Ï¤½¤ì¤Ê¤ê¤Îɾ²Á¼õ¤±¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤±¤É :roll: \r\n¤Ç¤â1st¤ÏÇ㤤¤Þ¤·¤¿!Îɤ«¤Ã¤¿¤Ç¤¹ :)\r\n¼«Ê¬¤Ç½ÐÉÊÍê¤ó¤Ç¤ª¤­¤Ê¤¬¤é¡¢Pimp Lyrics &¡Ä¤ÎÊý¤ÏBaby¤Á¤ã¤ó¤ÇÇä¤ê½Ð¤µ¤ì¤ëÁ°¤ËÃæ¸Å¤Ç$10¤Ç¥²¥È¤ì¤¿¤Î¤ÇÇ㤤¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡£\r\n¤Ç¤âBaby¤Á¤ã¤ó¤Ë»®ÃÖ¤¤¤¿¤³¤È¶µ¤¨¤Æ¤¯¤ì¤Ê¤«¤Ã¤¿¤Î¤Ç¥¤¥£¤«¤Ê¤È¡£ \r\n¤½¤ì¤Ë¤·¤Æ¤âºÇ¶áBaby¤Á¤ã¤ó¤ÎWish List¤¬Áý¤¨¤ë°ìÊý¤Ç¤¹ :(¡¡ õ¤¹¤È¥­¥ê¤¬¤Ê¤¤¤Ç¤¹¤Í¡£\r\n\r\n\r\n¤Á¤Ê¤ß¤Ëº£ÅÙ¤ÏWM¤ÎCuete¤ËÆþ¤ìÃηÃÃæ¤Ç¤¹ :oops: ¡¡2·î¤Ë2nd Solo(?)½Ð¤¹¤é¤·¤¤¤Î¤Ç¡£\r\n¼¡¤ÏLil Menace...¡¡¤³¤Î´ÖŽÒŽ°ŽÙ¤¬Íè¤Æ¡¢¤Þ¤¿°ã¤¦ŽÚŽ°ŽÍŽÞŽÙ¤«¤é3rd¤ò3·î¤Ë½Ð¤¹Í½Äê¤é¤·¤¤¤Ç¤¹¡£Blvd Rec.¤ËÈ¿´¶Çã¤ï¤Ê¤¤¤ÈÎɤ¤¤ó¤Ç¤¹¤¬¡£\r\n\r\n¤¢¤È¡¢PM¤Ç¤Ï¾¿Í¤Î´ã¤Ë¿¨¤ì¤Ê¤¤¤Ç¤¹¤·¡¢²¶¤ÎÊý¤¬ºÐ²¼¤Ê¤Î¤Ç¥¿¥á¸ý»È¤Ã¤Æ¤ä¤Ã¤Æ²¼¤µ¤¤ :) ¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (19,'896a6d7164','¤³¤ì¤ÏBaby¤Á¤ã¤ó¤Ë¤¢¤ê¤Þ¤¹ :idea: \r\nhttp://www.cdbaby.com/cd/2pactribute\r\n¤¢¤È¡¢º£·î¤«ÃÙ¤¯¤ÆÍè·î¤Ë¤Ï2-HIGH¤âBaby¤Á¤ã¤ó¤Ë»®ÃÖ¤¤¤Æ¤¯¤ì¤ë¤È¤Î»ö¤Ç¤¹¤Î¤Ç¡¢\r\n¤â¤·µ¤¤¬¸þ¤¤¤¿¤éÇã¤Ã¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\n¤Á¤Ê¤ß¤ËBOSKO¤ÈSEAN-T¤ËÆþ¤ìÃηä·¤¿¤Î¤â¼«Ê¬¤Ç¤¹ :oops: \r\nLil Menace¤Ë¤âÍê¤ó¤Ç¤ß¤¿¤ó¤Ç¤¹¤¬¡Ö¤É¤¦¤ä¤ì¤Ð¤¤¤¤¤Î¡©¡×¤ß¤¿¤¤¤Ê¤³¤Èʹ¤«¤ì¤Æ¤«¤é²»º»ÂÁ¤Ê¤·¥Ç¥¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (20,'470f3d6099','Baby¤Á¤ã¤ó¤Ë¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\nºÇ¶áBREEZE¤äH-WOOD¤ÏÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É¸«Æ¨¤·¤Æ¤Þ¤·¤¿¡£\r\n2-HIGH¤ÏBOUT¤ÇÇã¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡¼\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\n\r\n[quote:470f3d6099=\"EsE DrEaMeR\"]¤Á¤Ê¤ß¤ËBOSKO¤ÈSEAN-T¤ËÆþ¤ìÃηä·¤¿¤Î¤â¼«Ê¬¤Ç¤¹ :oops: \r\nLil Menace¤Ë¤âÍê¤ó¤Ç¤ß¤¿¤ó¤Ç¤¹¤¬¡Ö¤É¤¦¤ä¤ì¤Ð¤¤¤¤¤Î¡©¡×¤ß¤¿¤¤¤Ê¤³¤Èʹ¤«¤ì¤Æ¤«¤é²»º»ÂÁ¤Ê¤·¥Ç¥¹¡£[/quote:470f3d6099]\r\n\r\n¤ª¡¼ :shock: \r\n¤¹¤´¤¤!\r\n¤Ê¤ó¤ÈBOSKO,SEAN-T¤ËÆþ¤ìÃηä·¤¿¤ó¤Ç¤¹¤« :shocked!: \r\nSEAN-T¤Î¥¢¥ë¥Ð¥àʹ¤­¤Þ¤·¤¿¡©\r\n»ä¤Ï»ëÄ°¤·¤¿¤À¤±¤Ê¤Î¤Ç¤¹¤¬¤Ê¤ó¤È¤âÈù̯¤Ê´¶¤¸¤«¤Ê¤ÈŽ¥Ž¥Ž¥'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (21,'470f3d6099','Baby¤Á¤ã¤ó¤Ë¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\nºÇ¶áBREEZE¤äH-WOOD¤ÏÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É¸«Æ¨¤·¤Æ¤Þ¤·¤¿¡£\r\n2-HIGH¤ÏBOUT¤ÇÇã¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡¼\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\n\r\n[quote:470f3d6099=\"EsE DrEaMeR\"]¤Á¤Ê¤ß¤ËBOSKO¤ÈSEAN-T¤ËÆþ¤ìÃηä·¤¿¤Î¤â¼«Ê¬¤Ç¤¹ :oops: \r\nLil Menace¤Ë¤âÍê¤ó¤Ç¤ß¤¿¤ó¤Ç¤¹¤¬¡Ö¤É¤¦¤ä¤ì¤Ð¤¤¤¤¤Î¡©¡×¤ß¤¿¤¤¤Ê¤³¤Èʹ¤«¤ì¤Æ¤«¤é²»º»ÂÁ¤Ê¤·¥Ç¥¹¡£[/quote:470f3d6099]\r\n\r\n¤ª¡¼ :shock: \r\n¤¹¤´¤¤!\r\n¤Ê¤ó¤ÈBOSKO,SEAN-T¤ËÆþ¤ìÃηä·¤¿¤ó¤Ç¤¹¤« :shocked!: \r\nSEAN-T¤Î¥¢¥ë¥Ð¥àʹ¤­¤Þ¤·¤¿¡©\r\n»ä¤Ï»ëÄ°¤·¤¿¤À¤±¤Ê¤Î¤Ç¤¹¤¬¤Ê¤ó¤È¤âÈù̯¤Ê´¶¤¸¤«¤Ê¤ÈŽ¥Ž¥Ž¥'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (22,'470f3d6099','Baby¤Á¤ã¤ó¤Ë¤¢¤Ã¤¿¤ó¤Ç¤¹¤Í¡£\r\nºÇ¶áBREEZE¤äH-WOOD¤ÏÇã¤Ã¤¿¤ó¤Ç¤¹¤±¤É¸«Æ¨¤·¤Æ¤Þ¤·¤¿¡£\r\n2-HIGH¤ÏBOUT¤ÇÇã¤Ã¤Á¤ã¤¤¤Þ¤·¤¿¡¼\r\n¾ðÊ󤢤꤬¤È¤¦¤´¤¶¤¤¤Þ¤¹ :signthanks: \r\n\r\n[quote:470f3d6099=\"EsE DrEaMeR\"]¤Á¤Ê¤ß¤ËBOSKO¤ÈSEAN-T¤ËÆþ¤ìÃηä·¤¿¤Î¤â¼«Ê¬¤Ç¤¹ :oops: \r\nLil Menace¤Ë¤âÍê¤ó¤Ç¤ß¤¿¤ó¤Ç¤¹¤¬¡Ö¤É¤¦¤ä¤ì¤Ð¤¤¤¤¤Î¡©¡×¤ß¤¿¤¤¤Ê¤³¤Èʹ¤«¤ì¤Æ¤«¤é²»º»ÂÁ¤Ê¤·¥Ç¥¹¡£[/quote:470f3d6099]\r\n\r\n¤ª¡¼ :shock: \r\n¤¹¤´¤¤!\r\n¤Ê¤ó¤ÈBOSKO,SEAN-T¤ËÆþ¤ìÃηä·¤¿¤ó¤Ç¤¹¤« :shocked!: \r\nSEAN-T¤Î¥¢¥ë¥Ð¥àʹ¤­¤Þ¤·¤¿¡©\r\n»ä¤Ï»ëÄ°¤·¤¿¤À¤±¤Ê¤Î¤Ç¤¹¤¬¤Ê¤ó¤È¤âÈù̯¤Ê´¶¤¸¤«¤Ê¤ÈŽ¥Ž¥Ž¥'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (23,'28d105be0a','¤Ê¤ó¤«ÊÖ»öºÅÂ¥¤·¤Þ¤Ã¤¿Íͤˤʤäƿ½¤·Ìõ¤Ê¤«¤Ã¤¿¤Ç¤¹¡£\r\n\r\n2-High¥Ð¥¦¥È¤Ë¤¢¤Ã¤¿¤ÎºÇ¶áÃΤê¤Þ¤·¤¿ :idea: ŽÔŽÌŽµŽ¸¤ÈS2S¤Î¹â¤¤ŽÔŽÂ¤À¤±¤«¤È¡£\r\n¤Ç¤âBaby¤È¤«ÆüËܤÎŹ¤â¾Ò²ð¤·¤¿¤é´î¤ó¤Ç¤¯¤ì¤Æ\"Whats up Homie!\"¤Ã¤ÆÊÖ»ö¤­¤Þ¤·¤¿£÷¡¡¤ªÎé¤ËCD¤¯¤ì¤ë¤½¤¦¤Ç¤¹¤¬¡¢²Ì¤¿¤·¤Æ¡Ä¡£\r\n\r\nBosko¤ÏÁ°¤Î03¤µ¤ó¥È¥³·Ç¼¨ÈĤÇÏÃÂê¤Ë¤Ê¤Ã¤Æ¤¿¤Î¸«¤ÆÍê¤ó¤Ç¤ß¤¿¤é¥¹¥°Ëܿͤ¬Âбþ¤·¤Æ¤¯¤ì¤Þ¤·¤¿¡£¤Ç¤âBaby¤Á¤ã¤ó¤ò¤¢¤Þ¤êÆüËܤǥ᥸¥ã¡¼¤Ë¤·¤¿¤¯¤Ê¤¤ÇɤʤΤÇÌۤäƤޤ·¤¿£÷¡¡¤Ç¤âÇä¤ì¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹ :idea: \r\n\r\nSean-T¤Î¿·Éè¤Ï¼«Ê¬¤âƱ¤¸°õ¾Ý¤Ç¡¢Çã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£¹«¤ÎɾȽ¤â¥«¥ó¥Ð¥·¥¯¤Ê¤¤¤Ç¤¹¤Í¡£¥¢¥Ã¥Á¤Ç¤Ï¤½¤ì¤Ê¤ê¤Îɾ²Á¼õ¤±¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¤±¤É :roll: \r\n¤Ç¤â1st¤ÏÇ㤤¤Þ¤·¤¿!Îɤ«¤Ã¤¿¤Ç¤¹ :)\r\n¼«Ê¬¤Ç½ÐÉÊÍê¤ó¤Ç¤ª¤­¤Ê¤¬¤é¡¢Pimp Lyrics &¡Ä¤ÎÊý¤ÏBaby¤Á¤ã¤ó¤ÇÇä¤ê½Ð¤µ¤ì¤ëÁ°¤ËÃæ¸Å¤Ç$10¤Ç¥²¥È¤ì¤¿¤Î¤ÇÇ㤤¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡£\r\n¤Ç¤âBaby¤Á¤ã¤ó¤Ë»®ÃÖ¤¤¤¿¤³¤È¶µ¤¨¤Æ¤¯¤ì¤Ê¤«¤Ã¤¿¤Î¤Ç¥¤¥£¤«¤Ê¤È¡£ \r\n¤½¤ì¤Ë¤·¤Æ¤âºÇ¶áBaby¤Á¤ã¤ó¤ÎWish List¤¬Áý¤¨¤ë°ìÊý¤Ç¤¹ :(¡¡ õ¤¹¤È¥­¥ê¤¬¤Ê¤¤¤Ç¤¹¤Í¡£\r\n\r\n\r\n¤Á¤Ê¤ß¤Ëº£ÅÙ¤ÏWM¤ÎCuete¤ËÆþ¤ìÃηÃÃæ¤Ç¤¹ :oops: ¡¡2·î¤Ë2nd Solo(?)½Ð¤¹¤é¤·¤¤¤Î¤Ç¡£\r\n¼¡¤ÏLil Menace...¡¡¤³¤Î´ÖŽÒŽ°ŽÙ¤¬Íè¤Æ¡¢¤Þ¤¿°ã¤¦ŽÚŽ°ŽÍŽÞŽÙ¤«¤é3rd¤ò3·î¤Ë½Ð¤¹Í½Äê¤é¤·¤¤¤Ç¤¹¡£Blvd Rec.¤ËÈ¿´¶Çã¤ï¤Ê¤¤¤ÈÎɤ¤¤ó¤Ç¤¹¤¬¡£\r\n\r\n¤¢¤È¡¢PM¤Ç¤Ï¾¿Í¤Î´ã¤Ë¿¨¤ì¤Ê¤¤¤Ç¤¹¤·¡¢²¶¤ÎÊý¤¬ºÐ²¼¤Ê¤Î¤Ç¥¿¥á¸ý»È¤Ã¤Æ¤ä¤Ã¤Æ²¼¤µ¤¤ :) ¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (25,'d1dd62ed08','¤¿¤Ó¤¿¤Ó¼ºÎ餷¤Þ¤¹£÷\r\n¤´Â¸ÃΤ«¤âÃΤì¤Þ¤»¤ó¤¬¡¢\r\n²Ë¤Ê»þ¤Ë[url]http://launch.yahoo.com/[/url]¤ÇRid Is Coming¤ò¸¡º÷¤·¤ÆPV¸«¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\nOccupation Hazardous¤Ã¤Æ¥¢¥ë¥Ð¥à¤ËÆþ¤Ã¤Æ¤ë¶Ê¤Ê¤ó¤Ç¤¹¤±¤É\'94ºî¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹ 8) \r\n¤³¤Î¥¢¥ë¥Ð¥à¤¬Boo-Yaa¤ÎÃæ¤Ç°ìÈ֤뮤«¤È»×¤¤¤Þ¤¹¢ö\r\nChillin\' on the westside¤Ã¤Æ¶Ê¤¬Á֤䤫¤ÇÂç¹¥¤­¤Ç¤¹ :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (26,'d1dd62ed08','¤¿¤Ó¤¿¤Ó¼ºÎ餷¤Þ¤¹£÷\r\n¤´Â¸ÃΤ«¤âÃΤì¤Þ¤»¤ó¤¬¡¢\r\n²Ë¤Ê»þ¤Ë[url]http://launch.yahoo.com/[/url]¤ÇRid Is Coming¤ò¸¡º÷¤·¤ÆPV¸«¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\nOccupation Hazardous¤Ã¤Æ¥¢¥ë¥Ð¥à¤ËÆþ¤Ã¤Æ¤ë¶Ê¤Ê¤ó¤Ç¤¹¤±¤É\'94ºî¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹ 8) \r\n¤³¤Î¥¢¥ë¥Ð¥à¤¬Boo-Yaa¤ÎÃæ¤Ç°ìÈ֤뮤«¤È»×¤¤¤Þ¤¹¢ö\r\nChillin\' on the westside¤Ã¤Æ¶Ê¤¬Á֤䤫¤ÇÂç¹¥¤­¤Ç¤¹ :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (27,'ba80a9f216','Boo-ya¤ß¤Þ¤·¤¿!\r\n¥Õ¥¡¥ó¥¯¤Ê¤Î¤ê¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í!\r\n¸«Ä¾¤·¤Þ¤·¤¿¡£\r\n\r\n»ä¤âBaby¤Á¤ã¤ó¤Ï¤³¤Ã¤½¤ê¸«¼é¤Ã¤Æ¤¤¤¿¤¤ÇɤǤ¹ :oops: \r\n\r\n[quote:ba80a9f216=\"EsE DrEaMeR\"]\r\n¤¢¤È¡¢PM¤Ç¤Ï¾¿Í¤Î´ã¤Ë¿¨¤ì¤Ê¤¤¤Ç¤¹¤·¡¢²¶¤ÎÊý¤¬ºÐ²¼¤Ê¤Î¤Ç¥¿¥á¸ý»È¤Ã¤Æ¤ä¤Ã¤Æ²¼¤µ¤¤ :) ¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m[/quote:ba80a9f216]\r\n\r\n¤È¤ó¤Ç¤â¤Ê¤¤ :shock: \r\n\r\nEsE DrEaMeR¤µ¤ó¤Ë¤Ï¤¤¤Ä¤â½ñ¤­¹þ¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¤·¡¢\r\n¤È¤Æ¤â¤ª¾Ü¤·¤¤¤·¡¢\r\n¤½¤ì¤Ë¤ª²ñ¤¤¤·¤Æ¤Ê¤¤Êý¤Ë¥¿¥á¸ý¤Ê¤ó¤Æ¤Ä¤«¤¨¤Þ¤»¤ó¤è Zombie Smile \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (28,'ba80a9f216','Boo-ya¤ß¤Þ¤·¤¿!\r\n¥Õ¥¡¥ó¥¯¤Ê¤Î¤ê¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í!\r\n¸«Ä¾¤·¤Þ¤·¤¿¡£\r\n\r\n»ä¤âBaby¤Á¤ã¤ó¤Ï¤³¤Ã¤½¤ê¸«¼é¤Ã¤Æ¤¤¤¿¤¤ÇɤǤ¹ :oops: \r\n\r\n[quote:ba80a9f216=\"EsE DrEaMeR\"]\r\n¤¢¤È¡¢PM¤Ç¤Ï¾¿Í¤Î´ã¤Ë¿¨¤ì¤Ê¤¤¤Ç¤¹¤·¡¢²¶¤ÎÊý¤¬ºÐ²¼¤Ê¤Î¤Ç¥¿¥á¸ý»È¤Ã¤Æ¤ä¤Ã¤Æ²¼¤µ¤¤ :) ¤ª´ê¤¤¤·¤Þ¤¹m(_ _)m[/quote:ba80a9f216]\r\n\r\n¤È¤ó¤Ç¤â¤Ê¤¤ :shock: \r\n\r\nEsE DrEaMeR¤µ¤ó¤Ë¤Ï¤¤¤Ä¤â½ñ¤­¹þ¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¤·¡¢\r\n¤È¤Æ¤â¤ª¾Ü¤·¤¤¤·¡¢\r\n¤½¤ì¤Ë¤ª²ñ¤¤¤·¤Æ¤Ê¤¤Êý¤Ë¥¿¥á¸ý¤Ê¤ó¤Æ¤Ä¤«¤¨¤Þ¤»¤ó¤è Zombie Smile \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (29,'b4e4f92bd7','[quote:b4e4f92bd7=\"G-HOUSE03\"]Boo-ya¤ß¤Þ¤·¤¿!\r\n¥Õ¥¡¥ó¥¯¤Ê¤Î¤ê¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í!\r\n¸«Ä¾¤·¤Þ¤·¤¿¡£[/quote:b4e4f92bd7]¶ô¤ï¤º·ù¤¤¤¹¤ë¤Ë¤Ï¾¯¤·ÌÞÂÎ̵¤¤»®¤Ç¤¹¤«¤éµ¤¤ËÆþ¤Ã¤Æ失¤¿¤Ê¤é¹¬¤¤¤Ç¤¹¡£°Â¤¤Ãæ¸Å¸«¤Ä¤±¤¿¤éGET¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\n¤Á¤Ê¤ß¤Ë¤¢¤Î¶Ê¤ÎÆþ¤Ã¤Æ¤ë»®¤Ï2¼ïÎढ¤ëÍͤǤ¹¡£\r\n\r\n[quote:b4e4f92bd7=\"G-HOUSE03\"]¤È¤ó¤Ç¤â¤Ê¤¤ :shock: \r\nEsE DrEaMeR¤µ¤ó¤Ë¤Ï¤¤¤Ä¤â½ñ¤­¹þ¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¤·¡¢\r\n¤È¤Æ¤â¤ª¾Ü¤·¤¤¤·¡¢\r\n¤½¤ì¤Ë¤ª²ñ¤¤¤·¤Æ¤Ê¤¤Êý¤Ë¥¿¥á¸ý¤Ê¤ó¤Æ¤Ä¤«¤¨¤Þ¤»¤ó¤è Zombie Smile \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í![/quote:b4e4f92bd7]¾Ü¤·¤¤¤À¤Ê¤ó¤Æ¿È¤Ë;¤ë¸ÀÍդǤ¹¤è¡£\r\n½ñ¤­¹þ¤ß¤ÎÂçȾ¤Ï¼ÁÌä¤Ð¤«¤ê¤Ç¤¹¤·¡¢¤¤¤Ä¤â¤½¤ì¤ËÉÕ¤­¹ç¤Ã¤Æ夤¤Æ¤Æ¡¢¤Þ¤·¤Æ¤ä¤³¤ó¤Ê¥¤¥£Forumºî¤Ã¤Æ夤¤ÆÍ·¤Ð¤»¤Æ¤â¤é¤Ã¤Æ¤ë¤À¤±¤Ç¤âËþ­¤Ê¤Î¤Ë¡£\r\n¤½¤ì¤Ëº·É¤·¤Æ¤ëÌܾå¤ÎÊý¤Ë·É¸ì¤ÇÏ䵤ì¤ë¤Î¤Ï¤Ê¤ó¤«¿½¤·Ìõ¤Ê¤¯¤Æ :|¡¡\r\n¤Ç¤â¡¢³Î¤«¤Ë¤ª²ñ¤¤¤·¤Æ¤Þ¤»¤ó¤·¡¢G-HOUSE03¤µ¤ó¤¬¤½¤¦¶Ä¤ë¤Ê¤éǼÆÀ¤¹¤ë»ö¤Ë¤·¤Þ¤¹¤Í :)\r\n;·×¤ÊÏäÇÈѤ碌¤Æ¤·¤Þ¤Ã¤Æ¼ºÎ餷¤Þ¤·¤¿!¡¡º£¸å¤â¤³¤³¤ÇÍ·¤Ð¤»¤Æ夭¤Þ¤¹¤Í :x\r\n\r\n¤¢¡¢¤³¤ì¤Ë´Ø¤·¤Æ¤ÏÊÖ¿®¤·¤Æ夫¤Ê¤¯¤È¤â¹½¤¤¤Þ¤»¤ó¤Î¤Ç :thumbright:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (30,'b4e4f92bd7','[quote:b4e4f92bd7=\"G-HOUSE03\"]Boo-ya¤ß¤Þ¤·¤¿!\r\n¥Õ¥¡¥ó¥¯¤Ê¤Î¤ê¤Ç¤«¤Ã¤³¤¤¤¤¤Ç¤¹¤Í!\r\n¸«Ä¾¤·¤Þ¤·¤¿¡£[/quote:b4e4f92bd7]¶ô¤ï¤º·ù¤¤¤¹¤ë¤Ë¤Ï¾¯¤·ÌÞÂÎ̵¤¤»®¤Ç¤¹¤«¤éµ¤¤ËÆþ¤Ã¤Æ失¤¿¤Ê¤é¹¬¤¤¤Ç¤¹¡£°Â¤¤Ãæ¸Å¸«¤Ä¤±¤¿¤éGET¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£\r\n¤Á¤Ê¤ß¤Ë¤¢¤Î¶Ê¤ÎÆþ¤Ã¤Æ¤ë»®¤Ï2¼ïÎढ¤ëÍͤǤ¹¡£\r\n\r\n[quote:b4e4f92bd7=\"G-HOUSE03\"]¤È¤ó¤Ç¤â¤Ê¤¤ :shock: \r\nEsE DrEaMeR¤µ¤ó¤Ë¤Ï¤¤¤Ä¤â½ñ¤­¹þ¤ó¤Ç¤¤¤¿¤À¤¤¤Æ¤Þ¤¹¤·¡¢\r\n¤È¤Æ¤â¤ª¾Ü¤·¤¤¤·¡¢\r\n¤½¤ì¤Ë¤ª²ñ¤¤¤·¤Æ¤Ê¤¤Êý¤Ë¥¿¥á¸ý¤Ê¤ó¤Æ¤Ä¤«¤¨¤Þ¤»¤ó¤è Zombie Smile \r\nº£¸å¤È¤â¤¤¤í¤¤¤í¶µ¤¨¤Æ¤¯¤À¤µ¤¤¤Í![/quote:b4e4f92bd7]¾Ü¤·¤¤¤À¤Ê¤ó¤Æ¿È¤Ë;¤ë¸ÀÍդǤ¹¤è¡£\r\n½ñ¤­¹þ¤ß¤ÎÂçȾ¤Ï¼ÁÌä¤Ð¤«¤ê¤Ç¤¹¤·¡¢¤¤¤Ä¤â¤½¤ì¤ËÉÕ¤­¹ç¤Ã¤Æ夤¤Æ¤Æ¡¢¤Þ¤·¤Æ¤ä¤³¤ó¤Ê¥¤¥£Forumºî¤Ã¤Æ夤¤ÆÍ·¤Ð¤»¤Æ¤â¤é¤Ã¤Æ¤ë¤À¤±¤Ç¤âËþ­¤Ê¤Î¤Ë¡£\r\n¤½¤ì¤Ëº·É¤·¤Æ¤ëÌܾå¤ÎÊý¤Ë·É¸ì¤ÇÏ䵤ì¤ë¤Î¤Ï¤Ê¤ó¤«¿½¤·Ìõ¤Ê¤¯¤Æ :|¡¡\r\n¤Ç¤â¡¢³Î¤«¤Ë¤ª²ñ¤¤¤·¤Æ¤Þ¤»¤ó¤·¡¢G-HOUSE03¤µ¤ó¤¬¤½¤¦¶Ä¤ë¤Ê¤éǼÆÀ¤¹¤ë»ö¤Ë¤·¤Þ¤¹¤Í :)\r\n;·×¤ÊÏäÇÈѤ碌¤Æ¤·¤Þ¤Ã¤Æ¼ºÎ餷¤Þ¤·¤¿!¡¡º£¸å¤â¤³¤³¤ÇÍ·¤Ð¤»¤Æ夭¤Þ¤¹¤Í :x\r\n\r\n¤¢¡¢¤³¤ì¤Ë´Ø¤·¤Æ¤ÏÊÖ¿®¤·¤Æ夫¤Ê¤¯¤È¤â¹½¤¤¤Þ¤»¤ó¤Î¤Ç :thumbright:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (31,'99e820e8f7','¤É¤¦¤Ç¤¹¡©\r\n¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍƺî¤Ã¤Æ¤ß¤Þ¤»¤ó¤«¡©\r\n\r\n¤È¡¢¤¤¤¦¤Î¤â»ä¤ÏShorty¤ò¤¢¤Þ¤êÃΤé¤Ê¤¯¤Æ¡£\r\nCali Funk(?)¤°¤é¤¤¤Ç¤¹¤«¤Ê¡¦¡¦¡¦»×¤¤½Ð¤»¤ë¤Î¤¬¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (32,'99e820e8f7','¤É¤¦¤Ç¤¹¡©\r\n¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍƺî¤Ã¤Æ¤ß¤Þ¤»¤ó¤«¡©\r\n\r\n¤È¡¢¤¤¤¦¤Î¤â»ä¤ÏShorty¤ò¤¢¤Þ¤êÃΤé¤Ê¤¯¤Æ¡£\r\nCali Funk(?)¤°¤é¤¤¤Ç¤¹¤«¤Ê¡¦¡¦¡¦»×¤¤½Ð¤»¤ë¤Î¤¬¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (33,'99e820e8f7','¤É¤¦¤Ç¤¹¡©\r\n¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍƺî¤Ã¤Æ¤ß¤Þ¤»¤ó¤«¡©\r\n\r\n¤È¡¢¤¤¤¦¤Î¤â»ä¤ÏShorty¤ò¤¢¤Þ¤êÃΤé¤Ê¤¯¤Æ¡£\r\nCali Funk(?)¤°¤é¤¤¤Ç¤¹¤«¤Ê¡¦¡¦¡¦»×¤¤½Ð¤»¤ë¤Î¤¬¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (34,'546c05f5b7','¤´Äó°Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¼Â¤Ï¼«Ê¬¤â;¤ê¡Ä(¾Ð\r\nºÇ¶á¤Ë¤Ê¤Ã¤Æ¤ä¤Ã¤È³¤½÷¸¤ÎWish List¤«¤éCart¤ËÆþ¤ì¤ÆÇã¤Ã¤¿¤Ð¤«¤ê¤Ê¤ó¤Ç¤¹ :deathlyobsessed: \r\n\r\n¤Ç¤â´ö¤Ä¤«¼ÁÌä¹Í¤¨¤Æ¤ß¤Þ¤·¤¿ :idea: \r\n¡¦¼«¿È¤ÎάÎò(Rap Game¤Ë­¤òƧ¤ßÆþ¤ì¤¿¥­¥Ã¥«¥±&¥Ê¥ì¥½¥á¤È¤«¾¯Ç¯»þÂå)¡£\r\n¡¦¸½ºß¤ÎDa Lenchmob¤Î³èÆ°¡¢K-Dee¤Ê¤É¾¤ÎCube°ìÇɤȤδط¸¡£\r\n¡¦ºÇ¶á¤Î³èÆ°¾õ¶·¡¢ÆüËܤǤΤßȯÇä¤È¤¤¤¦ÏäÎ2nd Solo Album¤Ë¤Ä¤¤¤Æ¿¿Áê¤ÈÆâÍÆ¡£\r\n¡¦DJ Skratch¤È¤Î´Ø·¸¡£\r\n¡¦±Æ¶Á¤ò¼õ¤±¤¿Rapper¤ä¹¥¤­¤Ê&º·É¤¹¤ëArtist¡¢º£¹¥¤­¤Ê¶Ê¡¢ÃíÌܤ·¤Æ¤ë¿Íʪ¡£\r\n¡¦ºÇ¶á¤ÎÀ¾³¤´ß¤ä¡¢ÁíÂÎŪ¤ÊHh¥·¡¼¥ó¤Ë¤Ä¤¤¤ÆÎɤ¤ÅÀ¡¢°­¤¤ÅÀ¡£\r\n¡¦ÆüËܤÎÀ¾¥Ö¡¼¥à??¤Ë¤Ä¤¤¤ÆorÆüËܿͤإá¥Ã¥»¡¼¥¸¡£\r\n¡¦¼ñÌ££÷\r\n¡¦¿·Ãλö¤Ë¤Ä¤¤¤Æ :oops: \r\n\r\n¤¢¤È¡¢Julio G¤Ë¤â¡Ä\r\n¡¦Î¬Îò\r\n¡¦Tony G, Frost, ALT¤Ê¤É¤ÎG-Spot¤ÎÌÌ¡¹¤È¤Î´Ø·¸¤Ê¤É¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦ºÇ¶á¤ÎLatin,Chicano Rap¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦Easy-E¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦Foesum, LiteFoot, Slow pai¤Ê¤É¤È¤Î´Ø·¸¡£\r\n\r\nŬÅö¤ËÎóµó¤·¤Æ¤ß¤Þ¤·¤¿¤¬»È¤¨¤½¤¦¤Êʪ¤¢¤Ã¤¿¤é¼ÁÌ䤷¤Æ¤ß¤Æ²¼¤µ¤¤ :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (35,'546c05f5b7','¤´Äó°Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¼Â¤Ï¼«Ê¬¤â;¤ê¡Ä(¾Ð\r\nºÇ¶á¤Ë¤Ê¤Ã¤Æ¤ä¤Ã¤È³¤½÷¸¤ÎWish List¤«¤éCart¤ËÆþ¤ì¤ÆÇã¤Ã¤¿¤Ð¤«¤ê¤Ê¤ó¤Ç¤¹ :deathlyobsessed: \r\n\r\n¤Ç¤â´ö¤Ä¤«¼ÁÌä¹Í¤¨¤Æ¤ß¤Þ¤·¤¿ :idea: \r\n¡¦¼«¿È¤ÎάÎò(Rap Game¤Ë­¤òƧ¤ßÆþ¤ì¤¿¥­¥Ã¥«¥±&¥Ê¥ì¥½¥á¤È¤«¾¯Ç¯»þÂå)¡£\r\n¡¦¸½ºß¤ÎDa Lenchmob¤Î³èÆ°¡¢K-Dee¤Ê¤É¾¤ÎCube°ìÇɤȤδط¸¡£\r\n¡¦ºÇ¶á¤Î³èÆ°¾õ¶·¡¢ÆüËܤǤΤßȯÇä¤È¤¤¤¦ÏäÎ2nd Solo Album¤Ë¤Ä¤¤¤Æ¿¿Áê¤ÈÆâÍÆ¡£\r\n¡¦DJ Skratch¤È¤Î´Ø·¸¡£\r\n¡¦±Æ¶Á¤ò¼õ¤±¤¿Rapper¤ä¹¥¤­¤Ê&º·É¤¹¤ëArtist¡¢º£¹¥¤­¤Ê¶Ê¡¢ÃíÌܤ·¤Æ¤ë¿Íʪ¡£\r\n¡¦ºÇ¶á¤ÎÀ¾³¤´ß¤ä¡¢ÁíÂÎŪ¤ÊHh¥·¡¼¥ó¤Ë¤Ä¤¤¤ÆÎɤ¤ÅÀ¡¢°­¤¤ÅÀ¡£\r\n¡¦ÆüËܤÎÀ¾¥Ö¡¼¥à??¤Ë¤Ä¤¤¤ÆorÆüËܿͤإá¥Ã¥»¡¼¥¸¡£\r\n¡¦¼ñÌ££÷\r\n¡¦¿·Ãλö¤Ë¤Ä¤¤¤Æ :oops: \r\n\r\n¤¢¤È¡¢Julio G¤Ë¤â¡Ä\r\n¡¦Î¬Îò\r\n¡¦Tony G, Frost, ALT¤Ê¤É¤ÎG-Spot¤ÎÌÌ¡¹¤È¤Î´Ø·¸¤Ê¤É¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦ºÇ¶á¤ÎLatin,Chicano Rap¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦Easy-E¤Ë¤Ä¤¤¤Æ¡£\r\n¡¦Foesum, LiteFoot, Slow pai¤Ê¤É¤È¤Î´Ø·¸¡£\r\n\r\nŬÅö¤ËÎóµó¤·¤Æ¤ß¤Þ¤·¤¿¤¬»È¤¨¤½¤¦¤Êʪ¤¢¤Ã¤¿¤é¼ÁÌ䤷¤Æ¤ß¤Æ²¼¤µ¤¤ :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (36,'3d31003018','¤¹¤ß¤Þ¤»¤ó¡¢¤»¤Ã¤«¤¯PM¤¤¤¿¤À¤¤¤¿¤Î¤Ë¥ì¥¹ÃÙ¤ì¤Þ¤·¤¿¡£\r\n\r\n¤È¤ê¤¢¤¨¤ºJulio G¤ÏµÞ¤¤¤Ç¤¿¤Î¤Ç»È¤ï¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤è¢ö\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (37,'3d31003018','¤¹¤ß¤Þ¤»¤ó¡¢¤»¤Ã¤«¤¯PM¤¤¤¿¤À¤¤¤¿¤Î¤Ë¥ì¥¹ÃÙ¤ì¤Þ¤·¤¿¡£\r\n\r\n¤È¤ê¤¢¤¨¤ºJulio G¤ÏµÞ¤¤¤Ç¤¿¤Î¤Ç»È¤ï¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤è¢ö\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (38,'3d31003018','¤¹¤ß¤Þ¤»¤ó¡¢¤»¤Ã¤«¤¯PM¤¤¤¿¤À¤¤¤¿¤Î¤Ë¥ì¥¹ÃÙ¤ì¤Þ¤·¤¿¡£\r\n\r\n¤È¤ê¤¢¤¨¤ºJulio G¤ÏµÞ¤¤¤Ç¤¿¤Î¤Ç»È¤ï¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¤è¢ö\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (39,'7cc63b5216','¾¯¤·¤Ç¤â¤ªÌò¤ËΩ¤Æ¤¿ÍͤÇÎɤ«¤Ã¤¿¤Ç¤¹ :) \r\nµ­»ö³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (40,'7cc63b5216','¾¯¤·¤Ç¤â¤ªÌò¤ËΩ¤Æ¤¿ÍͤÇÎɤ«¤Ã¤¿¤Ç¤¹ :) \r\nµ­»ö³Ú¤·¤ß¤Ë¤·¤Æ¤Þ¤¹!'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (41,'af123983bd','ricky¤Ç¤¹¡¢¤É¤¦¤â¡ª\r\nLil Witness¡ÊWitness¡Ë¡¢amazon¤Ç½Ð¤Æ¤­¤Þ¤·¤¿¤è¡ª\r\nhttp://s1.amazon.com/exec/varzea/ts/exchange-glance/Y01Y6370156Y9997204/002-7059237-5136839\r\n³¤³°È¯Á÷¤Ï¤·¤Ê¤¤¤È¤«ºÜ¤Ã¤Æ¤Þ¤¹¤±¤É¡£¡£¡£¥á¡¼¥ë¤·¤Æ¤ß¤¿¤é¥ª¥Ã¥±¡¼¤«¤â¤·¤ì¤Ê¤¤¤Î¤ÇÀ§Èó¡ª\r\nLil WitnessËͤ⥢¥ë¥Ð¥àÁ´Á³»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢SCC¤Î¥¢¥ë¥Ð¥à¤È¤«¤ÇÄ°¤¤¤¿¤é¥«¥Ã¥³¤è¤«¤Ã¤¿¤Ç¤¹:thumbleft: \r\nȯ¸«¤·¤¿¤Î¤Ç¤È¤ê¤¢¤¨¤º¸æÊó¹ð¤Þ¤Ç :oops:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (42,'af123983bd','ricky¤Ç¤¹¡¢¤É¤¦¤â¡ª\r\nLil Witness¡ÊWitness¡Ë¡¢amazon¤Ç½Ð¤Æ¤­¤Þ¤·¤¿¤è¡ª\r\nhttp://s1.amazon.com/exec/varzea/ts/exchange-glance/Y01Y6370156Y9997204/002-7059237-5136839\r\n³¤³°È¯Á÷¤Ï¤·¤Ê¤¤¤È¤«ºÜ¤Ã¤Æ¤Þ¤¹¤±¤É¡£¡£¡£¥á¡¼¥ë¤·¤Æ¤ß¤¿¤é¥ª¥Ã¥±¡¼¤«¤â¤·¤ì¤Ê¤¤¤Î¤ÇÀ§Èó¡ª\r\nLil WitnessËͤ⥢¥ë¥Ð¥àÁ´Á³»ý¤Ã¤Æ¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢SCC¤Î¥¢¥ë¥Ð¥à¤È¤«¤ÇÄ°¤¤¤¿¤é¥«¥Ã¥³¤è¤«¤Ã¤¿¤Ç¤¹:thumbleft: \r\nȯ¸«¤·¤¿¤Î¤Ç¤È¤ê¤¢¤¨¤º¸æÊó¹ð¤Þ¤Ç :oops:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (43,'c0dcbec777','ricky¤µ¤ó\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤Ã¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª :) :signthanks: \r\n¤·¤«¤â¤ï¤¶¤ï¤¶PM¤Ç¡¦¡¦¡¦¡£\r\n\r\n1st¤ÎÊý¤¬¤¿¤¯¤µ¤óÀå¤ò´¬¤¤¤Æ¤¤¤Æ¹û¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡ª\r\n¤Ä¤¿¤Ê¤¤±Ñ¸ì¤Ç¥á¡¼¥ë¤·¤Æ¤ß¤Þ¤¹¡£\r\n\r\n¤Û¤ó¤È¤Ë¤É¤¦¤â¤Ç¤·¤¿¡ª¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (44,'c0dcbec777','ricky¤µ¤ó\r\n¶µ¤¨¤Æ¤¯¤À¤µ¤Ã¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª :) :signthanks: \r\n¤·¤«¤â¤ï¤¶¤ï¤¶PM¤Ç¡¦¡¦¡¦¡£\r\n\r\n1st¤ÎÊý¤¬¤¿¤¯¤µ¤óÀå¤ò´¬¤¤¤Æ¤¤¤Æ¹û¤ì¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡ª\r\n¤Ä¤¿¤Ê¤¤±Ñ¸ì¤Ç¥á¡¼¥ë¤·¤Æ¤ß¤Þ¤¹¡£\r\n\r\n¤Û¤ó¤È¤Ë¤É¤¦¤â¤Ç¤·¤¿¡ª¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (45,'6c422bb28b','Why did you delete my post ? What was the problem ?\r\n\r\nWhat I don\'t understand is that you removed mine but didn\'t do anything with Killa Klan\'s \r\n\r\nLet me know\r\n\r\nThanks'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (107,'e48a98801a','I can burn it to cd-r and send it to you.\r\nI remember you sold a lot of rare KCMO stuff on ebay.\r\ncan you send some of them in cd-r also?\r\nI don\'t have those a lot.\r\nlet me know what you can burn and your address.\r\n\r\ngoku'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (59,'6e83819999','ok, sorry , i had no idea! I posted it on the correct one now\r\ncheers\r\n\r\nChristoph'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (60,'6e83819999','ok, sorry , i had no idea! I posted it on the correct one now\r\ncheers\r\n\r\nChristoph'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (61,'7debf9db3c','FORUM»²²Ã´õ˾¥á¡¼¥ë¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\n¿½¤·Ìõ¤Ê¤¤¤ó¤Ç¤¹¤¬¸½ºßGWÁ°¤Î»Å»ö¤Ë½ª¤ï¤ì¤Æ¤Þ¤·¤Æ¡¢¤Á¤ç¤Ã¤Èºî¶È¤¬Á÷¤ì¤½¤¦¤Ç¤¹¡£\r\n¤â¤¦¤·¤Ð¤é¤¯¤ªÂÔ¤Á¤¤¤¿¤À¤±¤Þ¤¹¤«¡©\r\n\r\nGWÌÀ¤±¤Ë¤Þ¤ÀÅÐÏ¿¤µ¤ì¤Æ¤Ê¤¤¤è¤¦¤Ç¤·¤¿¤éºÆÅ٥᡼¥ë¤Ê¤êPM¤¯¤À¤µ¤¤¡£\r\n\r\nP.S.\r\n¥¸¥ã¥±¤Ë¤Ï¶â¤«¤±¤Æ¤Þ¤»¤ó¤è¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (55,'2c18ba76d3','you can use only trade/sale section on this forum for sales post.\r\n\r\nYou sholdn\'t post such a sales messages on other section.\r\n\r\nAre you ok?'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (49,'2abc8f5b72','You posted only your business.\r\nIt\'s not good for us.\r\n\r\nAlso, Killa Klan is same.\r\n\r\nI don\'t like that you post your business.\r\nActually, I\'m into your item, but this forum is not for sales.\r\n\r\nThanks\r\n\r\n[quote:2abc8f5b72=\"ParaNoid\"]Why did you delete my post ? What was the problem ?\r\n\r\nWhat I don\'t understand is that you removed mine but didn\'t do anything with Killa Klan\'s \r\n\r\nLet me know\r\n\r\nThanks[/quote:2abc8f5b72]'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (50,'c2cfc8b5db','I won\'t post shit like that again\r\n\r\nThanks for making that clear'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (51,'3a138e3b69','Can you name a few Japanese rap/hiphop boards that have trade/sale sections\r\n\r\nI\'ll appreciate that\r\n\r\nThanks'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (56,'2c18ba76d3','you can use only trade/sale section on this forum for sales post.\r\n\r\nYou sholdn\'t post such a sales messages on other section.\r\n\r\nAre you ok?'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (57,'2c18ba76d3','you can use only trade/sale section on this forum for sales post.\r\n\r\nYou sholdn\'t post such a sales messages on other section.\r\n\r\nAre you ok?'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (58,'b86f26af97','[quote:b86f26af97=\"ParaNoid\"]Can you name a few Japanese rap/hiphop boards that have trade/sale sections\r\n\r\nI\'ll appreciate that\r\n\r\nThanks[/quote:b86f26af97]\r\n\r\nI made trade/sale section on this forum.\r\nYou can use that at your own risk.'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (62,'140a47b82d','Í·¤Ó¤Ë¹Ô¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡ª\r\n¥Õ¥é¥¤¥ä¡¼ÁÇÀ²¤é¤·¤¤¤Ç¤¹¤Í :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (63,'140a47b82d','Í·¤Ó¤Ë¹Ô¤«¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹¡ª\r\n¥Õ¥é¥¤¥ä¡¼ÁÇÀ²¤é¤·¤¤¤Ç¤¹¤Í :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (64,'9bcb83d2bd','Ï¢Íí¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡ª\r\n\r\nÅöÆüµ¤·Ú¤ËÀ¼¤ò¤«¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n¿ʬG-HOUSE T¥·¥ã¥Ä¤­¤Æ¤ë¤ó¤Ç¡£¡Ê²¿¿Í¤«¤¤¤ë¤«¤â¡Ë'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (65,'9bcb83d2bd','Ï¢Íí¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹!\r\n¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹¡ª\r\n\r\nÅöÆüµ¤·Ú¤ËÀ¼¤ò¤«¤±¤Æ¤¯¤À¤µ¤¤¡£\r\n¿ʬG-HOUSE T¥·¥ã¥Ä¤­¤Æ¤ë¤ó¤Ç¡£¡Ê²¿¿Í¤«¤¤¤ë¤«¤â¡Ë'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (66,'95487b637d','¤³¤ó¤Ð¤ó¤Ï¡ª\r\nDOOMSDAY¤ÎÏäʤó¤Ç¤¹¤¬\r\nhttp://www.cometo.mnk-osaka.co.jp/index.php\r\n¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤·¤¿ ¡£\r\nÍ¢ÆþÂå¹Ô²°¤Ê¤Î¤Ç¡¢¹â¤¯¤Ä¤¯¤«¤â¤·¤ì¤Þ¤»¤ó¤±¤ÉŽ¥Ž¥Ž¥¡£\r\n(ËͤÏÍê¤ó¤À¤³¤È¤Ê¤¤¤Ç¤¹)\r\n\r\n¾¤Ëͭ̾¤ÊÂå¹Ô²°¤Ç¡¢¤³¤¦¤¤¤¦¤Î¤È¤«Ž¥Ž¥Ž¥¡£\r\nhttp://www.play-net.co.jp/cd/\r\n·ë¹½¤Ê¼ê¿ôÎÁ¤ò¤È¤é¤ì¤Þ¤¹¤¬¡¢\r\n¤â¤·¤«¤·¤¿¤é¡¢ÀìÌ祷¥ç¥Ã¥×¤ä¥ª¡¼¥¯¥·¥ç¥ó¤ÇÇ㤦¤è¤ê¤â¡¢\r\n°Â¤¯Ç㤨¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¡ª:angel:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (67,'95487b637d','¤³¤ó¤Ð¤ó¤Ï¡ª\r\nDOOMSDAY¤ÎÏäʤó¤Ç¤¹¤¬\r\nhttp://www.cometo.mnk-osaka.co.jp/index.php\r\n¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤·¤¿ ¡£\r\nÍ¢ÆþÂå¹Ô²°¤Ê¤Î¤Ç¡¢¹â¤¯¤Ä¤¯¤«¤â¤·¤ì¤Þ¤»¤ó¤±¤ÉŽ¥Ž¥Ž¥¡£\r\n(ËͤÏÍê¤ó¤À¤³¤È¤Ê¤¤¤Ç¤¹)\r\n\r\n¾¤Ëͭ̾¤ÊÂå¹Ô²°¤Ç¡¢¤³¤¦¤¤¤¦¤Î¤È¤«Ž¥Ž¥Ž¥¡£\r\nhttp://www.play-net.co.jp/cd/\r\n·ë¹½¤Ê¼ê¿ôÎÁ¤ò¤È¤é¤ì¤Þ¤¹¤¬¡¢\r\n¤â¤·¤«¤·¤¿¤é¡¢ÀìÌ祷¥ç¥Ã¥×¤ä¥ª¡¼¥¯¥·¥ç¥ó¤ÇÇ㤦¤è¤ê¤â¡¢\r\n°Â¤¯Ç㤨¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¡ª:angel:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (68,'95487b637d','¤³¤ó¤Ð¤ó¤Ï¡ª\r\nDOOMSDAY¤ÎÏäʤó¤Ç¤¹¤¬\r\nhttp://www.cometo.mnk-osaka.co.jp/index.php\r\n¤³¤³¤Ë¤Ï¤¢¤ê¤Þ¤·¤¿ ¡£\r\nÍ¢ÆþÂå¹Ô²°¤Ê¤Î¤Ç¡¢¹â¤¯¤Ä¤¯¤«¤â¤·¤ì¤Þ¤»¤ó¤±¤ÉŽ¥Ž¥Ž¥¡£\r\n(ËͤÏÍê¤ó¤À¤³¤È¤Ê¤¤¤Ç¤¹)\r\n\r\n¾¤Ëͭ̾¤ÊÂå¹Ô²°¤Ç¡¢¤³¤¦¤¤¤¦¤Î¤È¤«Ž¥Ž¥Ž¥¡£\r\nhttp://www.play-net.co.jp/cd/\r\n·ë¹½¤Ê¼ê¿ôÎÁ¤ò¤È¤é¤ì¤Þ¤¹¤¬¡¢\r\n¤â¤·¤«¤·¤¿¤é¡¢ÀìÌ祷¥ç¥Ã¥×¤ä¥ª¡¼¥¯¥·¥ç¥ó¤ÇÇ㤦¤è¤ê¤â¡¢\r\n°Â¤¯Ç㤨¤ë¤³¤È¤¬¤¢¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¡ª:angel:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (69,'c754084c10','¤É¡¼¤â£Ð£Í¤Ç¤Ï¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¤Ç¤¹¡£\r\n¤³¤Î£Ç£Ô£Á¥·¥ê¡¼¥º¤Ï¤É¤¦¤¤¤¦¥²¡¼¥à¤«ÄêµÁ¤¬Æñ¤·¤¤¤ó¤Ç¤¹¤è¡£¤¢¤ë°ÕÌ£¡¢³¹Ãæ¤Î¥°¥é¥Õ¥£¥Ã¥¯¤¬Èó¾ï¤Ë¶Å¤Ã¤Æ¤ë¤Î¤Ç²»¤òή¤·¤Ê¤¬¤é¼Ö¤òÁö¤é¤»¤ë¤À¤±¤Ç¤â³Ú¤·¤á¤Æ¤·¤Þ¤¤¤Þ¤¹¤·¡¢¥ì¡¼¥¹¤«¤é½Æ·âÀï¡¢¤È¤Ë¤«¤¯¿§¡¹¤ÊÍ×ÁǤ¬ÍÑ°Õ¤µ¤ì¤Æ¤Þ¤¹¡£ÍÛµ¤¤Ê¥é¥Æ¥ó¤ä´Å¤¤¥½¥¦¥ë¤òή¤·¤Ê¤¬¤é¡¢¥Ñ¥È¥«¡¼¤ÈÄɤ䫤±¤Ã¤³¤·¤¿¤êÍ·¤ÓÊý¤Ï¿Í¤½¤ì¤¾¤ì¤Ç¤¹¤è¡£\r\n£²Ç¯Á°¤Ë¥À¥Á¤Î´«¤á¤Ç£Õ£Ó¤Î£Ð£Ó£²¤È¥½¥Õ¥È¤´¤È¹ØÆþ¤·¤Æ¤·¤Þ¤¤¡¢¹â¤¯¤Ä¤­¤Þ¤·¤¿¤¬Ì¤¤À¤Ë³Ú¤·¤á¤Æ¤Þ¤¹¡£¸þ¤³¤¦¤Î¥é¥Ã¥Ñ¡¼Åù¤Ë¤âÃΤé¤Ê¤¤ÅÛ¤¤¤Ê¤¤¤Û¤É¿Íµ¤¤ß¤¿¤¤¤Ç¤¹¡£\r\n\r\nhttp://www.rockstargames.com/vicecity/\r\n\r\nºÇ¶á£È£É£Ð£È£Ï£Ð¤Ë¥²¡¼¥à¤ä¥¨¥í¥ÓÅù¤¤¤í¤ó¤Ê¥á¥Ç¥£¥¢¤¬¥ê¥ó¥¯¤·¤Æ¤­¤Æ¤Þ¤¹¤Í¡£\r\n£Ä£Ê¡¡£Ù£Å£Ì£Ì£Á¤Î£Â£Á£Î£Ç£É£Î¡¡£Î¡¡£Ì£Á¤ò¼ê¤ËÆþ¤ì¤Þ¤·¤¿¡£ÆâÍƤϡ¦¡¦¡¦¤¿¤À¤Î¥¨¥í¥Ó¤Ç¤¹¡£ :lol: \r\n£Í£Ã¡¡£Ò£Å£Î¤Î£Â£Á£Î£Ç£É£Î¤Î£Ã£Ä¤¬¤Ä¤¤¤Æ¤­¤Þ¤¹¡£¤³¤ì¤Ï¤Þ¤¸¤«¤Ã¤³¤è¤¤¤Ç¤¹ \\:D/\r\n\r\nhttp://www.djyella.net/store.html'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (70,'c754084c10','¤É¡¼¤â£Ð£Í¤Ç¤Ï¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¤Ç¤¹¡£\r\n¤³¤Î£Ç£Ô£Á¥·¥ê¡¼¥º¤Ï¤É¤¦¤¤¤¦¥²¡¼¥à¤«ÄêµÁ¤¬Æñ¤·¤¤¤ó¤Ç¤¹¤è¡£¤¢¤ë°ÕÌ£¡¢³¹Ãæ¤Î¥°¥é¥Õ¥£¥Ã¥¯¤¬Èó¾ï¤Ë¶Å¤Ã¤Æ¤ë¤Î¤Ç²»¤òή¤·¤Ê¤¬¤é¼Ö¤òÁö¤é¤»¤ë¤À¤±¤Ç¤â³Ú¤·¤á¤Æ¤·¤Þ¤¤¤Þ¤¹¤·¡¢¥ì¡¼¥¹¤«¤é½Æ·âÀï¡¢¤È¤Ë¤«¤¯¿§¡¹¤ÊÍ×ÁǤ¬ÍÑ°Õ¤µ¤ì¤Æ¤Þ¤¹¡£ÍÛµ¤¤Ê¥é¥Æ¥ó¤ä´Å¤¤¥½¥¦¥ë¤òή¤·¤Ê¤¬¤é¡¢¥Ñ¥È¥«¡¼¤ÈÄɤ䫤±¤Ã¤³¤·¤¿¤êÍ·¤ÓÊý¤Ï¿Í¤½¤ì¤¾¤ì¤Ç¤¹¤è¡£\r\n£²Ç¯Á°¤Ë¥À¥Á¤Î´«¤á¤Ç£Õ£Ó¤Î£Ð£Ó£²¤È¥½¥Õ¥È¤´¤È¹ØÆþ¤·¤Æ¤·¤Þ¤¤¡¢¹â¤¯¤Ä¤­¤Þ¤·¤¿¤¬Ì¤¤À¤Ë³Ú¤·¤á¤Æ¤Þ¤¹¡£¸þ¤³¤¦¤Î¥é¥Ã¥Ñ¡¼Åù¤Ë¤âÃΤé¤Ê¤¤ÅÛ¤¤¤Ê¤¤¤Û¤É¿Íµ¤¤ß¤¿¤¤¤Ç¤¹¡£\r\n\r\nhttp://www.rockstargames.com/vicecity/\r\n\r\nºÇ¶á£È£É£Ð£È£Ï£Ð¤Ë¥²¡¼¥à¤ä¥¨¥í¥ÓÅù¤¤¤í¤ó¤Ê¥á¥Ç¥£¥¢¤¬¥ê¥ó¥¯¤·¤Æ¤­¤Æ¤Þ¤¹¤Í¡£\r\n£Ä£Ê¡¡£Ù£Å£Ì£Ì£Á¤Î£Â£Á£Î£Ç£É£Î¡¡£Î¡¡£Ì£Á¤ò¼ê¤ËÆþ¤ì¤Þ¤·¤¿¡£ÆâÍƤϡ¦¡¦¡¦¤¿¤À¤Î¥¨¥í¥Ó¤Ç¤¹¡£ :lol: \r\n£Í£Ã¡¡£Ò£Å£Î¤Î£Â£Á£Î£Ç£É£Î¤Î£Ã£Ä¤¬¤Ä¤¤¤Æ¤­¤Þ¤¹¡£¤³¤ì¤Ï¤Þ¤¸¤«¤Ã¤³¤è¤¤¤Ç¤¹ \\:D/\r\n\r\nhttp://www.djyella.net/store.html'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (71,'c754084c10','¤É¡¼¤â£Ð£Í¤Ç¤Ï¡¢¤Ï¤¸¤á¤Þ¤·¤Æ¤Ç¤¹¡£\r\n¤³¤Î£Ç£Ô£Á¥·¥ê¡¼¥º¤Ï¤É¤¦¤¤¤¦¥²¡¼¥à¤«ÄêµÁ¤¬Æñ¤·¤¤¤ó¤Ç¤¹¤è¡£¤¢¤ë°ÕÌ£¡¢³¹Ãæ¤Î¥°¥é¥Õ¥£¥Ã¥¯¤¬Èó¾ï¤Ë¶Å¤Ã¤Æ¤ë¤Î¤Ç²»¤òή¤·¤Ê¤¬¤é¼Ö¤òÁö¤é¤»¤ë¤À¤±¤Ç¤â³Ú¤·¤á¤Æ¤·¤Þ¤¤¤Þ¤¹¤·¡¢¥ì¡¼¥¹¤«¤é½Æ·âÀï¡¢¤È¤Ë¤«¤¯¿§¡¹¤ÊÍ×ÁǤ¬ÍÑ°Õ¤µ¤ì¤Æ¤Þ¤¹¡£ÍÛµ¤¤Ê¥é¥Æ¥ó¤ä´Å¤¤¥½¥¦¥ë¤òή¤·¤Ê¤¬¤é¡¢¥Ñ¥È¥«¡¼¤ÈÄɤ䫤±¤Ã¤³¤·¤¿¤êÍ·¤ÓÊý¤Ï¿Í¤½¤ì¤¾¤ì¤Ç¤¹¤è¡£\r\n£²Ç¯Á°¤Ë¥À¥Á¤Î´«¤á¤Ç£Õ£Ó¤Î£Ð£Ó£²¤È¥½¥Õ¥È¤´¤È¹ØÆþ¤·¤Æ¤·¤Þ¤¤¡¢¹â¤¯¤Ä¤­¤Þ¤·¤¿¤¬Ì¤¤À¤Ë³Ú¤·¤á¤Æ¤Þ¤¹¡£¸þ¤³¤¦¤Î¥é¥Ã¥Ñ¡¼Åù¤Ë¤âÃΤé¤Ê¤¤ÅÛ¤¤¤Ê¤¤¤Û¤É¿Íµ¤¤ß¤¿¤¤¤Ç¤¹¡£\r\n\r\nhttp://www.rockstargames.com/vicecity/\r\n\r\nºÇ¶á£È£É£Ð£È£Ï£Ð¤Ë¥²¡¼¥à¤ä¥¨¥í¥ÓÅù¤¤¤í¤ó¤Ê¥á¥Ç¥£¥¢¤¬¥ê¥ó¥¯¤·¤Æ¤­¤Æ¤Þ¤¹¤Í¡£\r\n£Ä£Ê¡¡£Ù£Å£Ì£Ì£Á¤Î£Â£Á£Î£Ç£É£Î¡¡£Î¡¡£Ì£Á¤ò¼ê¤ËÆþ¤ì¤Þ¤·¤¿¡£ÆâÍƤϡ¦¡¦¡¦¤¿¤À¤Î¥¨¥í¥Ó¤Ç¤¹¡£ :lol: \r\n£Í£Ã¡¡£Ò£Å£Î¤Î£Â£Á£Î£Ç£É£Î¤Î£Ã£Ä¤¬¤Ä¤¤¤Æ¤­¤Þ¤¹¡£¤³¤ì¤Ï¤Þ¤¸¤«¤Ã¤³¤è¤¤¤Ç¤¹ \\:D/\r\n\r\nhttp://www.djyella.net/store.html'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (72,'14564f1c7d','¤³¤ó¤Ð¤ó¤Ï¡ªPM¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª \r\nPS2»ý¤Ã¤Æ¤Ê¤¯¤Æ¡¢¿Í¤Î²È¤ÇÍ·¤Ö¤¯¤é¤¤¤Ê¤ó¤Ç¤¹¤¬\r\n¤¹¤´¤¤¤ä¤Ã¤Æ¤ß¤¿¤¯¤Ê¤ê¤Þ¤·¤¿¤è¡ª¥é¥Ã¥Ñ¡¼¤Î´Ö¤Ç¤âͭ̾¤Ê¥²¡¼¥à¤Ê¤ó¤Ç¤¹¤Í¡ª 8) \r\n\r\nYELLA¤Î¥ê¥ó¥¯¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£Bangin¤Ï¤¹¤´¤¤¶Ê¤Ç¤¹¤Í¡¼¡ª\r\nξÊý¤È¤âÍߤ·¤¤¥ê¥¹¥È¤ËÆþ¤ê¤Þ¤·¤¿¡£\r\n¤·¤«¤·¡¢¤³¤ó¤ÊGood Info¤Ê¤é¤Ð¡¢PM¤¸¤ã¤Ê¤¯¡¢¸ø³«¤·¤¿Êý¤¬¡¦¡¦¡¦¤È»×¤Ã¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤¹¤¬¡¦¡¦¡¦ :oops: \r\n¤È¤Ë¤«¤¯¡¢¤É¤¦¤â¤Ç¤·¤¿¡ª¡ª :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (73,'14564f1c7d','¤³¤ó¤Ð¤ó¤Ï¡ªPM¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª \r\nPS2»ý¤Ã¤Æ¤Ê¤¯¤Æ¡¢¿Í¤Î²È¤ÇÍ·¤Ö¤¯¤é¤¤¤Ê¤ó¤Ç¤¹¤¬\r\n¤¹¤´¤¤¤ä¤Ã¤Æ¤ß¤¿¤¯¤Ê¤ê¤Þ¤·¤¿¤è¡ª¥é¥Ã¥Ñ¡¼¤Î´Ö¤Ç¤âͭ̾¤Ê¥²¡¼¥à¤Ê¤ó¤Ç¤¹¤Í¡ª 8) \r\n\r\nYELLA¤Î¥ê¥ó¥¯¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£Bangin¤Ï¤¹¤´¤¤¶Ê¤Ç¤¹¤Í¡¼¡ª\r\nξÊý¤È¤âÍߤ·¤¤¥ê¥¹¥È¤ËÆþ¤ê¤Þ¤·¤¿¡£\r\n¤·¤«¤·¡¢¤³¤ó¤ÊGood Info¤Ê¤é¤Ð¡¢PM¤¸¤ã¤Ê¤¯¡¢¸ø³«¤·¤¿Êý¤¬¡¦¡¦¡¦¤È»×¤Ã¤Æ¤·¤Þ¤Ã¤¿¤ó¤Ç¤¹¤¬¡¦¡¦¡¦ :oops: \r\n¤È¤Ë¤«¤¯¡¢¤É¤¦¤â¤Ç¤·¤¿¡ª¡ª :)'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (74,'c22e2a4474','¤³¤ó¤Ë¤Á¤Ï¡ª\r\nSummerBreezeRMX(¾¤ËSuga Free¤Î̤ȯɽ¡¢G\'AVANNI¡¢MISTAKEN IDENTEDY¡¢RELATIVEZÅù)\r\n¤¬Æþ¤Ã¤¿¥Ç¡¼¥¿CDR¸«¤Ä¤«¤Ã¤¿¤Î¤Ç¡¢¤â¤·Îɤ±¤ì¤ÐMP3Á÷¤ê¤Þ¤¹¡£\r\nMSN»È¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢hakobako.com¤È¤«¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬Ž¥Ž¥Ž¥\r\n¤á¤ó¤É¤¯¤µ¤«¤Ã¤¿¤éή¤·¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (75,'c22e2a4474','¤³¤ó¤Ë¤Á¤Ï¡ª\r\nSummerBreezeRMX(¾¤ËSuga Free¤Î̤ȯɽ¡¢G\'AVANNI¡¢MISTAKEN IDENTEDY¡¢RELATIVEZÅù)\r\n¤¬Æþ¤Ã¤¿¥Ç¡¼¥¿CDR¸«¤Ä¤«¤Ã¤¿¤Î¤Ç¡¢¤â¤·Îɤ±¤ì¤ÐMP3Á÷¤ê¤Þ¤¹¡£\r\nMSN»È¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢hakobako.com¤È¤«¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬Ž¥Ž¥Ž¥\r\n¤á¤ó¤É¤¯¤µ¤«¤Ã¤¿¤éή¤·¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (76,'a1f84fe8b8','[quote:a1f84fe8b8=\"g-stringz\"]¤³¤ó¤Ë¤Á¤Ï¡ª\r\nSummerBreezeRMX(¾¤ËSuga Free¤Î̤ȯɽ¡¢G\'AVANNI¡¢MISTAKEN IDENTEDY¡¢RELATIVEZÅù)\r\n¤¬Æþ¤Ã¤¿¥Ç¡¼¥¿CDR¸«¤Ä¤«¤Ã¤¿¤Î¤Ç¡¢¤â¤·Îɤ±¤ì¤ÐMP3Á÷¤ê¤Þ¤¹¡£\r\nMSN»È¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢hakobako.com¤È¤«¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬Ž¥Ž¥Ž¥\r\n¤á¤ó¤É¤¯¤µ¤«¤Ã¤¿¤éή¤·¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡£[/quote:a1f84fe8b8]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n¤¤¤Ä¤â¤¤¤Ä¤â½ñ¤­¹þ¤ß¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤·¤«¤â¡¢MP3¤Þ¤Ç¤¤¤¿¤À¤±¤ë¤Ê¤ó¤Æ¡¦¡¦¡¦\r\nhakobako.com¤Ï½é¤á¤ÆÃΤê¤Þ¤·¤¿¡ª¤Á¤ç¤Ã¤È¸«¤Æ¤ß¤Þ¤¹¤Í¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (77,'a1f84fe8b8','[quote:a1f84fe8b8=\"g-stringz\"]¤³¤ó¤Ë¤Á¤Ï¡ª\r\nSummerBreezeRMX(¾¤ËSuga Free¤Î̤ȯɽ¡¢G\'AVANNI¡¢MISTAKEN IDENTEDY¡¢RELATIVEZÅù)\r\n¤¬Æþ¤Ã¤¿¥Ç¡¼¥¿CDR¸«¤Ä¤«¤Ã¤¿¤Î¤Ç¡¢¤â¤·Îɤ±¤ì¤ÐMP3Á÷¤ê¤Þ¤¹¡£\r\nMSN»È¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢hakobako.com¤È¤«¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬Ž¥Ž¥Ž¥\r\n¤á¤ó¤É¤¯¤µ¤«¤Ã¤¿¤éή¤·¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡£[/quote:a1f84fe8b8]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n¤¤¤Ä¤â¤¤¤Ä¤â½ñ¤­¹þ¤ß¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤·¤«¤â¡¢MP3¤Þ¤Ç¤¤¤¿¤À¤±¤ë¤Ê¤ó¤Æ¡¦¡¦¡¦\r\nhakobako.com¤Ï½é¤á¤ÆÃΤê¤Þ¤·¤¿¡ª¤Á¤ç¤Ã¤È¸«¤Æ¤ß¤Þ¤¹¤Í¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (78,'a1f84fe8b8','[quote:a1f84fe8b8=\"g-stringz\"]¤³¤ó¤Ë¤Á¤Ï¡ª\r\nSummerBreezeRMX(¾¤ËSuga Free¤Î̤ȯɽ¡¢G\'AVANNI¡¢MISTAKEN IDENTEDY¡¢RELATIVEZÅù)\r\n¤¬Æþ¤Ã¤¿¥Ç¡¼¥¿CDR¸«¤Ä¤«¤Ã¤¿¤Î¤Ç¡¢¤â¤·Îɤ±¤ì¤ÐMP3Á÷¤ê¤Þ¤¹¡£\r\nMSN»È¤Ã¤Æ¤Ê¤¤¤Î¤Ç¡¢hakobako.com¤È¤«¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤¹¤¬Ž¥Ž¥Ž¥\r\n¤á¤ó¤É¤¯¤µ¤«¤Ã¤¿¤éή¤·¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡£[/quote:a1f84fe8b8]\r\n\r\n¤É¤¦¤â¤Ç¤¹¡ª\r\n¤¤¤Ä¤â¤¤¤Ä¤â½ñ¤­¹þ¤ß¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤·¤«¤â¡¢MP3¤Þ¤Ç¤¤¤¿¤À¤±¤ë¤Ê¤ó¤Æ¡¦¡¦¡¦\r\nhakobako.com¤Ï½é¤á¤ÆÃΤê¤Þ¤·¤¿¡ª¤Á¤ç¤Ã¤È¸«¤Æ¤ß¤Þ¤¹¤Í¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (79,'d7d829b4a2','Ëͤ⼫ʬ¤Î¥Õ¥¡¥¤¥ë¤òÊ̤ÎPC¤Ç³«¤­¤¿¤¤¤È¤­¤Ë»È¤Ã¤¿¤¯¤é¤¤¤Ç¡¢\r\n¤è¤¯¤ï¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢¤Ê¤«¤Ê¤«»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£\r\n³Æ±Ø¥â¡¼¥É(¤æ¤Ã¤¯¤ê¥À¥¦¥ó¥í¡¼¥É¡Ë¤Ê¤é̵ÎÁ¤Ç¤¹¤±¤É¡¢\r\n¥á¥ë¥¢¥É¤ÎÅÐÏ¿¤¬É¬ÍפǤ¹¡£\r\n\r\n¤â¤·ÅÐÏ¿¤µ¤ì¤¿¾ì¹ç¡¢ID¤ò¤³¤Á¤é¤Ë¶µ¤¨¤Æ失¤ì¤Ð¡¢ÀìÍѤΥե©¥ë¥À¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ì¤Ç¡¢¤½¤³¤«¤éDL¤·¤Æ¤â¤é¤¦¤È¤¤¤¦·Á¤Ç¤¹¡£\r\n\r\n¤Þ¡¢Ê̤ËÀëÅÁ¤Ç¤â¤Ê¤ó¤Ç¤â¤Ê¤¤¤Î¤Ç¡¢µ¤¤¬¸þ¤¤¤¿¤é»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡ª :angel8:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (80,'d7d829b4a2','Ëͤ⼫ʬ¤Î¥Õ¥¡¥¤¥ë¤òÊ̤ÎPC¤Ç³«¤­¤¿¤¤¤È¤­¤Ë»È¤Ã¤¿¤¯¤é¤¤¤Ç¡¢\r\n¤è¤¯¤ï¤«¤é¤Ê¤¤¤ó¤Ç¤¹¤¬¡¢¤Ê¤«¤Ê¤«»È¤¨¤ë¤È»×¤¤¤Þ¤¹¡£\r\n³Æ±Ø¥â¡¼¥É(¤æ¤Ã¤¯¤ê¥À¥¦¥ó¥í¡¼¥É¡Ë¤Ê¤é̵ÎÁ¤Ç¤¹¤±¤É¡¢\r\n¥á¥ë¥¢¥É¤ÎÅÐÏ¿¤¬É¬ÍפǤ¹¡£\r\n\r\n¤â¤·ÅÐÏ¿¤µ¤ì¤¿¾ì¹ç¡¢ID¤ò¤³¤Á¤é¤Ë¶µ¤¨¤Æ失¤ì¤Ð¡¢ÀìÍѤΥե©¥ë¥À¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ì¤Ç¡¢¤½¤³¤«¤éDL¤·¤Æ¤â¤é¤¦¤È¤¤¤¦·Á¤Ç¤¹¡£\r\n\r\n¤Þ¡¢Ê̤ËÀëÅÁ¤Ç¤â¤Ê¤ó¤Ç¤â¤Ê¤¤¤Î¤Ç¡¢µ¤¤¬¸þ¤¤¤¿¤é»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡ª :angel8:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (81,'97b969f375','[quote:97b969f375=\"g-stringz\"]\r\n¤â¤·ÅÐÏ¿¤µ¤ì¤¿¾ì¹ç¡¢ID¤ò¤³¤Á¤é¤Ë¶µ¤¨¤Æ失¤ì¤Ð¡¢ÀìÍѤΥե©¥ë¥À¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ì¤Ç¡¢¤½¤³¤«¤éDL¤·¤Æ¤â¤é¤¦¤È¤¤¤¦·Á¤Ç¤¹¡£\r\n[/quote:97b969f375]\r\nÅÐÏ¿¤·¤Þ¤·¤¿¡ª\r\nID¤Ï¤½¤Î¤Þ¤ó¤Þghouse¤Ç¤¹¢ö\r\n³Ú¤·¤ß¤Ë¤·¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (82,'97b969f375','[quote:97b969f375=\"g-stringz\"]\r\n¤â¤·ÅÐÏ¿¤µ¤ì¤¿¾ì¹ç¡¢ID¤ò¤³¤Á¤é¤Ë¶µ¤¨¤Æ失¤ì¤Ð¡¢ÀìÍѤΥե©¥ë¥À¤ËÁ÷¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤½¤ì¤Ç¡¢¤½¤³¤«¤éDL¤·¤Æ¤â¤é¤¦¤È¤¤¤¦·Á¤Ç¤¹¡£\r\n[/quote:97b969f375]\r\nÅÐÏ¿¤·¤Þ¤·¤¿¡ª\r\nID¤Ï¤½¤Î¤Þ¤ó¤Þghouse¤Ç¤¹¢ö\r\n³Ú¤·¤ß¤Ë¤·¤Æ¤ª¤ê¤Þ¤¹¡£\r\n¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (83,'3040ec5c10','¤¿¤Ö¤óÁ÷¤ì¤Æ¤ë¤È»×¤¤¤Þ¤¹ :roll: \r\n²¿¤«ÌäÂ꤬¤¢¤ê¤Þ¤·¤¿¤é¡¢PM¤ª´ê¤¤¤·¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (84,'3040ec5c10','¤¿¤Ö¤óÁ÷¤ì¤Æ¤ë¤È»×¤¤¤Þ¤¹ :roll: \r\n²¿¤«ÌäÂ꤬¤¢¤ê¤Þ¤·¤¿¤é¡¢PM¤ª´ê¤¤¤·¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (85,'6e768b69f6','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª\r\n\r\nQUIK¤À¤±¤Ç¤Ê¤¯¡¢Â¾¤Ë¤â¤¤¤í¤¤¤í¤Ê¤â¤Î¤Þ¤Ç¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\nSummerBreezeRemix¤Ï¤ä¤ï¤é¤«¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¢ö\r\n\r\n»ä¤Ë²¿¤«¤Ç¤­¤ë¤³¤È¤¬¤¢¤Ã¤¿¤é¸À¤Ã¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (86,'6e768b69f6','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª\r\n\r\nQUIK¤À¤±¤Ç¤Ê¤¯¡¢Â¾¤Ë¤â¤¤¤í¤¤¤í¤Ê¤â¤Î¤Þ¤Ç¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\nSummerBreezeRemix¤Ï¤ä¤ï¤é¤«¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¢ö\r\n\r\n»ä¤Ë²¿¤«¤Ç¤­¤ë¤³¤È¤¬¤¢¤Ã¤¿¤é¸À¤Ã¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (87,'6e768b69f6','¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡ª\r\n¤¤¤¿¤À¤­¤Þ¤·¤¿¡ª\r\n\r\nQUIK¤À¤±¤Ç¤Ê¤¯¡¢Â¾¤Ë¤â¤¤¤í¤¤¤í¤Ê¤â¤Î¤Þ¤Ç¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n\r\nSummerBreezeRemix¤Ï¤ä¤ï¤é¤«¤¯¤Æ¤¤¤¤¤Ç¤¹¤Í¢ö\r\n\r\n»ä¤Ë²¿¤«¤Ç¤­¤ë¤³¤È¤¬¤¢¤Ã¤¿¤é¸À¤Ã¤Æ¤¯¤À¤µ¤¤¡ª\r\n\r\n¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (88,'35c8fb749f','¤¤¤¨¤¤¤¨¤¤¤Ä¤â·Ç¼¨ÈÄÍøÍѤµ¤»¤Æ¤â¤é¤Ã¤Æ¤¤¤Þ¤¹¤Î¤Ç¡£¡£\r\nµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (89,'35c8fb749f','¤¤¤¨¤¤¤¨¤¤¤Ä¤â·Ç¼¨ÈÄÍøÍѤµ¤»¤Æ¤â¤é¤Ã¤Æ¤¤¤Þ¤¹¤Î¤Ç¡£¡£\r\nµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡£¤Ç¤Ï¡ª'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (90,'df411ae8b4','¤É¤¦¤â¤¦¤½¤Ã¤×¤Ç¤¹¡£Áê¸ß¥ê¥ó¥¯¤Î·ï¤Ç¤ªÊÖ»ö¤¤¤¿¤À¤­¤Þ¤·¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁPM¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤é¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬²¿¤È¤«½ÐÍè¤Þ¤·¤¿ :) ¥ê¥ó¥¯¤Î·ï¤Ç¤¹¤¬¤³¤Á¤é¤ÎÊý¤Ï¥ê¥ó¥¯¤ÎÊýŽ¤é¤»¤Æ夭¤Þ¤·¤¿¤Î¤Ç¤Þ¤¿¤´³Îǧ¤·¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁÃæÅÓȾü¤Ê¥Û¡¼¥à¥Ú¡¼¥¸¤Ç¤¹¤¬¤Ê¤Ë¤È¤¾¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£¤Ç¤Ï¤Þ¤¿¤ªÊÖ»ö¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :o'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (91,'df411ae8b4','¤É¤¦¤â¤¦¤½¤Ã¤×¤Ç¤¹¡£Áê¸ß¥ê¥ó¥¯¤Î·ï¤Ç¤ªÊÖ»ö¤¤¤¿¤À¤­¤Þ¤·¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁPM¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤é¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬²¿¤È¤«½ÐÍè¤Þ¤·¤¿ :) ¥ê¥ó¥¯¤Î·ï¤Ç¤¹¤¬¤³¤Á¤é¤ÎÊý¤Ï¥ê¥ó¥¯¤ÎÊýŽ¤é¤»¤Æ夭¤Þ¤·¤¿¤Î¤Ç¤Þ¤¿¤´³Îǧ¤·¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁÃæÅÓȾü¤Ê¥Û¡¼¥à¥Ú¡¼¥¸¤Ç¤¹¤¬¤Ê¤Ë¤È¤¾¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£¤Ç¤Ï¤Þ¤¿¤ªÊÖ»ö¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :o'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (92,'fbc51a2c31','[quote:fbc51a2c31=\"¤¦¤½¤Ã¤×\"]¤É¤¦¤â¤¦¤½¤Ã¤×¤Ç¤¹¡£Áê¸ß¥ê¥ó¥¯¤Î·ï¤Ç¤ªÊÖ»ö¤¤¤¿¤À¤­¤Þ¤·¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁPM¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤é¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬²¿¤È¤«½ÐÍè¤Þ¤·¤¿ :) ¥ê¥ó¥¯¤Î·ï¤Ç¤¹¤¬¤³¤Á¤é¤ÎÊý¤Ï¥ê¥ó¥¯¤ÎÊýŽ¤é¤»¤Æ夭¤Þ¤·¤¿¤Î¤Ç¤Þ¤¿¤´³Îǧ¤·¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁÃæÅÓȾü¤Ê¥Û¡¼¥à¥Ú¡¼¥¸¤Ç¤¹¤¬¤Ê¤Ë¤È¤¾¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£¤Ç¤Ï¤Þ¤¿¤ªÊÖ»ö¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :o[/quote:fbc51a2c31]\r\n\r\n¤ï¤¶¤ï¤¶ÅÐÏ¿¤Þ¤Ç¤·¤Æ¤¤¤¿¤À¤¤¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nº£·îÃæ¤Ë¤Ï¥ê¥ó¥¯¤Ç¤­¤ë¤è¤¦¤Ë¤¤¤¿¤·¤Þ¤¹¡£\r\n¥Ð¥Ê¡¼¤¢¤ê¤Þ¤¹¤«¡©\r\n¥Ð¥Ê¡¼¤ÎURL¤ò¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ë¤È¹¬¤¤¤Ç¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (93,'fbc51a2c31','[quote:fbc51a2c31=\"¤¦¤½¤Ã¤×\"]¤É¤¦¤â¤¦¤½¤Ã¤×¤Ç¤¹¡£Áê¸ß¥ê¥ó¥¯¤Î·ï¤Ç¤ªÊÖ»ö¤¤¤¿¤À¤­¤Þ¤·¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁPM¤Ë¤Ä¤¤¤Æ¤è¤¯Ê¬¤«¤é¤Ê¤«¤Ã¤¿¤ó¤Ç¤¹¤¬²¿¤È¤«½ÐÍè¤Þ¤·¤¿ :) ¥ê¥ó¥¯¤Î·ï¤Ç¤¹¤¬¤³¤Á¤é¤ÎÊý¤Ï¥ê¥ó¥¯¤ÎÊýŽ¤é¤»¤Æ夭¤Þ¤·¤¿¤Î¤Ç¤Þ¤¿¤´³Îǧ¤·¤Æ¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£¤¤¤Þ¤¤¤ÁÃæÅÓȾü¤Ê¥Û¡¼¥à¥Ú¡¼¥¸¤Ç¤¹¤¬¤Ê¤Ë¤È¤¾¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹¡£¤Ç¤Ï¤Þ¤¿¤ªÊÖ»ö¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹ :o[/quote:fbc51a2c31]\r\n\r\n¤ï¤¶¤ï¤¶ÅÐÏ¿¤Þ¤Ç¤·¤Æ¤¤¤¿¤À¤¤¤Æ¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nº£·îÃæ¤Ë¤Ï¥ê¥ó¥¯¤Ç¤­¤ë¤è¤¦¤Ë¤¤¤¿¤·¤Þ¤¹¡£\r\n¥Ð¥Ê¡¼¤¢¤ê¤Þ¤¹¤«¡©\r\n¥Ð¥Ê¡¼¤ÎURL¤ò¶µ¤¨¤Æ¤¤¤¿¤À¤±¤ë¤È¹¬¤¤¤Ç¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (94,'f7b9eac444','ÅÙ¡¹¤É¤¦¤â¤Ç¤¹¡£ÅÐÏ¿¤Ï°ÊÁ°¤«¤é¥í¥à¤Ã¤Æ¤¿¤ó¤Ç¤³¤ì¤òµ¡²ñ¤Ë¤ÈÅÐÏ¿¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¥Ð¥Ê¡¼¤ÎÊý¤Ï¡¡http://www.geocities.jp/westsydehustler/jokerroom.gif¡¡¤Ë¤¢¤ê¤Þ¤¹¡£¥È¥Ã¥×¥Ú¡¼¥¸¤Îº¸²¼¤Ç¤¹¡£¥Û¡¼¥à¥Ú¡¼¥¸Î©¤Á¾å¤²°ÊÁ°¤«¤é¸«¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬¼«Ê¬¤Î¥Ú¡¼¥¸¤ÈÁê¸ß¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤±¤ë¤È¤Ï¥Û¥ó¥È¤¦¤ì¤·¤¤¸Â¤ê¤Ç¤¹ :o ¤¢¤ë¼ïÌÜɸ¤Ë¤·¤Æ¤¿¥µ¥¤¥È¤Ë¤Ò¤È¤Ä¤Ç¤â¤¢¤ë¤ó¤Ç£÷¤Þ¤¿¥ê¥ó¥¯´°Î»¤·¤¿¤éÊó¹ð¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (95,'f7b9eac444','ÅÙ¡¹¤É¤¦¤â¤Ç¤¹¡£ÅÐÏ¿¤Ï°ÊÁ°¤«¤é¥í¥à¤Ã¤Æ¤¿¤ó¤Ç¤³¤ì¤òµ¡²ñ¤Ë¤ÈÅÐÏ¿¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¥Ð¥Ê¡¼¤ÎÊý¤Ï¡¡http://www.geocities.jp/westsydehustler/jokerroom.gif¡¡¤Ë¤¢¤ê¤Þ¤¹¡£¥È¥Ã¥×¥Ú¡¼¥¸¤Îº¸²¼¤Ç¤¹¡£¥Û¡¼¥à¥Ú¡¼¥¸Î©¤Á¾å¤²°ÊÁ°¤«¤é¸«¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬¼«Ê¬¤Î¥Ú¡¼¥¸¤ÈÁê¸ß¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤±¤ë¤È¤Ï¥Û¥ó¥È¤¦¤ì¤·¤¤¸Â¤ê¤Ç¤¹ :o ¤¢¤ë¼ïÌÜɸ¤Ë¤·¤Æ¤¿¥µ¥¤¥È¤Ë¤Ò¤È¤Ä¤Ç¤â¤¢¤ë¤ó¤Ç£÷¤Þ¤¿¥ê¥ó¥¯´°Î»¤·¤¿¤éÊó¹ð¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (96,'9fb86ae604','ÅÙ¡¹¤É¤¦¤â¤Ç¤¹¡£ÅÐÏ¿¤Ï°ÊÁ°¤«¤é¥í¥à¤Ã¤Æ¤¿¤ó¤Ç¤³¤ì¤òµ¡²ñ¤Ë¤ÈÅÐÏ¿¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¥Ð¥Ê¡¼¤ÎÊý¤Ï¡¡http://www.geocities.jp/westsydehustler/jokerroom.gif¡¡¤Ë¤¢¤ê¤Þ¤¹¡£¥È¥Ã¥×¥Ú¡¼¥¸¤Îº¸²¼¤Ç¤¹¡£¥Û¡¼¥à¥Ú¡¼¥¸Î©¤Á¾å¤²°ÊÁ°¤«¤é¸«¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬¼«Ê¬¤Î¥Ú¡¼¥¸¤ÈÁê¸ß¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤±¤ë¤È¤Ï¥Û¥ó¥È¤¦¤ì¤·¤¤¸Â¤ê¤Ç¤¹ :o ¤¢¤ë¼ïÌÜɸ¤Ë¤·¤Æ¤¿¥µ¥¤¥È¤Ë¤Ò¤È¤Ä¤Ç¤â¤¢¤ë¤ó¤Ç£÷¤Þ¤¿¥ê¥ó¥¯´°Î»¤·¤¿¤éÊó¹ð¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (97,'9fb86ae604','ÅÙ¡¹¤É¤¦¤â¤Ç¤¹¡£ÅÐÏ¿¤Ï°ÊÁ°¤«¤é¥í¥à¤Ã¤Æ¤¿¤ó¤Ç¤³¤ì¤òµ¡²ñ¤Ë¤ÈÅÐÏ¿¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£¥Ð¥Ê¡¼¤ÎÊý¤Ï¡¡http://www.geocities.jp/westsydehustler/jokerroom.gif¡¡¤Ë¤¢¤ê¤Þ¤¹¡£¥È¥Ã¥×¥Ú¡¼¥¸¤Îº¸²¼¤Ç¤¹¡£¥Û¡¼¥à¥Ú¡¼¥¸Î©¤Á¾å¤²°ÊÁ°¤«¤é¸«¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤¿¤ó¤Ç¤¹¤¬¼«Ê¬¤Î¥Ú¡¼¥¸¤ÈÁê¸ß¥ê¥ó¥¯¤·¤Æ¤¤¤¿¤À¤±¤ë¤È¤Ï¥Û¥ó¥È¤¦¤ì¤·¤¤¸Â¤ê¤Ç¤¹ :o ¤¢¤ë¼ïÌÜɸ¤Ë¤·¤Æ¤¿¥µ¥¤¥È¤Ë¤Ò¤È¤Ä¤Ç¤â¤¢¤ë¤ó¤Ç£÷¤Þ¤¿¥ê¥ó¥¯´°Î»¤·¤¿¤éÊó¹ð¤¤¤¿¤À¤±¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (98,'df7fd3453b','¤É¤¦¤â£Ô£ï£î£é¡¡£í£ï£î£ô£á£î£á²þ¤áÀ®ÅĤȿ½¤·¤Þ¤¹¡£\r\n\r\nʪÀ¨¤¯µÞ¤ÊÏäǶ²½Ì¤Ê¤ó¤Ç¤¹¤¬¡¢º£²óÃΤê¹ç¤¤¤«¤éͶ¤¤¤¬¤¢¤ê¡¢£¹¡¦£±£¹¤ËÅìµþ¤Çµ×¤·¤Ö¤ê¤Ë£Ä£Ê¤¹¤ë»ö¤Ë¤Ê¤ê¤Þ¤·¤¿¡£\r\n\r\nhttp://page7.auctions.yahoo.co.jp/jp/auction/g26160468\r\n¤³¤ó¤Ê´¶¤¸¤Ê¥¤¥Ù¥ó¥È¤Ç¤¹¡£\r\n¤â¤·¤è¤«¤Ã¤¿¤éÍ·¤Ó¤Ë¤­¤Æ²¼¤µ¤¤¡£\r\n\r\n¼Â¤ÏËͤÏÊ¡²¬ºß½»¤Ç¼«Âð¤ËÌÀ¸åÆü¤Þ¤Ç¤·¤«¤¤¤Ê¤¤Í½Äê¤Ç¤¹¤Î¤Ç¡¢\r\n¤â¤·¶½Ì£¤¬¤¢¤ë¤è¤¦¤Ç¤·¤¿¤é\r\nstr8-gentle.mr-nrt.aka.dr-yum@docomo.ne.jp \r\n¤Þ¤Çµ¹¤·¤¯¤ª´ê¤¤Ãפ·¤Þ¤¹¡£\r\n¥Û¥ó¥È¤Ï£Ç¡Ý£È£Ï£Õ£Ó£Å£°£³¤µ¤ó¼«ÂÎ¥¤¥Ù¥ó¥È¤µ¤ì¤Æ¤ÆËͼ«¿È£±Å٤⭤ò±¿¤ó¤À»ö\r\n¤¬¤Ê¤¤¤Î¤Ç¤º¤¦¤º¤¦¤·¤¤¤ó¤Ç¤¹¤¬¡¦¡¦'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (99,'df7fd3453b','¤É¤¦¤â£Ô£ï£î£é¡¡£í£ï£î£ô£á£î£á²þ¤áÀ®ÅĤȿ½¤·¤Þ¤¹¡£\r\n\r\nʪÀ¨¤¯µÞ¤ÊÏäǶ²½Ì¤Ê¤ó¤Ç¤¹¤¬¡¢º£²óÃΤê¹ç¤¤¤«¤éͶ¤¤¤¬¤¢¤ê¡¢£¹¡¦£±£¹¤ËÅìµþ¤Çµ×¤·¤Ö¤ê¤Ë£Ä£Ê¤¹¤ë»ö¤Ë¤Ê¤ê¤Þ¤·¤¿¡£\r\n\r\nhttp://page7.auctions.yahoo.co.jp/jp/auction/g26160468\r\n¤³¤ó¤Ê´¶¤¸¤Ê¥¤¥Ù¥ó¥È¤Ç¤¹¡£\r\n¤â¤·¤è¤«¤Ã¤¿¤éÍ·¤Ó¤Ë¤­¤Æ²¼¤µ¤¤¡£\r\n\r\n¼Â¤ÏËͤÏÊ¡²¬ºß½»¤Ç¼«Âð¤ËÌÀ¸åÆü¤Þ¤Ç¤·¤«¤¤¤Ê¤¤Í½Äê¤Ç¤¹¤Î¤Ç¡¢\r\n¤â¤·¶½Ì£¤¬¤¢¤ë¤è¤¦¤Ç¤·¤¿¤é\r\nstr8-gentle.mr-nrt.aka.dr-yum@docomo.ne.jp \r\n¤Þ¤Çµ¹¤·¤¯¤ª´ê¤¤Ãפ·¤Þ¤¹¡£\r\n¥Û¥ó¥È¤Ï£Ç¡Ý£È£Ï£Õ£Ó£Å£°£³¤µ¤ó¼«ÂÎ¥¤¥Ù¥ó¥È¤µ¤ì¤Æ¤ÆËͼ«¿È£±Å٤⭤ò±¿¤ó¤À»ö\r\n¤¬¤Ê¤¤¤Î¤Ç¤º¤¦¤º¤¦¤·¤¤¤ó¤Ç¤¹¤¬¡¦¡¦'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (100,'c12d592b9b','¤³¤ó¤Ë¤Á¤Ï¡£\r\n¤¤¤Ä¤â¤¤¤Ä¤â¡¢½ñ¤­¹þ¤ßÅù¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nÉý¹­¤¤Ãμ±¤Ë¤¤¤Ä¤âÊÙ¶¯¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¥¤¥Ù¥ó¥È¤Î¤ªÍ¶¤¤¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤Ç¤¹¤¬¡¢º£½µÅÚÆü¤ÏÃϸµ¤Î¿ÀÍÁ¤¬¤¢¤ê¤Þ¤·¤Æ¤É¤¦¤Ë¤âÅԹ礬¤Ä¤­¤½¤¦¤Ë¤Ë¤¢¤ê¤Þ¤»¤ó¡£\r\n¤Þ¤¿¡¢¼¡²ó¡¢¤¼¤Ò¤ªÀ¼¤ò¤«¤±¤Æ¤â¤é¤¨¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£\r\n\r\n[quote:c12d592b9b=\"toni montana\"]\r\n¥Û¥ó¥È¤Ï£Ç¡Ý£È£Ï£Õ£Ó£Å£°£³¤µ¤ó¼«ÂÎ¥¤¥Ù¥ó¥È¤µ¤ì¤Æ¤ÆËͼ«¿È£±Å٤⭤ò±¿¤ó¤À»ö\r\n¤¬¤Ê¤¤¤Î¤Ç¤º¤¦¤º¤¦¤·¤¤¤ó¤Ç¤¹¤¬¡¦¡¦[/quote:c12d592b9b]\r\n\r\nµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤!\r\n¤¤¤Ä¤«Íè¤Æ¤â¤é¤¨¤ì¤Ð¤¤¤¤¤Ç¤¹ :oops:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (101,'c12d592b9b','¤³¤ó¤Ë¤Á¤Ï¡£\r\n¤¤¤Ä¤â¤¤¤Ä¤â¡¢½ñ¤­¹þ¤ßÅù¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\nÉý¹­¤¤Ãμ±¤Ë¤¤¤Ä¤âÊÙ¶¯¤µ¤»¤Æ¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹¡£\r\n\r\n¥¤¥Ù¥ó¥È¤Î¤ªÍ¶¤¤¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£\r\n¤Ç¤¹¤¬¡¢º£½µÅÚÆü¤ÏÃϸµ¤Î¿ÀÍÁ¤¬¤¢¤ê¤Þ¤·¤Æ¤É¤¦¤Ë¤âÅԹ礬¤Ä¤­¤½¤¦¤Ë¤Ë¤¢¤ê¤Þ¤»¤ó¡£\r\n¤Þ¤¿¡¢¼¡²ó¡¢¤¼¤Ò¤ªÀ¼¤ò¤«¤±¤Æ¤â¤é¤¨¤ì¤Ð¤È»×¤¤¤Þ¤¹¡£\r\n\r\n[quote:c12d592b9b=\"toni montana\"]\r\n¥Û¥ó¥È¤Ï£Ç¡Ý£È£Ï£Õ£Ó£Å£°£³¤µ¤ó¼«ÂÎ¥¤¥Ù¥ó¥È¤µ¤ì¤Æ¤ÆËͼ«¿È£±Å٤⭤ò±¿¤ó¤À»ö\r\n¤¬¤Ê¤¤¤Î¤Ç¤º¤¦¤º¤¦¤·¤¤¤ó¤Ç¤¹¤¬¡¦¡¦[/quote:c12d592b9b]\r\n\r\nµ¤¤Ë¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤!\r\n¤¤¤Ä¤«Íè¤Æ¤â¤é¤¨¤ì¤Ð¤¤¤¤¤Ç¤¹ :oops:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (102,'ad3a6dc792','¤ªÊÖ»ö¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤³¤Á¤é¤ÎÊý¤³¤½¤¤¤Ä¤âÊÙ¶¯¤µ¤»¤Æ夤¤Æ¤Þ¤¹¡£\r\n¥¤¥Ù¥ó¥È¤Î¤Û¤¦¤Ï¡¢¤Ê¤ó¤È¤«¥È¥é¥Ö¥ë¤À¤±¤Ï¤Ê¤¯Ìµ»ö½ªÎ»¤Ç¤­¤¿¤ß¤¿¤¤¤Ç¤¹¡£\r\nÅìµþ¤ËÅþÃ夷¤Æ¤Þ¤º¿·½É¤Ø·«¤ê½Ð¤·¤¿¤ó¤Ç¤¹¤¬¡¢º×¤ê¤Ã¤Ý¤¤Ê·°Ïµ¤¤¬¤¢¤Ã¤Æ¡¢\r\n¶ð¹þ¤Îͧã¤âº×¤ê¤À¤Ã¤Æ¸À¤Ã¤Æ¤Æ¡¢¹­¤¤ÈϰϤǺפê¤À¤Ã¤¿¤Î¤«¤Ê¡¼¡©¤ÈÊ¡²¬¤Î\r\n¼«Ê¬¤È¤·¤Æ¤Ï¤¤¤Þ¤ÀÆæ¤Ç¤·¤¿¡£\r\n¥ì¥³²°¤Ç»þ´Ö¤Ê¤¤¤Ê¤ê¤Ë·¡¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢Ä¹Ç¯Ãµ¤·¤Æ¤¿¤â¤Î¤¬¸«¤Ä¤«¤Ã¤¿¤êÌÌÇò¤«¤Ã¤¿¤Ç¤¹ :angel:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (103,'ad3a6dc792','¤ªÊÖ»ö¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£¤³¤Á¤é¤ÎÊý¤³¤½¤¤¤Ä¤âÊÙ¶¯¤µ¤»¤Æ夤¤Æ¤Þ¤¹¡£\r\n¥¤¥Ù¥ó¥È¤Î¤Û¤¦¤Ï¡¢¤Ê¤ó¤È¤«¥È¥é¥Ö¥ë¤À¤±¤Ï¤Ê¤¯Ìµ»ö½ªÎ»¤Ç¤­¤¿¤ß¤¿¤¤¤Ç¤¹¡£\r\nÅìµþ¤ËÅþÃ夷¤Æ¤Þ¤º¿·½É¤Ø·«¤ê½Ð¤·¤¿¤ó¤Ç¤¹¤¬¡¢º×¤ê¤Ã¤Ý¤¤Ê·°Ïµ¤¤¬¤¢¤Ã¤Æ¡¢\r\n¶ð¹þ¤Îͧã¤âº×¤ê¤À¤Ã¤Æ¸À¤Ã¤Æ¤Æ¡¢¹­¤¤ÈϰϤǺפê¤À¤Ã¤¿¤Î¤«¤Ê¡¼¡©¤ÈÊ¡²¬¤Î\r\n¼«Ê¬¤È¤·¤Æ¤Ï¤¤¤Þ¤ÀÆæ¤Ç¤·¤¿¡£\r\n¥ì¥³²°¤Ç»þ´Ö¤Ê¤¤¤Ê¤ê¤Ë·¡¤Ã¤¿¤ó¤Ç¤¹¤¬¡¢Ä¹Ç¯Ãµ¤·¤Æ¤¿¤â¤Î¤¬¸«¤Ä¤«¤Ã¤¿¤êÌÌÇò¤«¤Ã¤¿¤Ç¤¹ :angel:'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (104,'92c91b7657','Could you hook me up with a cd-r or mp3\'s of the album ?\r\n\r\nI got some stuff you might be interested in\r\n\r\nLet me know\r\n\r\nThanks'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (108,'a4a99112b9','Sure\r\n\r\nJust let me know what you want\r\n\r\nHere\'s my address:\r\n\r\nOlivier Beng\r\n44 rue St Tugdual\r\n29000 Quimper\r\nFrance\r\n\r\nBut if you got a fast internet connection we can trade through aim/msn/mirc or whatever program you\'re using\r\n\r\nThanks'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (111,'54ea8bccbe','Here\'s what I got from Missouri\r\n\r\n7 Miles - Servin Sittin (KC) [color=blue:54ea8bccbe]1996/1997[/color:54ea8bccbe]\r\nBig B (from Ghetto Kaos) - Nothing But Game (KC) [color=blue:54ea8bccbe]1997[/color:54ea8bccbe]\r\nBohn - Strapped For The Season (KC) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nDeadly Deuce - Creeping Through The Fog (St. Louis) [color=blue:54ea8bccbe]1996[/color:54ea8bccbe]\r\nDeadly Deuce - Nott Datt (St. Louis) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nDeco-D - The Soul Taker (KC) [color=blue:54ea8bccbe]1994/1995[/color:54ea8bccbe]\r\nGhetto Kaos - Guilty As Charged [color=blue:54ea8bccbe]1994[/color:54ea8bccbe]\r\nLos - Nigga On The Edge (St. Louis) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nSouth Side Posse - Anticipation Of Death (KC) [color=blue:54ea8bccbe]2000[/color:54ea8bccbe]\r\nSouth Side Posse - Ghetto Soldiers (KC) [color=blue:54ea8bccbe]1995/1996[/color:54ea8bccbe]\r\nVA - Ghetto Insanity (Bullet Proof Records St. Louis) [color=blue:54ea8bccbe]1994[/color:54ea8bccbe]\r\n\r\nLet me know if you\'re looking for something in particular, I might be able to get it.'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (110,'54ea8bccbe','Here\'s what I got from Missouri\r\n\r\n7 Miles - Servin Sittin (KC) [color=blue:54ea8bccbe]1996/1997[/color:54ea8bccbe]\r\nBig B (from Ghetto Kaos) - Nothing But Game (KC) [color=blue:54ea8bccbe]1997[/color:54ea8bccbe]\r\nBohn - Strapped For The Season (KC) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nDeadly Deuce - Creeping Through The Fog (St. Louis) [color=blue:54ea8bccbe]1996[/color:54ea8bccbe]\r\nDeadly Deuce - Nott Datt (St. Louis) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nDeco-D - The Soul Taker (KC) [color=blue:54ea8bccbe]1994/1995[/color:54ea8bccbe]\r\nGhetto Kaos - Guilty As Charged [color=blue:54ea8bccbe]1994[/color:54ea8bccbe]\r\nLos - Nigga On The Edge (St. Louis) [color=blue:54ea8bccbe]1995[/color:54ea8bccbe]\r\nSouth Side Posse - Anticipation Of Death (KC) [color=blue:54ea8bccbe]2000[/color:54ea8bccbe]\r\nSouth Side Posse - Ghetto Soldiers (KC) [color=blue:54ea8bccbe]1995/1996[/color:54ea8bccbe]\r\nVA - Ghetto Insanity (Bullet Proof Records St. Louis) [color=blue:54ea8bccbe]1994[/color:54ea8bccbe]\r\n\r\nLet me know if you\'re looking for something in particular, I might be able to get it.'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (112,'168b51ab23','¤ªÀ¤Ïäˤʤê¤Þ¤¹¡£\r\nBlack Music Forum¤Î´ÉÍý¿Í¤Ç¤¹¡£\r\nhttp://bm.g-house03.com/phpBB2/\r\nFORUM¤ÎÍøÍѤ¬¤Þ¤Ã¤¿¤¯¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢\r\nºï½ü¤µ¤»¤Æ¤¤¤¿¤À¤³¤¦¤È»×¤¤¤Þ¤¹¡£\r\n\r\n11·î19Æü¤Î18»þ¤Þ¤Ç¤Ë¤´Ï¢Íí¤¤¤¿¤À¤±¤Ê¤¤¾ì¹ç¡¢\r\nºï½ü¤µ¤»¤¤¤¿¤À¤­¤Þ¤¹¤Î¤Ç¤´Î»¾µ¤¯¤À¤µ¤¤¡£\r\n\r\n°Ê¾å¡¢¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£'); INSERT INTO `privmsgs_text` (`privmsgs_text_id`, `privmsgs_bbcode_uid`, `privmsgs_text`) VALUES (113,'168b51ab23','¤ªÀ¤Ïäˤʤê¤Þ¤¹¡£\r\nBlack Music Forum¤Î´ÉÍý¿Í¤Ç¤¹¡£\r\nhttp://bm.g-house03.com/phpBB2/\r\nFORUM¤ÎÍøÍѤ¬¤Þ¤Ã¤¿¤¯¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢\r\nºï½ü¤µ¤»¤Æ¤¤¤¿¤À¤³¤¦¤È»×¤¤¤Þ¤¹¡£\r\n\r\n11·î19Æü¤Î18»þ¤Þ¤Ç¤Ë¤´Ï¢Íí¤¤¤¿¤À¤±¤Ê¤¤¾ì¹ç¡¢\r\nºï½ü¤µ¤»¤¤¤¿¤À¤­¤Þ¤¹¤Î¤Ç¤´Î»¾µ¤¯¤À¤µ¤¤¡£\r\n\r\n°Ê¾å¡¢¤è¤í¤·¤¯¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£'); -- -- Table structure for table `ranks` -- CREATE TABLE `ranks` ( `rank_id` smallint(5) unsigned NOT NULL auto_increment, `rank_title` varchar(50) NOT NULL default '', `rank_min` mediumint(8) NOT NULL default '0', `rank_special` tinyint(1) default NULL, `rank_image` varchar(255) default NULL, PRIMARY KEY (`rank_id`) ) TYPE=MyISAM; -- -- Dumping data for table `ranks` -- INSERT INTO `ranks` (`rank_id`, `rank_title`, `rank_min`, `rank_special`, `rank_image`) VALUES (1,'Site Admin',-1,1,NULL); -- -- Table structure for table `search_results` -- CREATE TABLE `search_results` ( `search_id` int(11) unsigned NOT NULL default '0', `session_id` varchar(32) NOT NULL default '', `search_array` text NOT NULL, PRIMARY KEY (`search_id`), KEY `session_id` (`session_id`) ) TYPE=MyISAM; -- -- Dumping data for table `search_results` -- INSERT INTO `search_results` (`search_id`, `session_id`, `search_array`) VALUES (1672501099,'3a1e1ded081b7f6c4cbd105a8de51a38','a:7:{s:14:\"search_results\";s:38:\"263, 308, 793, 820, 840, 905, 911, 912\";s:17:\"total_match_count\";i:8;s:12:\"split_search\";N;s:7:\"sort_by\";i:0;s:8:\"sort_dir\";s:4:\"DESC\";s:12:\"show_results\";s:5:\"posts\";s:12:\"return_chars\";i:200;}'); -- -- Table structure for table `search_wordlist` -- CREATE TABLE `search_wordlist` ( `word_text` varchar(50) binary NOT NULL default '', `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word_common` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`word_text`), KEY `word_id` (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `search_wordlist` -- INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥¤¥È̾¡§',31,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥¤¥Èurl',30,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('phpbb',3,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghouse03',29,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forum̾¡§',28,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forumÀâÌÀ¡§',27,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mrgreen',26,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°­¤¯¤Ï¤Ê¤µ¤½¤¦¤Ç¤¹¤Í',1130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shock',117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¸¥ã¥ó¥ë¡§',32,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥á¡¼¥ë¥¢¥É¥ì¥¹¡§',33,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á÷¿®¾ðÊó',34,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅÐÏ¿¤·¤¿¥æ¡¼¥¶¡¼Ì¾¡§',35,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ð¤¿¡¼',146,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0425260950',39,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0425300506',40,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('12·î4Æü',41,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('8¡É',42,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cheap',43,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('factory',44,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('international',45,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('japan',46,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jimmyg',47,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('k',48,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('link',49,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lol',50,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pm8¡§00¡Á',51,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('records',52,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('side2side',53,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('special',54,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swingjam',55,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tachikawa',56,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thanks',57,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thrills',58,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thu',59,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡akira',60,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡koki',61,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡side2',62,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡tash',63,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡tooru',64,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡wappie',65,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Èsection',66,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ï1500',67,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¨west',68,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÌ䤤¹ç¤ï¤»¡§link',69,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ì½ê',70,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æü»þ',71,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÎÁ¶â',72,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('828625000423',73,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boogie',74,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dogg',75,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('e40',76,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ean',77,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ft',78,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hic¤Î¿·ºî¡¡¡Ýhilife',79,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustle¡Ý',80,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nate',81,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pop',82,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sly',83,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steele',84,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('talk',85,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wanna',86,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á´¶Êsnippet',87,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɳ¤Ç¤¹¡£',88,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('666',89,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chick',90,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghetto',91,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('video',92,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤Ï¡£É³¤Ç¤¹¡£',93,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÄûÀµ',101,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ½é¤Î¶Ê',100,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¡£',99,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cry',98,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia',102,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('three',103,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goku',104,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outkast¤«¤é',105,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('southernballaz',106,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('three6mafia',107,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´°§»¢',108,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ädj',109,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro',110,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('8',111,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('squeeky¤Înew',112,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤Ï¡¢dj',113,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥Ð¥¿¡¼ÂÌÌܤǤ¹¤«¡©',114,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²¿¤Ç¤Ç¤·¤ç¤¦',115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤È',118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áá®Ĵºº¤¤¤¿¤·¤Þ¤¹',119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fellons',120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quik',121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¤¢¤ê¤Þ¤¹¤¬¡¢',122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿Ä©À路¤Æ¤ß¤Þ¤¹',123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bigsaccs',124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('com',125,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dazzie',126,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dee',127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('evil',128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('formerly',129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('known',130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('saccs',131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangsta¤¢¤¿¤ê¤òÀڤäƤ¯¤ë¤ó¤¸¤ã¤Ê¤¤¤«¤È',132,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Û¤ó¤È¤½¤¦¤Ç¤¹¤Í¡£',133,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼¡¤Ïtestin',134,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¤¥',135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤ÏËÜÅö¤Ê¤ó¤Ç¤¹¤«',136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Íߤ·¡Á',137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('squeeky',138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤Ï',139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('screw',140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿§¡¹¤ÊÀâ',141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('da',142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('during',143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mission°Ê¾å',144,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´¶ÁÛ',145,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bigg',147,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤©¤©¡£',148,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤­¤Þ¤·¤¿¡£',149,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ç¤¹¡£',150,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä´ºº£±',151,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µ´¥á¥í¡¼',152,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo¤¬½Ð¤Æ¤¤¤ëmusic',153,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo¤Ë¤Ä¤¤¤Æ',154,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo¤Î²èÁü¤¬',155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangsta',156,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('google',157,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¡¢gangsta',158,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È»×¤Ã¤Æ¤ë¤Î¤Ç¤¹¤¬¡£',159,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Æ¡£',160,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hate',161,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('layin',162,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('love',163,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pat',164,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('us¡¡¤«¤Ê¤¢',165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢»ý¤Ã¤Æ¤¿¤é¥á¥ó¥´',166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥á¥í¡¼¤À¤È¡¡dirty',167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µîǯ½Ð¤¿¡¡project',168,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstaboo',169,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãý¤Ã¤Æ¤¤¤ë¤À¤±¤Ç¤â¤¤¤¤¤ó¤Ç¡¢¤È¤Ë¤«¤¯Æ°¤¤¤Æ¤¤¤ëboo¤',170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ç㤤¤Þ¤¹¡ª',171,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yorktownmusic',172,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ègangsta',173,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»×¤¦¤Î¤Ç¤¹¤¬¡£',174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̵ÃΤǤ¹¤ß¤Þ¤»¤ó¡£',175,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoke',176,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤ß¤Þ¤»¤ó¤Ç¤·¤¿¡£',177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥â¥¯¥ê¤Ïthree',178,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢¤½¤ì¤Ç¤¹¤Í',179,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jon¤¬¿ô¶Êprod',180,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ì¤Ï¥¤¥¤',181,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤Æ¤Þ¤·¤¿¡Ë',182,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥±¥Ù¤È¤¤¤¨¤Ðtoo',183,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dollaz',184,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdr',185,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦¡¦¡¦',186,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¨¡¼¤È¥¹¥±¥Ù¤Ï̵¤¤¤Ç¤¹',187,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dj',188,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ã楸¥ã¥±¤Î¼Ì¿¿¤Ë¤Ï¼Ì¤Ã¤Æ¤Þ¤¹¡£',189,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustle¤Ã¤Æ¥¢¥Þ¥¾¥ó¤ÇÇ㤨¤Ð1100±ß¤Ê¤ó¤Ç¤¹¤Í¡Á¡ª',191,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wink',192,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á÷ÎÁ­¤·¤Æ¤â1400±ß',193,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lwydtm',194,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ägstringz¤µ¤ó',195,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstanation',196,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nation¤Î¥Ó¥Ç¥ª¤Ç¤¹¡£',197,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('real',198,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('windows',199,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wsc',200,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('img',201,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('roll',202,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤Ç¤Ç¤·¤ç¤¦¡©',203,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËèÅÙËèÅÙ',204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bbs',205,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forum»²²Ã',206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heaven',207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('line',208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quot',209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tha',210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¥ª¡¼¥×¥ó¤·¤Þ¤·¤¿',211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Í¥¹¥±¤Ç¤Ç¤¹¤«¡©',212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʸ»ú²½¤±¤·¤Þ¤¹¤«¡©',213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('19th',214,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('compilation',215,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbc',216,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('street',217,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('t',218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Î¤³¤È¤Ç¤¹¤«',219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª»þ´Ö¤¯¤À¤µ¤¤',220,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾¯¤·Ä´¤Ù¤Æ¤ß¤Þ¤¹',221,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʸ»ú²½¤±',222,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('net¤Î¥Õ¥©¡¼¥é¥à¤ß¤Æ¤â',223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºòÆüÇã¤Ã¤¿custom',224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crooked',225,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('family¤ËÆþ¤Ã¤Æ¤ë',226,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('still',227,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Î¥³¥ó¥Ô¤¤¤¤¤Ç¤¹¤Í',228,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ç¤¹',229,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cisco',230,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mail',231,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('order¤Ë¤Ä¤¤¤Æ',232,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Æücisco¤«¤étriple',233,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤Ï¡£',234,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¡Üdaz',235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('568',236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1834588',237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('action',238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('board',239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mid',240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sid',241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tid',242,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Îɤ«¤Ã¤¿¤Ç¤¹¤è',243,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bigron¡¡s',244,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g',245,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('japane£ç¡Ç£úparty¡Ë¤È¤æ¤¦',247,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¤¥Ù¥ó¥È¹ðÃδꤤ¤Þ¤¹',248,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸«¤Æ³Î¤«¤á¤ë¤Ù¤·',249,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ç¤Ê½Ð±é¼Ô',250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ï»ËÜÌÚ71530b1¡¢b2pylon¡Ë¤Ë¤Æ',251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cbigboss¡¡and¡¡jgren',252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¡¡dj¡¡motoakaw',253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('happy',254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¤¬£±¶Ê¤ä¤Ã¤Æ¤Æ¡¢¤³¤ì¤¬¤Þ¤¿¥¤¥¤',255,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camp·Ï¤ÎÊý¤¬¤â¤Ã¤È¹¥¤­¤«¤â',256,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bone¤â¤ä¤Ð¤¤¤·',257,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hothot',1129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoke¥Ä¥¢¡¼¤Ê¤ó¤Æ¡¡¤¹¤´¤¹¤®¤Ç¤¹¤Ã¾Ð',259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ï¤½¤¦¤È¡¢kurupt',260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´Ñ¤¿¤¤¤Ç¤¹¤è¤Í¡ª¡ªup',261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c',262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dazÍè¤Ê¤¤¤Ç¤¹¤Í¡£',263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¡¢dj',264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quik¡¢s',265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tour',266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹',267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ä¤®¤Ïwarren',268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤ß¤¿¤¤¤Ê',269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á´Éô¹Ô¤­¤Þ¤¹',270,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('westside',271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£²£°£°£³Ç¯¥Ù¥¹¥È£±£°',272,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤¢¡¢',273,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('back',274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deathrow',275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('escape',276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smash',277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ã£ò£ï£ï£ë£å£ä',278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ò£ï£÷',279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ó£ô£é£ì£ì',280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô£è£å',281,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¤¤Ç¤¹¤è¤Í',282,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¼ýÏ¿¤µ¤ì¤Æ¤¤¤ë',283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â',284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bom',1128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel9',1127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tupac',287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unofficial',288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('website',289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤Î¤Çchicano',1181,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('site',292,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('walkallhiphop',293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤ß¤Þ¤»¤ó¡£',294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dawngreen¤Îthe',295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('featuring',296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('feelin',297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoods',298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hood¤Î¥µ¥ó¥È¥é',299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tales',300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hiphop',301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hiphop¥«¥Æ¥´¥ê¡¼¤Ë',302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jacket',303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lovers',304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬Äɲ䵤ì¤Þ¤·¤¿',305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»²²Ã',306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('site¤Îforum¤ß¤¿¤¤¤ËÀ¹¤ê¾å¤¬¤Ã¤Æ¤¤¤±¤¿¤é¤¤¤¤¤Ç¤¹¤Í',341,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sancho',340,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rob¤änb',339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rob',338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oldies',337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('menace',336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lil',335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('idea',334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guy',333,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dadicated',332,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('caponee',331,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cali',330,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('album',329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('free¤¬¸«¤¿¤¤¤Ç¤¹¡ª',324,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kurupt',325,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('suga',326,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz¤Ï´üÂÔÂç¤Ç¤¹',327,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤âǯÌÀ¤±¤Înb',328,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ´¶¤¸¤Ç¤¹¡£ÁÏÀߤ¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£Ë¿u',342,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤ê¤¢¤¨¤º¿·Éè¤À¤È¡¢',343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Ç¯¤Ïchicano',344,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('booyaa¤Îbrake',345,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('box¤ÈŽÏŽ²ŽÅŽ½Ž²ŽµŽÝ¤ÇÊñ¤ß¤³¤ó¤Ç¤â¤é¤¤¤¿¤¤¤Ç¤¹',346,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kass¤¬²û¤«¤·¤£¡£',347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia°ì²È¤È¤«',348,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('power°ìÇɤȤ«',349,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ras',350,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz¤Èup',351,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('town',352,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xzibit',353,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ä¥Ð¤½¡¼¡£',354,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µÕ¤Ë¤·¤Ã¤È¤ênb',355,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rbx',356,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fingazz',357,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('video¤â¸«¤é¤ì¤Þ¤¹¤·',374,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('streetlight',373,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('motha',372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('meets',371,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lpg',370,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('geniuss',369,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fuckin',368,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fingazz¤ÎŽºŽÝŽËŽß',367,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¤âÆþ¤Ã¤Æ¤Þ¤¹¤±¤É¡¢',375,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ecay',376,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mental',377,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taylors¡Ù¤Ç¤¹¤«¤Í',378,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uno',379,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uno¤¬Ç®¤«¤Ã¤¿¤Ç¤¹¡£',380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ømental',381,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤Ë¤«¤¯ecay',382,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î',383,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('light',384,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('locos¤Îthe',385,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pero',386,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¤³¤È¤Ç¤¹¤Í¡£',387,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜÅö¤Ç¤¹¤Í¡£',388,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('arrow',389,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡±',390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤À¤á¤Ç¤¹¡¦¡¦¡¦',391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('03¤µ¤ó¤É¤¦¤â¤Ç¤¹¡£',392,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('619',393,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aid¤ÎºÂ¤êÊý¤Ëdown¤¬¤Á¤ç¤Ã¤ÈŽ²Ž×Ž¯¤È¤·¤Æ¤ëÍͤʡš£',394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cali¤ä¡¢',395,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diego»º¤Ç¤·¤¿¤è¤Í¡£',396,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('list¾å°Ì¤ËŽ×ŽÝŽ¸Ž±Ž¯ŽÌŽß¤Ç¤¹¡£ÍèǯÊÕ¤ê¤Ë¤Ï¤Ã¡ª',397,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lvu',398,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pit',399,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤Î',400,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uno¤âmackvillin¤âsan',401,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ž×Ž½ŽÄ¤ÏŽÒŽÛŽ³Ž¡',402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ì¤Ïtalk',403,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃΤ餺',404,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ξÊý¶¦wish',405,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dreamer¤µ¤ó',406,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ese',407,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('low',408,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('m¡£',409,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('profile',410,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sancho¤Ï¤³¤Î´Ö¥¿¥ï¡¼¤Ç»îÄ°¤·¤¿¤é¤«¤Ê¤êÎɤ«¤Ã¤¿¤Ç¤¹',411,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤¬¤¹¤´¤¯¤«¤Ã¤³¤¤¤¤¥ô¥¡¡¼¥¹Ä󶡤·¤Æ¤¤¤Þ¤¹¤Î¤Ç',412,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taylors¡Ù¤Ï',413,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugs¤Î¥¢¥ë¥Ð¥à¤Ï¥Ä¥Ü¤Ç¤·¤¿¡£',414,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('t¤ÈÃç°­¤«¤Ã¤¿¤Èµ­²±¤·¤Æ¤¤¤ë¤ó¤Ç¤¹¤¬',415,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ødickiesnchuck',416,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¼ÁÌä¤Ç¤¹¡£mr',417,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡£',418,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('feat',419,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('one¤È¤Î¥ä¥Ä¤È¤«¡£',420,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤Ã¤Æ»ö¤Ç¾°',421,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤Ï¡¢¶¦¤Ëroyal',422,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('style¤¬Áá¸ý¤À¤·Ž²Ž¶ŽÂŽ²¤·¡¢¤«¤Ã¤³¤è¤«¤Ã¤¿°õ¾Ý¤¬¤¢¤',423,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('t¤Ï²ò¾Ã¤·¤¿ÍͤǤ¹¤Í¡£lowpro¤«¤éalbum½Ð¤Þ¤·¤¿¤«¤é¤Í',424,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µíÆù',425,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áá¸ý¤È¤¤¤¨¤Ðlil',426,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('confidential¤Îslip',427,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knocturnal',428,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snoop',429,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('99¥É¥ë¤È¤¤¤¦Ç˳ÊÃͤâÊѹ¹¤µ¤ì¤ë¤«¤â¤·¤ì¤Ê¤¤¤Ç¤¹¤Í',430,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hic¥¢¥ë¥Ð¥àȯÇäÆü',431,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quik¥Õ¥¡¥ó¥µ¥¤¥È¤Î¥Õ¥©¡¼¥é¥à¤Ë¤è¤ë¤È¡¢hic¤Î¥¢¥ë¥Ð¥',432,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2003',433,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('south',434,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¥Ù¥¬¥¹¤Îclika',435,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('amp',436,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('banner',437,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bin',438,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blue',439,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bout',440,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boy¡¢three',441,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('control',442,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('david',443,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dirty',444,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dirty¡¢trae¡¢mr',445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('extraordinaire',446,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('f',447,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flip',448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forever',449,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kamikaze',450,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knicca',451,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('koopsta',452,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krino',453,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('laden',454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loose',455,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lose',456,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ludacris',457,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mind',458,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('movie',459,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nuthin',460,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('one',461,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('patrol',462,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimpin',463,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('porno',464,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pussy',465,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rain',466,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¡¢frayser',467,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('screwed',468,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('silk',469,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slaughter¡¢lil',470,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sleepy',471,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tony',472,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trae¡¢krino¡¢trock',473,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('water',474,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥ë¥Ð¥à',475,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥È¥é¥Ã¥¯',476,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥é¥Ã¥Ñ¡¼',477,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼Â¼Áµîǯ',478,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1st',479,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('azz',480,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bay¡Ê£¶£¶£¶ugk¡Ë',481,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('black¤â´üÂԤǤ¹¡ª',482,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bone',483,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crusher',484,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doubt',485,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('draft',486,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frayserboy',487,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gotti',488,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('got¡Êhappy',489,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heavyweight',490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jones',491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life',492,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('losing',493,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magno',494,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('max',495,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('memphis',496,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mike',497,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('minelli',498,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mixez',499,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('money',500,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('now¥Û¥ï¥¤¥È¥È¥é¥Ã¥·¥å¡ª¡Ê¼ºÎ餷¤Þ¤·¤¿¡Ë',501,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pain',502,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¡¡¡Êbad',503,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('p¡Ë',504,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('round',505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¥Á¥§¥Ã¥¯¤·¤Æ¤Þ¤»¤ó¤Ç¤·¤¿¡£Áá®',506,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skinny',507,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slab',508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tbo',509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trae',510,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trill',511,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twisted',512,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tymers',513,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ugk',514,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unbreakables¡¡¡Ê¤·¤ã¤Ã¤¿¤Õ¤¡¤Ã¤«¡¼',515,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('untouchables',516,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wyte',517,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤¹¤¬¤Î´°À®ÅÙ',518,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿¤Ïim',519,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¤ª¤Þ¤±dvd',520,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¥¢¥ë¥Ð¥à',521,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¥ß¥Ã¥¯¥¹cd',522,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack',523,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('macknificent',524,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scheÃíʸ¤·¤Á¤ã¤¤¤Þ¤·¤¿',525,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÄÉ¿­',526,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ball',527,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('balls',528,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bay',529,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beer',530,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('black¤ËÃíÌܤǤ¹¤Í',531,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boy',532,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bun',533,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chicken',534,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coalition',535,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coast',536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crusher¤¬¤«¤Ê¤êÇ®¤«¤Ã¤¿¤ó¤Ç¤¹¤±¤É¡¢¸ü¤¹¤®¤ÆÈè¤ì¤Á¤',537,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('digital',538,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drankin',539,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('empty',540,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flip¤¬Îɤ«¤Ã¤¿¡ª',541,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frayser',542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gravel',543,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kavious',544,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leather',545,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('muzic',546,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nappy',547,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('patnaz',548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('roots',549,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('run',550,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scarface',551,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shelves',552,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snubnoze',553,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('third',554,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unbreakables',555,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('underground',556,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wooden',557,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('word',558,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('year',559,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('youngbloodz',560,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥­¥ã¥Ó¥¢¡©',561,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»Â¿·¤Ê´¶¤¸¤¬¹¥¤­¡ª',562,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áþ¤á¤Ê¤¤¥Ù¥Æ¥é¥ó',563,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ìþ¤··Ï',564,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦¡¦¡¦¤¿¤·¤«¡£',565,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack10¤Èslow',566,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤ä¤¡¡Á',567,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÆóÊý¤µ¤¹¤¬¤Ç¤¹¤Í',568,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤Ã¤¿¤¯¤ï¤«¤ê¤Þ¤»¤ó',569,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghouse',570,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gstringz',571,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loadÂкö¤ÇÁ´ÂÎŪ¤ËÃͲ¼¤²¤·¤¿¤ß¤¿¤¤¤Ç¡£',572,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mista',573,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sol¤È¤«akwid¤Înew¤È¤«¡£',574,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤«¤·clicka',575,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤À¤Ã¤¿¤ó¤Ç¤¹¤«¡£',576,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´¬¤­Àå¤Ê¤éall',577,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1david',578,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2young',579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3choppa',580,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4liljon',581,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5yingyang',582,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6ludacris',583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bloods',584,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boys',585,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('east',586,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('side',587,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¤«¤Í¤§',588,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mix¤Û¤·¤¤¤Ç¤¹¡ª',589,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guerilla',590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maab',591,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½é¤á¤Þ¤·¤Æ¡£guerilla',592,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥ì°ã¤¤¤Ç¤¹¤¬¡¦¡¦¡¦',593,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤ó¤Ç¤â¤Ê¤¤¡£',594,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gmaab',595,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rise',596,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('choppa',597,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbb¤µ¤ó¡¢',598,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack¤Þ¤À¥²¥Ã¥È¤·¤Æ¤Þ¤»¤ó¡£',599,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¤»¤¤¤«youngbloodzÈôÌö¤Îǯ¤Ç¤·¤¿¤Í¡ª¡ª',600,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤è¤í¤·¤¯¤Ç¤¹¡ª',601,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥¹¥È¤µ¤ó¡¢',602,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤âº£Ç¯¤Î½é½Ü¤Ï¤¢¤ì¤À¤±¤â¤ê¤¢¤¬¤Ã¤¿¤Î¤Ë¡£¡£¡£¥Î',603,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('999¤È¤«³Ú¤·¤½¤¦¤Ç¤¹',604,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goku¤µ¤ó',605,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('homepage',606,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('n9ne¤«¤é¥«¥ê¥¹¥ÞÀ­¤òÈ´¤­¼è¤Ã¤¿¤è¤¦¤Ê¿Í¤Ç¤¹¤±¤É¡¢¥¢',607,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('official',608,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¡ª',609,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5¤ËÆþ¤ë¤È»×¤¤¤Þ¤¹',610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dulaa',611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack¤è¤ê¹¥¤­¤Ç¤¹',612,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shue¤¬¿ô¶Ê»²²Ã¤·¤Æ¤¤¤Æ¡¢¥á¥í¡¼¶Ê¿ÌܤÇmc',613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤Ïmy',614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ò½ñ¤¤¤Æ¤Þ¤»¤ó¤Ç¤·¤¿',615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('±£¤·¶Ì¡©',616,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('field',617,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('streets',618,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡£',619,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¤Î´Ö°ã¤¤¤Ç¤¹',620,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shue¤¬¿ô¶Ê»²²Ã¤·¤Æ¤¤¤Æ¡¢',621,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aint',622,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('anthem¤Ç¤¹¤Í¡£nwa¤ä¤équik¤ä¤écomptom¤Ã¤Æ¥¹¥´¥¤¤Ç¤¹',623,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beeupone',624,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brown',625,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brumfield',626,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('candyŽ»ŽÝŽ¤bsdŽ»ŽÝŽ¤bad',627,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('changed',628,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chill',629,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chill¤Î¤¤¤ëhoodlum',630,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('circle',631,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clic',632,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cls',633,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daz',634,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dollar',635,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dome',636,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dope',637,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fly',638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knightowl',639,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('legal',640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lost',641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('luv',642,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lyrics',643,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack10',644,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('madd',645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magic',646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('murry',647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp',648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pride',649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('produce',650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sean',651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shaft',652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signs',653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spanish',654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('str8',655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swangin',656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thang',657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('worry',658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦hic',659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦lil',660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦mc',661,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦sean',662,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦v',663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦wc',664,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹¤«¡£',665,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£lil',666,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À©ºî¿Ø¤Ïese',667,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãæ¤Ç¤âlil',668,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÏÃÂê¤òÌᤷ¤Þ¤¹¡£',669,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('k¤Ç¤¹¡£',670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹¡£c',671,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Ê¾å¤Ç¤´¤¶¤¤¤Þ¤¹',672,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Ç¯¤Î¥Ù¥¹¥È¤Ç¤¹¡£',673,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ricky¤µ¤ó¡¢',674,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤ó¡¢',675,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¶¤Ã¤¯¤¶¤¯',676,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤óÂÀ¤µ¤ó¡¢',677,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Û¥ó¥È¤Ï£¶£¶£¶´ØÏ¢¤Î²èÁü¤ò»È¤¤¤¿¤«¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢',678,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´¶Æ°¤Ç¤¹',679,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºî¤êľ¤·¤Þ¤¹',680,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤Á¤é¤â¡¦¡¦¡¦',681,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹Ã²µ¤Ä¤±Æñ¤¤¤Ç¤¹¤è¤Í',682,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b',683,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jc¤âµ¤¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£',684,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kapone¤È¤Î¥¢¥ë¥Ð¥à¤¬³Ú¤·¤ß¤Ç¤¹¡ª',685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lowlife¤Î¥Ó¥Ç¥ª¤Ç¤¹¡£',686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mempho',687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nolife¡Ù¤Ï¡¢¥á¥ó¥Õ¥£¥¹ug¤Î´ðËÜ»ÑÀª¤òÊݤÁ¤Ê¤¬¤é¤â¡¢',688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡l',689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ølowlife',690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤Èskinny',691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤ó¡£¤Ï¤¸¤á¤Þ¤·¤Æ¡ª',692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·Ú¤¯18¶Ø¤«¤â¡Ä',693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ëͤâmc',694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¡¦¥ê¥¤¥·¥å¡¼',734,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Á¤³¤Î´Ö¤Î³¤­¡Á',733,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('troy',732,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ten',731,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('southside',730,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('russel',729,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pastor',728,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mjg',727,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lee',726,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('i',725,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hits',724,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('greatest',723,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('concentration',722,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cmon',721,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cloc',720,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chopped',719,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camp',718,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bezzle',717,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('8ball',716,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³¤±¤Æ¤¹¤ß¤Þ¤»¤ó',735,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Çã¤Ã¤Æ¤Þ¤»¤ó¤¬¡Ä',736,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sol¤Ã¤Ælos',737,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Èkinto',738,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keke¤Î¿·ÉèÄ°¤­¤Þ¤·¤¿¡©',739,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('king',740,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mack¤Ïkamikazie',741,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¤Î¾ðÊóthanx¤Ç¤¹¡¢³Ú¤·¤ß¤ËÂԤäƤޤ¹',742,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('timez',743,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Í¥¾¡³ÎÄꡪ',744,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cnote',745,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jreal',746,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('right',747,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taxi',748,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wrong',749,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¡¢',750,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤â',751,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤«¤âÆþ¤ì¤¿¤¤¤Ç¤¹',752,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¥½¥ó¥°¤Ï¡¥¡¥¡¥',753,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ß¤Ä¤«¤ê¤Þ¤·¤¿¤«¡©',754,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004¡¦¡¦¡¦',755,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('300',756,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('category',757,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('genre',758,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mix',759,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pagenum',760,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('style',761,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keke',762,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playalistic¤ÎÎò»Ë',763,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trick¤È2¿Íʤ֤ȡ¢¤È¤Æ¤â¥é¥Ã¥×¤Ë·È¤ï¤ë¿Í¤¿¤Á¤Ë¤Ï¸«',764,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¤Ç¤¹¡£',765,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤È¡¢king',766,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Î¤«pimpin',767,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹',768,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Í¥¾¡³ÎÄê¤Ç¤¹¤«',769,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¤¬¤«¤Ê¤ê¥¤¥¤¤Ç¤¹',770,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('billy',771,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('changin',772,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cock²Î¤¤¤Þ¤¯¤ê¤Ç¤¹',773,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lanes¡×',774,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pen',775,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ride',776,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ölil',777,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èking',778,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¼¡¤Îdo',779,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤Ï¸Ô¡ª',780,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­·Æþ¤Ã¤Æ¤Þ¤¹¤è',781,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÉÔÊÙ¶¯¤ÇÃѤº¤«¤·¤¤¤Ç¤¹',782,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cook²Î¤¤¤Þ¤¯¤ê',783,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('suc',784,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diego',785,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('one¤Ç¤¹¡ª',786,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapper',787,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('s',788,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('san',789,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slick',790,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('station¤Îvid',791,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('s¤Ç¤¹¤¬¡Ä',792,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trigeration',793,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê95kb',794,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Êmov¤Ç¤¹¤¬¡Ä',795,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¬lil',796,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¬mackvillin',797,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¬mitchy',798,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¥³¥Þ¡¼¥·¥ã¥ë',799,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mixÇä¤êÀÚ¤ì',800,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('99¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¤Í¡£',801,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('amazon¤À¤È',802,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hic¤Ï¤Þ¤Àus',803,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤é¤é¡¦¡¦¡¦',804,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿½¤·Ìõ¤Ê¤¤¤Ç¤¹¡£',805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lp¤Ê¤é',806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤Î¤Ç¤«¤¤¤Þ¤·¤¿',807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004',808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('43964',809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6656997',810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6657007',811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('169065226',812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('added',813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('albums',814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('always',815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('arrested',816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('artists',817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('audio',818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('below',819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cart',820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('check',821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clicking',822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coming',823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cripmas',824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cstyle',825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dead',826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('def',827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dilli',828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dillinger',829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('discuss',830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('download',831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dpg',832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dpgc',833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dpgrecordz',834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dropped',835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dropping',836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dust',837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ewhite',838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fans',839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('favor',840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flossy',841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('following',842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forget',843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forum',844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fredwreck',845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fredwrecks',846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frm',847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstaville',848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstaz',849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('half',850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('holiday',851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('huge',852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('huuuge',853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('info',854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('january',855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keep',856,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keeping',857,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('killa',858,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lastly',859,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('latest',860,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lkdpgrecordz',861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('locked',862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('merry',863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mp3',864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nelly',865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('omgu',866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outside',867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pid',868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('posting',869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('preorder',870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('preorders',871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('project',872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rappers',873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reason',874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('releases',875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('review',876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('row',877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('safe',878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('single',879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stores',880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('summer',881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('threadid',882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tons',883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('topics',884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twinz',885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('upcoming',886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('update',887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wasssssuuup',888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('watcher',889,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wish',890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('working',891,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yourself',892,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mob¤â°ú¤ÃÄ¥¤ê½Ð¤·¤Æ¤­¤Æ¤Þ¤È¤á¤Æ¥ì¥Ó¥å¡¼¤Ë¤Î¤Ã¤±¤Á¤',893,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('olee',894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yms',895,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥Ã¥È¤Ë¤Ï¤·¤ê¤Þ¤¹',896,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥¤¥ó¤Ä¤­¤Ç¤¹¤«',897,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forum¤Î»È¤¤Êý',2645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('liquid',946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doggs',945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crew',944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cocaine',943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lifestyle',903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brother',942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spoon¤Înew¥¢¥ë¥Ð¥àÄ°¤¤¤Æ¤ë¤ó¤Ç¤¹¤¬',905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤â¡¢vo',906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɾ²Á¤â¡ð¡ß4',907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chag',908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('felony¤âsan',909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gstringz¤µ¤ó',910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('man',911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ë¤·¤Æ¤âlil',912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Äãͽ»»¤Ê¤Ê¡Á¡£',913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»á¤È¤Î¥À¥Ö¥ë¥Í¡¼¥à¤Ç¤¹¤«',914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼¡²ó¤Ïb',915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bash',916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cold',917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dedicated',918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gutter',919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jihad',920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kingdom',921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('locos',922,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moe',923,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nephew',924,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('part',925,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('show',926,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smokin',927,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sonic',928,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thy',929,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zappvi',930,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦baby',931,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦big',932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦jonny',933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦king',934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦mack10',935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦mr',936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦paris',937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦playboy',938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦pocos',939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦zapp',940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥¦¥¹¤Ë¤Þ¤±¤ë¤Ê',941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Äɵ­',947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('one¤Î¥Ó¥Ç¥ª',948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dogg¤È¤ä¤Ã¤Æ¤ë¤ä¤Ä¤Ç¤¹¤Í¡£',949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤¤¤¨¤Ð¡¦¡¦¡¦',950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â̤ݤǤ¹¡£',951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('black',952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('champagne',953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('composure',954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dreams',955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gutta',956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heavy',957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kaviar',958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('l',959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lanes',960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lowlife',961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nolife',962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche',963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('texan',964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unexpected',965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ward',966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weebie',967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weight',968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wishes',969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¡kazyd',970,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¢lil',971,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­£money',972,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¤big',973,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¥mr',974,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¦dulaa',975,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­§dirty',976,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¨trae',977,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­©1',978,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­ª5th',979,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­ªbaby',980,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­ªu',981,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('business',982,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('change',983,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('delinquents',984,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('espionage',985,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('game',986,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hire',987,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hitman',988,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobbin',989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('west',990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¡steady',991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¢bueno',992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­£king',993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¤assassin',994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¦the',995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004ÁêÅö¹¢¼ê¤Ç¤¹¡ª¤¬',996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghouse¤µ¤ó¤Îmix',997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡ª',998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ç¤Ï',999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤ê¤¢¤¨¤ºgangsta',1000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ò¡£',1001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Îɤ¤¤ªÇ¯',1002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('black¡¼late',1003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bloomer¡Êone',1004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dat',1005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deep',1006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frayserboy¡¼gone',1007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gud',1008,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia¡¼¡¡da',1009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magno¡¼£±st',1010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('olee¡¼if',1011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pick',1012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tbo¡¼¡¡firecracker',1013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trae¡¼losing',1014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trock¡¼atl',1015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tymers¡¼big',1016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤â·èÄê¤Ç¤¹',1017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('burn',1018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cash',1019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('let',1020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('limit¡¢¤³¤Î¸å¤¬Â³¤«¤Ê¤¤¡£',1021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manne',1022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mayor',1023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neighborhood',1024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('o',1025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('straight',1026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ï¥Þ¥ê¤Þ¤¯¤ê¤Ç¤¹¡£',1027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¡three',1028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¢three',1029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­£trae',1030,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¤frayser',1031,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¥choppa',1032,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¦yo',1033,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­§criminal',1034,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¨hot',1035,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­©big',1036,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­ªgangsta',1037,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thumbleft',1038,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ª',1039,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶à²ì¿·Ç¯¡ª',1040,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel',1041,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('big5',1042,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rob·»¤ä¤ó¤Î»®½Ð¤Þ¤¹¤Í¢ö',1043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tongue9',1044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ymb¤µ¤ó»Ï¤á¤Þ¤·¤Æ',1045,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('album¤ÏË¿u',1046,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤±¤ª¤á',1047,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤È¤è¤í¥Ç¥¹¤Ã',1048,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('badairday',1049,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wolverinex',1050,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ymb¤µ¤ó',1051,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¤ó¤Ð¤Ã¤Æ¤¤¤­¤Þ¤¹',1052,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀâÌÀ¤¬½Ð¤Þ¤¹¤è',1061,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ì¥¹ÃÙ¤ì¤Þ¤·¤¿',1060,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('topic¡×¤Ç',1059,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('replay¡×¤Ç¡£',1058,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÊÖ¿®¤Ï¡Öpost',1062,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('assassin',1063,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g»®¤¤¤Æ¤ë¿Í¤Ã¤Æ¾¯¤Ê¤½¤¦¤Ê¤Ê¤ó¤Ç¤¹¡£¾¯¤Ê¤¯¤È¤â¤½¤Î¥',1065,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knightowl¤Îthe',1167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wit',1094,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('live',1168,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rap¤Ã¤Æ¹¥¤­¤Ê¿Í¤ÏÄ°¤¯¤±¤É·ù¤¤¤Ê¿Í¤ÏÁ´Á³¤ß¤¿¤¤¤Ç¤¹¡',1072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mexicans',1169,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pac',1170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapper¤¬»²²Ã¤·¤Æ¤Þ¤¹¤è¤Í',1171,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz¤À',1172,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤«¸À¤¦¿Í¤â¤¤¤Ê¤¤¤ª±¢¤ÇºÇ¶á¤ÎÆüËܤΥޥ¤¥Ê¡¼»®»ö¾ð',1079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sets',1173,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤È¡¢caponee¤Èbrenton',1174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kickin',1085,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wood¤È¤«¡£',1175,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g»®¤¤¤Æ¤ë¿Í¤Ã¤Æ¾¯¤Ê¤½¤¦¤Ê¤ó¤Ç¤¹¡£¾¯¤Ê¤¯¤È¤â¤½¤Î¥Õ¥',1166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('again',1165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¹¥¤Þ¤ì¤Æ¤¤¤Ê¤¤orË°¤­¤é¤ì¤Æ¤¤¤ë¡£',1121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦¥Ù¥¿¤Ê¥µ¥ó¥×¥ê¥ó¥°',1120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signquestion',1119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('opinion',1118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nwa¡¢geto',1117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hill¡¢psycho',1116,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boys¤«¤é¤Îή¤ì',1115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('assassinz¡¢cypress',1114,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('warren',1113,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬Â¿¤¤¤Ç¤¹¤è¤Í¡£',1122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«',1123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²»³ÚŪ¤ÊÉôʬ¤Ç¤Ï',1124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤è¤í¤·¤¯¤ª´ê¤¤¤·¤Þ¤¹',1131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('birdman',1132,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eazye¤â¹¥¤­¤Ç¤¹¡£',1133,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('explosivesmile',1134,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('love7',1135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2pac',1136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blue¤È±¾¤¦producer¤¬½¨ºÍ¤Ö¤ê¤òȯ´ø¤·¤Æ¤¤¤ëÍͤǤ¹',1137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chapter',1138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('syke¤ÎÀ¼¼Á¤¬pac',1139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugavelli',1140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tribute',1141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ß¤¿¤¤¤Ê',1142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ò¤Ï¤¸¤á¡¢daz',1143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥³¥ì¤Îvol',1144,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¤ËÄɲä·¤Þ¤¹',1145,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Äɲäǡ¢¡¢¡¢',1146,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Éå¤Ã¤¿',1193,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüËܿͤò',1192,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¯ÉÜ',1191,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢Âг°¹ñ¤Ë¤ª¤¤¤Æ²ÉÌ۲᤮¤ÆÆüËÜÆÈÆäΎµŽ¸ŽÕŽ¶Ž¼Ž»¤ò',1150,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«¡ßÅÞ',1190,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('±¢¼¾¤ÊÇÉȶÀ­',1189,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤·¤Æ¤ä¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤ó¤Ç¤¹¤¬¡£¡Ë',1188,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Î¤«¤Ë¤½¤¦¤¤¤Ã¤¿»ö¤Ã¤ÆÍ­¤ë¤Ç¤·¤ç¤¦¤Í¡£¤Ç¤âËͤ«¤é¸«',1155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤¤¤¨¤Ðfred',1187,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¬¢¦Ž¤¡¬',1186,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tray',1185,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tha´±Î½cartel',1184,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('e',1183,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whats',1162,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢',1163,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤«¤â¶Ø¶ç¤Ç¤¹¤è¤Í¡£',1164,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤Ã¤Ælatin',1176,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤Ë¤²¤Ë¼«²æ¤Èjigga³Ý¤±¤Æ¤Þ¤¹',1177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ìÀÎÁ°¤È¤«¤Ïchicano',1178,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¶á¡¢¸µbrown',1179,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES (';Ã̤Ǥ¹¤¬¡¢ÊÆcbs',1180,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ë¤Û¤É',1182,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Éå¤Ã¤¿µÄ°÷',1194,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gang¿§¤¬¤É¤ó¤É¤ó¶¯¤¯¤Ê¤Ã¤Æ¤­¤Æ¤ë¤è¤¦¤Êµ¤¤¬¤¹¤ë¤Î¤Ç',1195,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('screw¤Ï¤É¤Î¤è¤¦¤Ëºî¤Ã¤Æ¤¤¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©',1196,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tape¤Îfreestyle',1197,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('business¤À¤«¤é¤È±¾¤¦Íýͳ°Ê³°¤Ë¡¢¤ª¾Ð¤¤³¦¤Èrap³¦¤Ë¤',1198,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dre¡¢¥É¥ê¥Õ¤Ïnwa',1199,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rap¤¢¤ê¤­¤Ç¤Îchicano',1200,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rap¤Ê¤ó¤Ç¤¹¤Í',1201,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('talk¤Èfree',1202,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢free',1203,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤ä²¶¤¬',1204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥³¥ó¥ÈÌ¡ºÍ',1205,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¿¥¦¥óÅޤǤ¹',1206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥À¥Á¥ç¥¦¤Î¡Ö²¶¤¬',1207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°å¼Ô¥³¥ó¥È¤È¤«zapp¤È¤«',1208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('±é½Ð¤â±é¼Ô¤â½ÐÍè¤ë»Ö¼¤±¤ó¤Ï¤©¾Ð¤¤³¦¤Îdr',1209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µ¤ÉÕ¤¤¤¿»þ¡Ö¤¢¡«¡Á',1210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶Ê¤È¥Í¥¿',1211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ï¤â¤Ã¤Ñ¤é¥À¥¦¥ó',1212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¾¤ÈÅì¡£º£¤ÏÅì´ó¤ê',1213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆäËdaz¡¡dili¤Ï¡£',1214,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ήÀÐgstringz¤µ¤ó¡£',1215,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hamm',1216,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hands',1217,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playa',1218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('book',1219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Â¿´¤·¤Æ¤¯¤À¤µ¤¤',1220,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤«¡Ê¾Ð¡Ë',1221,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¹¤ë¤Èdt¤¬dogg',1222,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dj¡¡screw',1223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keke¤ä¤élil',1224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ß¥Ã¥¯¥¹¤Îtape¤Ë¤¹¤ë¤È¤Ê¤ë¤È¡¢¥ß¥Ã¥¯¥¹¤Î¤¿¤á¤Ë»È¤ï',1225,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('狼½õ¤±¤Æ¤¯¤À¤µ¤¤¡£',1226,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3¶ÊÌܤÀ¤¤¤¹¤­¤Ç¤¹¡£',1227,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãæµï¡Ä',1228,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¤Í',1229,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾¾dilinger',1230,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Éͤä¤ógotti',1231,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bacon¡Êjr',1232,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('box¤¢¤ê¡¢½÷À­vo',1233,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bros¤Îfor',1234,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deathlyobsessed',1235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funksta',1236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hamm¤Îwit',1237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hd¤Î1st',1238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('produce¤Î°ìÈÖ¹¥¤­¤Ê¶Ê¤â¶µ¤¨¤Æ²¼¤µ¤¤¡£',1239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signhelp',1240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signlol',1241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stan¤Îɾ²Á¤¬¹â¤¤¤Ç¤¹¤è¤Í¡£',1242,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('truz¤Ç¤¹¡£',1243,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('you¥Í¥¿¤Ç¤·¤¿¤Ã¤±¡©',1244,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ì¤Ïisley',1245,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ÏƱ°ì¿Íʪor©»Ò',1246,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ïplaya',1247,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('connectionÆý¸¤Ç¤¹',1248,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('play¤òÄ°¤±¤ë¥µ¥¤¥È¤ò¥ª¡¼¥×¥ó¤·¤Þ¤·¤¿',1249,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Âè1²ó¤Ïwest',1250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤¤¤Æ¤ß¤Æ¤¯¤À¤µ¤¤',1251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hollandÈפÇstreet',1252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('of¤È¤¤¤¦cd¤Ç¤¹¡£',1253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ê¤ó¤Ç¤¹¤è¤Í',1254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æ椬¿¼¤Þ¤ê¤Þ¤¹',1255,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ass',1256,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bacon',1257,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('freak',1258,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('it¤Ë¤·¤Þ¤¹',1259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('laughing',1260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loud¤Ç',1261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('off¤Ç¤¹¡£',1262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤Ê¤ß¤Ëlmao',1263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤ß¤Þ¤»¤ó',1264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾å¤ÎËͤǤ¹¡£',1265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('box¤Î°ã¤¤¤Ã¤Æ¤Ê¤ó¤Ê¤ó¤Ç¤¹¤«¡©',1266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lmao¤âÃΤꤿ¤«¤Ã¤¿¤ó¤Ç¤¹',1267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thx',1268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡mr',1269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¸«¤Æ¤ß¤Þ¤¹',1270,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡Î¾Êý¤È¤â',1271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ß¤¿¤¤¤Ê¥â¥ó¤Ç¤¹¤«¤Í¡©',1272,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËèÅÙ',1273,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hits¤¬¤ªÁ¦¤á¤Ç¤¹¡£Ãæ¸Å²°¤Ç¤¿¤Þ¤Ë¸«¤«¤±¤¿¤ê¤·¤Þ¤¹¡£',1274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½é¤á¤Þ¤·¤Æ',1275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2ndõ¤·¤Æ¤ß¤Þ¤¹¤Í¢ö',1276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yo',1277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê¼ÒĹ',1278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¡¼',1279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('odm¤Îshut',1280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paris¤Î¥²¥ê¥é',1281,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crew¡¢nwa¤Ê¤É½Ð¤·¤Æ¤Þ¤¹',1282,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ï¤ê¡¦¡¦',1283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤´¤¤Æ¶»¡ÎϤǤ¹¡£',1284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤Ð¤é¤·¤¤',1285,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taka¤µ¤ó»Ï¤á¤Þ¤·¤Æ¡£',1286,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ballin',1287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coolin',1288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('does¤¬¹¥¤ß¤Ç¤¹¡£',1289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eastsidaz',1290,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hamm¤À¤Ã¤¿¤éwhat',1291,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kam',1292,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knee',1293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kool',1294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lisajust',1295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapblowin',1296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('robert',1297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smooth',1298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('traffic',1299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('world¤È¤«mona',1300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('you¤È¤«',1301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤É¤Ê¤É',1302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('battlecat¤Î¤½¤Î¥¢¥ë¥Ð¥à¤á¤Á¤ã¤á¤Á¤ãÁ¢¤Þ¤·¤¤¤Ç¤¹',1303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('battlecatʤ˳èÌö¤·¤Æ¤Þ¤¹¤Í¡ª¤¢¤È¡¢bass¤â¤ä¤ë¤ó¤Ç¤',1304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dawgz',1305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rap¤Èmona',1306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡Ágd',1307,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èkool',1308,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¤ï¡Á¥Û¥ó¥È¤Ç¤¹¤Í',1309,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤Ã¤¿¤¤¤Ê¤¤¡£',1310,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2gunfire',1311,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2·î5Æü',1312,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3¡É',1313,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('akira',1314,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('atuya',1315,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fillmore',1316,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('koki',1317,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rightfighter4',1318,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('side2',1319,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tash',1320,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tooru',1321,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wappie',1322,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yohei',1323,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢Ì¾¸Å²°¤è¤êside2¤ò·Þ¤¨³«ºÅ¤¤¤¿¤·¤Þ¤¹¡£',1324,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dogg¤µ¤ó¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£',1325,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¡¼ËÜÅö¤Ç¤¹¤Í¡£',1326,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gsta03',1327,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¥¢¥Ã¥×¤·¤Æ¤ª¤­¤Þ¤·¤¿¤è¢ö',1328,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ÁÌä¤Ç¤¹',1329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('area',1330,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('born',1331,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eiht',1332,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hiro¤µ¤ó¤É¤¦¤â¡£',1333,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('menace¤½¤Î¤Þ¤ó¤Þ»È¤¤¤Îspice1',1334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('streiht',1335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('way¤Ç¤¹¤±¤É¡¢',1336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤Æ¡¢mc',1337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¤Ï¤É¤¦¤Ê¤Ã¤Á¤ã¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡Ä',1338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wow',1339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('go2war¤Î666É÷',2815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2000',1343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('game¤è¤¤¤Ç¤¹¤Í¡ª',2814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fattest',2813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dogging',2812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5th',1347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¤ó¤Ð¤ìkurupt',2811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('original',2810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aka',1351,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤ã¡©',2809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ïsan',2808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn¤Ë°ìɼ',2807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marv',2806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆϤ¯¤Î¤¬³Ú¤·¤ß¤Ç¤¹',2805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beginning',1358,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤«¤Ê¥¢¡¼¥«¥ó¥½¡¼¡Ê¾Ð¡Ë',2804,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Í¥¿¤ä¤Ã¤Æ¤¿¤Ê¡¼¤È»×¤Ã¤Æ¡£¡£¡£¡Ê¤³¤ì¤âÈİ㤤¡Ë',2803,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ß¡¢¸«¤Á¤ã¥¤¥ä',2802,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cds',1372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz¤Ïʹ¤¤¤¿»ö¤¢¤ê¤Þ¤¹¡¢¤Ê¤ó¤«¥á¥ó¥Õ¥£¥¹¤È¥ß¥·¥·¥Ã',2801,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sittin',2800,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pull',2799,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('park',2798,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('devin',2797,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('club',1380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥×¥í¥Ç¥å¡¼¥¹¤ÎËÑëĤȤ·¤¿¥Ð¥¦¥ó¥¹»þÂ夬¹¥¤­¤Ç¤¹¡£',2796,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lucci¡¢pookie¤Ïkevin',2795,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daddy',1390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dangerous',1391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾¤Ë¡¢project',2794,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('death',1394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('robinson',2793,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('posse',2792,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dawgs¤Èarkansas',2791,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dameon',2790,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1Ψ¤¤¤ëofficial',2789,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('die',1402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pookie',2788,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magnet¤ÈƱ¤¸¤°¤é¤¤¤Ç¤·¤ç¤¦¤«¡£¥é¥Ã¥×¤â¤«¤Ê¤ê¥¿¥¤¥È',2787,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lucci¤Îmy',2786,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lucci',2785,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lifeÇ㤤¤Þ¤·¤¿¡£',2784,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Çä¤ê¼ê',2783,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´¤á¤ó¤Ê¤µ¤¤¡£',2782,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('few',1418,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ê¤êÅܤê¤Ç¤¹¡ª¡ª',2781,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leftfighter1',2780,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥é¥¤¥Ê¡¼¤Û¤Á¤¤¡£',2779,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prime',2778,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á´Á³skinny',2777,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿å¼Ö',2776,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´Ø·¸¤Ê¤¤¤±¤ÉÁ°¤Ë',2775,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ã¤ÈÍè¤Þ¤·¤¿',2774,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gotta',1431,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤äpop¤Ê¶ÊÄ´¤Ê¤Î¤Ësad',2773,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¤Û¤¦¤Ë½ñ¤¤¤¿',2772,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤«µ¤¤ËÆþ¤Ã¤Æ¤Þ¤¹',2771,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤Ê¤¯¤Æbaby',2770,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Æ¥¢¥ë¥Ð¥à¤Î­¤dirty',2769,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤­¤Ë¤Ô¤ó¤×',2768,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤ì¤Æ¤Þ¤·¤¿',2767,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jack',1445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬²Î¤¤¤Þ¤¯¤ë­ªall',2766,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤Ã¤µ¤ó',2765,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kaos',1448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤Ã¤Á¤ç¤«¤ß²¦',2764,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('throwed',2763,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('southern',2762,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('makes',2761,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('last',1454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loop',2760,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hot',2759,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foundation',2758,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('female',2757,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('feeling°î¤ì¤ë­«so',2756,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('confort',2755,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ß¤¿¤¤¤Ç¤¹¤Í¡¼',2754,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¯¤Ëlil',2753,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sensation',2752,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('seatown',2751,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('remix',2750,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kid',2749,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hold',2748,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5cent',2747,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('miss',2746,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('n',1472,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÌÚ¼ʹ°ì',2745,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡º£Ç¯¤Î²Æ¤ÏÀ²¤ì¤¬Â¿¤¤¤ÈÎɤ¤¤ó¤Ç¤¹¤¬¡£',2744,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yaa',2743,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vida',2742,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('por',2741,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loco',2740,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outlawz',1483,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kisses',2739,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dttx',2738,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cruseing',2737,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chilling',2736,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chance',2735,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('baby',2734,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playaz',1490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('players',1491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('allright',2733,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stopped',2732,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Õ¤é¤·¤¤¶Ê',2731,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤ºcell',2730,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ill',2729,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ren',1497,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fluenz',2728,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bomb',2727,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('block¤«¤é2¶Ê¤Ç¤¹¡£',2726,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë»²²Ã¤·¤Æ¤¤¤ë¡©¡©',2725,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('throat',2724,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sale',1505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cut',2723,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤â¡¢',2722,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shine',1508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shit',1509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÆȯ¤µ¤ì¤Ê¤¤¤«¤Ê¤¡',2721,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤éprodeje¸¸¤Îep',2720,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rude',2719,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slim',1515,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fxxc',2718,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blacky¤Îabove',2717,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bday',2716,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Öturf',2715,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('politics¡×',2714,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spice',1522,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marv¤ò',2713,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Õ¥ê¥¹¥³¤Î´ÅÃ㲦',2712,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ¤Ê¤³¤È¤Ç',2711,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê»ä¤Ï̤İ¡Ë',2710,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('messymarv',2709,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('messy',2708,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marvºÆȯ',2707,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤¦´¶¤¸¤Ç¤·¤¿¡£',2706,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤·¤¿¡£',2705,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chain',2704,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ë¤Û¤É¡£',2703,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thug',1536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°¤Ëmp3',2702,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£²ó¤Î¤ÏÍߤ·¤¤¤Ç¤¹¡£',2701,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Çno',2700,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trade',1542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('p¡¢no',2699,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twista',1548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('limit¥Í¥¿¤Ç¤·¤¿¤é²¿¤Ç¤âok¤Ê¤Î¤Ç¤³¤Î¥¹¥ì¤ÇÀ¹¤ê¾å¤²¤',2698,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('limit¡¡',2697,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ô¤ó¤×c',2696,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('troy¡£¡£¡£¡Ë',2695,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mvp',2694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('monsta',2693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klick2',2692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klick',2691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('userid',2690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sort',2689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('since',2688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rows',2687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rd',2686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pls',2685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lots',2684,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('include',2683,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('young',1566,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('baldylocc',2682,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel1',1568,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdÇ㤤¤Þ¤·¤¿',1569,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crackup',1570,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crusing¡¢',1571,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fillmore¤Îhow',1572,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gameÅù¤òʹ¤¤¤Æ¤¤¤ë¤Î¤Ç¤¹¤¬¡¢',1573,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pocos',1574,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¿¤À¤¤¤Æ¤ª¤ê¤Þ¤¹',1575,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Æ¸«¤Þ¤·¤¿',1576,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Æ¡ª',1577,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²¿¤«ÎɼÁ¤Êmix',1578,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Æücisco¤Çmix',1579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°²ó¤Îgroovin',1580,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signthanks',1581,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÂÔ¤Á¤·¤Æ¤ª¤ê¤Þ¤¹',1582,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤Æ¡¢ÎɼÁ¤Êmix',1583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤«¤Ê¤¤¤ó¤Ç¤¹¡£',1584,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2nd',1585,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blegit',1586,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo',1587,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('california',1588,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('compton',1589,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kapone',1590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kdee',1591,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lench',1592,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mob',1593,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobs',1594,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neb',1595,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('payback¤À¤½¤¦¤Ç¤¹¡£',1596,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ru¤Ê¤É¡£¡¡produced',1597,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('short',1598,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shorty',1599,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shorty¤Î2nd',1600,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skratch',1601,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('squeak',1602,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('toi',1603,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡dj',1604,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£²·îÃæ¤ËÆüËܤÇ',1605,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¡¢sunny',1606,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤À¤±¡©',1607,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»²²Ãartists¤Ï¡¢',1608,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skratch´Ø·¸¤Ç¤¹¤Í¡£',1609,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°¤Ëghouse03¤µ¤ó¤ËpmÁ÷¤Ã¤Æ¤ß¤¿¤ó¤Ç¤¹¤¬¤Á¤ã¤ó¤ÈÆϤ­',1610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bang',1611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('booyaa',1612,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disturbed¤Èrumors',1613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('metally',1614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rightfighter2',1615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tribe',1616,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª´ê¤¤¤·¤Þ¤¹¡£',1617,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Â¸ÃΤÎÊý',1618,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥¤¥Þ¥»¥ó',1619,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µ¤¤Å¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£',1620,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼Â¤ÏŽ¥Ž¥Ž¥',1621,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤¤¤¨¤Ðmy',1622,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤Ê¤¿¤«¥Ø¥ë¥×¤ò',1623,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('club¤È¤«Ä°¤¤¤Æ¤ë¤¦¤Á¤Ë¤À¤ó¤À¤ó¹¥¤­¤Ë¤Ê¤ê¤Þ¤·¤¿',1691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6¶ÊÌܤߤ¿¤¤¤Êmafia',1690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('50¤Îin',1689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('7¤Îcoolin',1628,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gsta03fm',1629,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤Þ¤ê¤Þ¤»¤ó¤Í¡£',1630,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hilife',1631,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustle¡¡',1632,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£È£É¡Ý£Ã¤Îhilife',1633,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤Ê¤ß¤ËË¿gangsta',3718,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dm¤Ïevent',3717,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('com¤Þ¤Ç¡£',3716,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾Ð',1637,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('00¡Á',1638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1500±ß',1639,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2000±ß',1640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2·î15Æü',1641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('adv',1642,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bitcoop',1643,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bŽ²ŽÍŽÞŽÝŽÄ',1644,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camel',1645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disek',1646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dj¡Û',1647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('door',1648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eriko',1649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fortheloveofyou',1650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funk¡Û',1651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grap',1652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guest',1653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hip',1654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hop',1655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbcg',1656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mia',1657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('seaman',1658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shogo',1659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('silent',1660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sun',1661,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('teppei',1662,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tiez',1663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tinny',1664,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uja',1665,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('union',1666,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yoc',1667,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('youkey',1668,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Úbring',1669,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Údj¡Û',1670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Úmc¡Û',1671,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Úsinger¡Û',1672,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Úspecial',1673,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¯',1674,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÌ䤤¹ç¤ï¤»¤Ï',1675,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º´²ì',1676,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º´ÅÏÅç',1677,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«°Òµæ',1678,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Âë¡÷game',1679,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Âçºå',1680,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wicked¤Ç¤¹¡£',1685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hp¤¤¤Ä¤ârom¤Ã¤Æ¤Þ¤¹',1684,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̵ǰ¡£',1686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤ä¤é',1687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿Í¸«ÃΤê¤Ç¤¹¤¬',1688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('like¤Êbangin',1692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èpac',1693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('transformer',1694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cute',1695,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thumbright',1696,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÊŽßŽÊŽßŽÊŽßŽÊŽß',1697,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÝ¢ö',1698,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢thanx',1699,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤À¤¿¤ÀƱ´¶¤Ç¤¹¡ª',1700,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fonksta',1701,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kelly¡¢home',1702,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¤â´Þ¤á¤¿',1804,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carey',1805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('charmbracelet',1806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('college',1807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comin',1808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cox',1809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deborah',1810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diddy',1811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dual',1812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gittens',1813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gospel',1814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hollywood',1815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('house',1816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('identity',1817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('izz',1818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('larry',1819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lay',1820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mariah',1821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mokenstef',1822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('open¤Ê¤É¡Ä¡£',1823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('p',1824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paradox',1825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prod',1826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quikƱÍͤ³¤Î¤ª¤Ã¤µ¤ó',1827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('raphael',1828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rock',1829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('saadiq',1830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('society',1831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soul',1832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('staples',1833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thanx',1834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('threatz',1835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wong',1836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz',1803,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blues',1802,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ashanti',1801,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('187',1800,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('84',1799,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÌŽßŽÛŽÃŽÞŽ­Ž°Ž½Ê亴¡©',1837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡mavis',1838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡nalini',1839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡skin',1840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤·¤¿¤è¤Í',1841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤É¡£',1842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¤Ïfingazz¤¬talk',1843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤ä¤Ã¤Æ¤ë¤ó¤Ç¤¹¤Í¡£',1844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó¤µ¤ó¡¢½é¤á¤Þ¤·¤Æ',1845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¾³¤´ß¤À¤È¡¢',1846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Ð¤¨¤Æ¤Þ¤¹¤è¢ö',1847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('04¤Îforeber',1848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('isaac',1849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('isaac¡¡¡Ê¥µ¥ó¥È¥éthe',1850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shine¤ÈƱ¥Í¥¿¤Î¶Ê¡¢¸µ¥Í¥¿¤òõ¤·¤Æ¤¤¤Þ¤¹¡£Â¾¤Ïol',1851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skool',1852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoochies',1853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skool¤Î¥Í¥¿¤Ï³Î¤«isley',1854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('too¤â¥Í¥¿°ì½ï¤Ç¤¹¡£',1855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¼¡¤Î¶Ê¤Ç¤¹¡£',1864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('you¤Ã¤¹¤Í¡£',1863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rollin',1862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('groove',1861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤½¤Î¥Í¥¿¤Ë»÷¤Æ¤ë',1865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pwhoadie',1866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤½¤¦¤Ç¤¹¤Í',1867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»×¤¤½Ð¤·¤Þ¤·¤¿',1868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·¤·¤á¤Î¤À¤Èmaster',1869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbcg¤µ¤ó',1870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tape»ý¤Ã¤Æ¤Þ¤¹¤è',1871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À§Èó',1872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES (';Ã̤Ǥ¹¤¬my',1873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('director',1874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shor£ôy',1875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Îshorty¤Ç¤¹¤¬',1876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍÆÊ罸',1877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃѤº¤«¤·¤¤Êý¤Ï',1878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Åöforum¤ÇÏÃÂêʨƭ',1879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('a32401',1880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Î¥¤¥ó¥¿¥Ó¥å¡¼¤ò¶á¡¹¹Ô¤¦Í½Äê¤Ç¤¹',1881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('julio',1882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pain¤Îhitlist¤Ê¤É¤Î',1883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('qid',1884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slow',1885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4·îËö¤Ë¤Ê¤ê¤½¤¦¤Ç¤¹',1886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('connection¤Î¿·ºî¤ò¤É¤¦»×¤Ã¤Æ¤ë¤«¤¬ÃΤꤿ¤¤¤Ç¤¹¡£¤Á',1887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('auctions',1888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('˺¤ì¤Æ¤Þ¤·¤¿',2820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ebay',1890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°¤Îmocheda',2819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²ò·è¤·¤Þ¤·¤¿¡£',2818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rare',1894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥·¥Ä¥ì¥¤¥³¥­¥Þ¥·¥¿¡£',2817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manopoly¤Îoff',2816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('me¡ÊºÆȯ¡Ëʹ¤¤¤Æ¤ë¤ó¤Ç¤¹¤±¤É¡¢',1900,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signexclaim',1901,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¤Î¥Õ¥í¥¦',1902,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²ò·è¤·¤Þ¤·¤¿',1903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¡¢look',1904,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kat¤Ë±Æ¶Á¤ò¼õ¤±¤¿¡¢¤Ê¤ó¤Æ¸À¤Ã¤Æ¤Þ¤¹¡£¤È¤¤¤¦¤³¤È¤Ï¼',1905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signoops',1906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vs',1907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('world¤Çpapa',1908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¸¥ã¥Þ¥¤¥«¥ó¡©',1909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·Éè¤â½Ð¤Þ¤¹¤·¤Í',1910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('djscrew¤Îµ¡ºà',1911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶µ¤¨¤Æ¤¯¤À¤µ¤¤¡ª¡ª',1912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bg',1913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clique',1914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eazye',1915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knocc',1916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('out¤¬µÒ±é¤·¤Æ¤Þ¤¹¡£',1917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pro¤Î£Á£î£ù¡¡£ì£á£ó£ô¡¡words',1918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£É£Í£Ð£Á£Ã£Ô¡¡of',1919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡¼¤ó',1920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡¼¤ó¹Ô¤­¤¿¤¤¤Ç¤¹¤Í',1921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ëbone',1946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èklondike',1945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spc',1944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smokers',1943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rasta¤È¤«¤ä¤Ã¤Æ¤Æ',1942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klan´Ø·¸',1941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kat¡¢pharoah¤Ê¤É',1940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kat',1939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1¡¢brotha',1938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤´¤¯ÃΤꤿ¤¤¤Î¤Ç',1932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bitch¤â¤Þ¤¸¤Ç¤¤¤¤¶Ê¤Ç¤¹¤Í¡ªÂ¾¤ËµÒ±é¤·¤Æ¤ë¤Î¹Í¤¨¤Þ¤',1933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('muthafuccin',1934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trust',1935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Æ',1936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¤Ïreal',1937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æaggravated',1947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Èù̯¤Ç¤¹¤Í¡£',1948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bam¡¢fakkulty¡¢',1949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dontknow',1950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klan',1951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klan¤À¤±¤À¤È¥­¥ê¥¹¥È¶µ¤¬Â¿¿ôÇɤΤ褦¤Ç¤¹¡£¥à¥¹¥ê¥à',1952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('abraham¤Îniggaz',1953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blood',1954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('finale',1955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grand',1956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤ó',1957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Ægstringz',1958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drunken',1959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('screw¤Î¤Ï¼«Ê¬¤Ç²þ¤¤·¤Æ¤¤¤¿¤Èʹ¤¤¤¿»ö¤¢¤ê¤Þ¤¹',1960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£º¢¤Ï50',1961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('alien',1962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤é¤Ê¤«¤Ã¤¿¤Ç¤¹',1963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ë¤Û¤É¤©',1964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜÅö¤ËÉԻ׵ĤǤ¹¤Í¡£',1965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pirate',1966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¡¢impact',1967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Æ¢ö',1968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â¹¥¤­¤Ê¤ó¤Ç¤¹¡£',1969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤­¤Ê¤ª¤·¤Æ¤ß¤Þ¤¹',1970,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bootyshake',1971,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('collage',1972,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dropout',1973,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kanye',1974,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¥¸¥ã¥±',1975,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel4',1976,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿ʬ',1977,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('attitude',1978,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drama¤Ã¤Æ¶Ê¤Ë¤â»²²Ã¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹¡£',1979,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eric',1980,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frost¤È¤«tony',1981,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Ê¤ó¤«¤Îgspot',1982,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapper¤òhook',1983,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wright',1984,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤Ã¤Èchicano',1985,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('abraham¤Ï»ý¤Ã¤Æ¤¤¤Ê¤¤¤ó¤Ç¤¹¤è',1986,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('atban',1987,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd¤âÁ´¶Êrhythm',1988,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ko¡¢dresta¡¢shaki¤¬¤¤¤Ê¤¤¤Î¤ÏÄˤ¤¤Ç¤¹¤¬¡¢',1989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugs¤Ë¤â¤Á¤ç¤Ã¤È»÷¤Æ¤ë¿Í¤¬¤¤¤Þ¤¹¤·¡¢¼«³Ð¤·¤Æ¤¤¤ë¤',1990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fly¤Ïblues¡¢',1991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('personality¤Ïr',1992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scheºÇ¶á¥²¥Ã¥È¤·¤¿¤Î¤Ç¤¹¤¬¡¢¤³¤³¤Ë½Ð¤Æ¤¯¤ëimmortal',1993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('split',1994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆîÉô¥é¥Ã¥×ÍѸ콸',1995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('immortal',1996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lowlife¤Ïmr',1997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¤Î½¾·»Äï¤Î¥·¥ó¥¬¡¼¡¢mackenzie¤Î¤³¤È¤Ç¤·¤ç¤¦¤«',1998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¼«¿È¤âºÇ¶á¤ÎºîÉʤǤϷ빽²Î¤Ã¤Æ¤Þ¤¹¤Í',1999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ìÉô¥¢¡¼¥«¥ó¥½¡¼',2000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Ð¿È¤é¤·¤¤¤Ç¤¹¡£',2001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¼¤È̾Á°¤¬°ìÃפ·¤Æ¤Þ¤»¤ó¡Ä',2002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bosko»¦¤·¤Îthe',2003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('workout',2004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ö¥Ã¥¯¥ì¥Ã¥È¤â¹ë²Ú¤ÇÀΤμ̿¿¤È¤«¸«¤¨¤Æ³Ú¤·¤«¤Ã¤¿¤Ç',2005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('payback¤Ã¤Æ»®¤Ç¤¹¡£',2006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤âeastside',2007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('joseph',2008,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('macvey',2009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('niggaz¤¬°ìÈ֤ѤäȤ·¤Ê¤¤¤¯¤é¤¤Â¾¤Î¶Ê¤Ï¡¢zroÀáÇúȯ¤',2010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ê¤êÎɤµ¤½¤¦¤Ç¤¹¤Í',2011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¾Ð¤¨¤Þ¤·¤¿¡£',2012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¤Î£Ð£ò£ï¤À¤Ã¤¿¤è¤¦¤Ê¡©',2013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¸¤á¤Þ¤·¤Æese',2014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bitÄ°¤¤¤Æ¤ß¤Þ¤·¤¿',2015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drama¤Î¥ª¥ê¥¸¥Ê¥ë¥ô¥¡¡¼¥¸¥ç¥ó¤Ê¤ó¤¸¤ã¤Ê¤¤¤Ç¤·¤ç¤¦¤',2016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('montana¤µ¤ó',2017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steffon¤Ïrhythm',2018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('toni',2019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ò¤µ¤Ó¤µ¤Ëfrost',2020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿ÍÌ®¤Ç¤¹¤Í¡ª',2021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Îɤ¤¤Ç¤¹¡ª',2022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dirtyneez',2023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapʹ¤Ë¤Ï',2024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('watup',2025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yea',2026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òcheck',2027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥«¥Ê¥ê¤ä¤Ð¤¤¤«¤é',2028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·À¤Âå¡¡j',2029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foesum¤Îgreatest',2030,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ä¤é¤£¤Ç¤¹¤¥',2031,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Õ¤©¡¼¤µ¤à¤¥',2032,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥È¥é¥Ã¥¯£±£¶¤Î3',2033,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²»¤âÁᤤ¤ó¤Ç¤¹¡£¡£¡£',2034,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´¤á¤ó¤Ê¤µ¤£¡Á¡ª',2035,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤¬¤È¤´¤¶¤Þ¤¹¤Ã¤Ã',2036,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('radio',2037,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rap',2038,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('15',2039,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bling',2040,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funk',2041,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Âëgame',2042,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0x',2043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù',2044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÈè¤ìÍͤǤ·¤¿¡ª',2045,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶ÍÅç»á¡¢¹â¶¶»á',2046,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½ã¿è¤Ë¢ö',2048,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤È¤â¡ª',2049,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥À¥á¤À¤Ã¤¿¤ó¤Ç¤¹¤«¡©',2050,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤©',2051,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤³¤½¤Ã¡ª',2052,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nothin',2053,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤á¤Á¤ã¤á¤Á¤ã¤«¤Ã¤³¤¤¤£¤Ç¤¹¡ª¡ª¡ª',2054,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd¤Ç¤Æ¤Þ¤¹¤è',2055,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤Ö¤ó¤¢¤ê¤Þ¤¹¤è¡£',2056,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̾Ìܾå¤Ïi',2057,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('balla',2058,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('caller',2059,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shot',2060,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤Ã¤½¤¯¤Ç¤¹¤¬Ì¾¶Ê',2061,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¡¼¤â¤Ç¤¹¡ª',2062,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤äs',2063,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ÁÌä¤Ç¤¹£ð£ô¡¥£²',2064,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ðhot',2065,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤Ïboss',2066,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤¬¤È¤´¤¶¤Þ¤Ã¤¹',2067,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤´¤£¤¦¤ì¤·¤£',2068,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤ß¤Þ¤»¤§¤ó¡£¡£¡£´À',2069,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('õ¤·¤Æ¤ß¤Þ¤¹¤¥¡¼',2070,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sugafree',2071,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('testament¤ÎȯÇ䤬3',2072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('z¤¬',2073,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('free',2075,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¼Î¤Æ¤¬¤¿¤¤¤Ç¤¹¤±¤É¡£',2294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghouse03¤µ¤ó',2077,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüÄøÅùÂԤäƤޤ¹',2078,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('out¤ÎµÒ±é¶Ê¤â¤Î¤¹¤´¤¤Îɤ¤¤Ç¤¹¡£',2079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rhythm',2080,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d',2081,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·èÄꤷ¤Þ¤·¤¿¤«',2082,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¤Ïcbo¤Îwest',2083,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('la',2084,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('la¤â¹¥¤­¤Ç¤¹¡£',2085,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loc¤Ï¤¹¤´¤¤¤È»×¤¤¤Þ¤·¤¿¡ª',2086,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤³¤«¤éphalos',2087,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿¡¢¼«Ê¬¤Çhaha',2088,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angry',2089,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bullshittin',2090,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('enough¤Èwhy',2091,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('iconsmile',2092,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤¹¤Í',2093,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ëͤâbig',2094,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eazye¤Îr',2095,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leicy',2096,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ¶Ê',2097,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Ç¡¢nytowl',2098,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ald',2099,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('busiman40',2100,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bye',2101,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('condition',2102,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hotmail',2103,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('interessed',2104,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('make',2105,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mint',2106,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('offer',2107,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ressurection',2108,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sealed',2109,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tight',2110,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dvd',2111,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jones¤Î¿·ºî',2112,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('runnin',2113,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swishahouse',2114,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ÈÁ°ºî',2115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬½Ð¤Þ¤·¤¿¤Í',2116,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤È24Æü¤Ëpaul',2117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̤ȯɽ¤Çinside',2118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pocus',2119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Ð¤·¤ÆÍߤ·¤¤¤Ç¤¹¡£¿·ºî¤Ë¤Ï¼ýÏ¿¤µ¤ì¤ë¤ó¤Ç¤·¤ç¤¦¤«¡©',2120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cpt¤Î¿Í',2121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drama¤ÎÊý¤¬Î®Ä̤¬Îɤ¯¤Æ¡¢Àè¤Ã¤Æ°õ¾Ý¤¢¤ê¤Þ¤¹¤¬¡£',2122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡king',2123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¤´Â¸ÃΤÎÊý',2124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬»²²Ã¤·¤Æ¤ëqsta¤Ã¤Æ¿Í¤Ï²¿¼Ô¤Ê¤ó¤Ç¤·¤ç¤¦¤«',2125,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bandit¤ätony',2126,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blacky',2127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blacky¤Èlil',2128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hit',2129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('honeyŽÈŽÀ¡¢talk',2130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lick¤Î²»º»ÂÁ¤¬Ìµ¤¯¤Ê¤Ã¤Æ¤É¤¦¤Ê¤ë¤Î¤«¤È°Æ¤¸¤Æ¤¤¤Þ¤·',2131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia¤Îbigg',2132,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('presents',2133,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('records¤Ë´üÂÔÂç¤Ç¤¹',2134,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tawn',2135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paul',2136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thang¤Ã¤Æ¤É¤¦¤Ê¤ó¤Ç¤·¤ç¤¦¤«¡©',2137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wall',2138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ä¤¤¤Ç¤Ç¤¹¤¬¡¢slim',2139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ïmike',2140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3some',2141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thang»ý¤Ã¤Æ¤Ê¤¤¤Ç¤¹',2142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('withstupid',2143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd¤ÈƱ¤¸¤Ç¡¢¥Ó¡¼¥È¤òͭ̾½è¤«¤é¼Ú¤ê¤Æ¤½¤Î¾å¤Ë¥Þ¥¤¥¸',2144,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('running',2145,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('underground¤Îdvd¤âÆþ¤Ã¤Æ¤Æ¥é¥Ã¥­¡¼¡ª¤È»×¤¤¤Ä¤Ä¤â¡¢',2146,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤¦¤ï¤±¤Ç¡¢slim',2147,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Þ¥¤¥¸¥ç¡¼¥ó¡¡¥Õ¡¼¡©',2148,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('broke',2149,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foxx',2150,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hell',2151,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slimthug',2152,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoke7¤Ï¥ß¥Ã¥¯¥¹cd°·¤¤¤Ç¤¹¤±¤É¡¢¤³¤Á¤é¤Ï·ë¹½Îɤ«¤Ã',2153,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¡¢lil',2154,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£±Çã¤Ã¤Á¤ã¤Ã¤¿¤Î¤Ç¡¢¤ª¶â¤Ê¤¤¤Ç¤¹¡£¤Ç¤âmagno¤Èhavin',2155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬Åª¤Ë¤Ï¡¢',2156,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Âç·ê¤Çyung',2157,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãϲ¼Êª¤¸¤ã¤Ê¤¤the',2158,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2Çã¤Ã¤¿¤ó¤Ç¤¹¤±¤É',2159,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goku¤µ¤ó¡¢the',2160,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ended',2290,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('auction',2289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿¡£',2165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('qsta¤Ç¤¹¤«¡Á',2166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('000',2167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('500',2170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jon',2174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('night',2177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('party',2180,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ǯËö¤Þ¤È¤áÇ㤤',6131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¤Ê¤É¤òÅ»¤áÇ㤤¤·¤Æ¤·¤Þ¤Ã¤¿¤Î¤ÇɾȽ¤Î¤¤¤¤¤³¤ÎÊÕ¤«¤',6130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£open21',6129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£guest',6128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£bay',6127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£1',6126,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uppin',6117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅÚ',2204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uno¤Ç¤·¤¿¡£¤¢¤È¤Ïbaby',6116,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¥á¥¸¥ã¡¼¥Ç¥Ó¥å¡¼',2206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('compton¤Èʹ¤¯¤À¤±¤Ç̵½þ¤Î¹¥°Õ¤òÊú¤¤¤Æ¤·¤Þ¤¤¤Þ¤¹¢ö',2207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eclipse¤ËÆþ¤Ã¤Æ¤ë¤Ã¤Ý¤¤¤Ç¤¹¡£',2208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gstringz¤µ¤ó¡¢thanx',2209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uneek¤Îkingin',2210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¤Ïmichael',2211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('choppastyle',2212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¤Î±Æ¶Á¤¬»Ç¤¨¤Þ¤¹¤¬',2213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disc',2214,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('got¤«¤é',2215,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kyleon',2216,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magnificent',2217,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ron',2218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signcool',2219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('towdownÅù¤Ç',2220,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤­¤é¤«¤Ëog',2221,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È´Î¿´¡©¤Î',2222,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤Æ',2223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹',2224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¤¤¸¤ç¡¼¤ó',2225,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¸¤Ç',2226,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤«¤Ê¤ê¤ÎÉÑÅÙ¤À¤ÈÉÕ¤±²Ã¤¨¤Æ¤ª¤­¤Þ¤¹',2227,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥²¡¼¥«¥Ã¥±¡¼',2228,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Þ¥¸¥«¥Ã¥±¡¼',2229,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áí¿ã',2230,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ì̻ҤÏmike',2231,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('archie',2232,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('came',2233,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deal',2234,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('major',2235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('masta¤Èbig',2236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tiger',2237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tiger¤ß¤¿¤¤¤Ê¥Ð¥¦¥ó¥·¡¼¤Ç¥Á¥ç¥×¥Á¥ç¥×¤¯¤ë¤ä¤Ä¤­¤¯¤',2238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wreck',2239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('a',2240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bimbim¤Ç¤¹',2241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstazchopped',2242,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mad',2243,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('military',2244,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skrewed',2245,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steel',2246,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stoopyd',2247,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È3·î¤Ëday',2248,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Î°ì²¡¤·¤Ï¡¢',2249,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('house¤¸¤ã¤Ê¤¤¤Ç¤¹¤Í',2250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swisha',2251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ã',2252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ìswisha',2253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¸¥ã¥±¤Ëby',2254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beforeÂIJÏƸ¤ß¤¿¤¤¤Ê¤³¤ÈÉáÄ̤Υê¥ê¡¼¥¹¤Ç¤â¤¹¤ë¤ó¤Ç',2255,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bimbim¤µ¤ó¡¢',2256,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leftfighter2',2257,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´¤á¤ó¤Ê¤µ¤¤',2258,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤â',2259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ÇÎɤ«¤Ã¤¿¤Ç¤¹',2260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ºÎ餤¤¿¤·¤Þ¤·¤¿',2261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lo¤Þ¤Ç¤¤¤Æ¤³¤Ã¤Á¤â»ëÄ°¤·¤Þ¤·¤¿¤¬¤³¤Ã¤Á¤Î¤Û¤¦¤¬¤«¤Ã',2262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hours',2263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('left',2264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angry3',2265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¤é¤ä¤Þ¤·¤¤¤Ç¤¹¤Í',2266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆâÍƤâ¤è¤µ¤½¤¦¤Ç¤¹¤Í',2267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¤Èbro',2268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('geek',2269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jones¤Ï¤¤¤Ê¤¤¤ó¤Ç¤¹¤±¤É¡¢swishahouse·Ï¼ã¼ê¥é¥Ã¥Ñ¡¼',2270,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbb¤µ¤ó¤Ï¡¢',2271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('recognize',2272,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shocked',2273,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤Ï¡£',2274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6',2275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia¡ÊÉü±ï¡©¡Ë',2276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('santa',2277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥­¥Ë¡¼¹¥¤­¤Ç¤¹',2278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('æÍîÉð¼Ô',2279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ricky¤µ¤ó¡¢¤É¡¼¤â',2280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤¢¡ª¤Þ¤¿¡¦¡¦¡¦',2281,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stop',2282,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡rhythm',2283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹',2284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤âeastside',2285,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áá®Ĵ¤Ù¤Æ¤ß¤Þ¤¹¡£',2286,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('love3',2287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ì½ê¤¬£È£ï£õ£ó£å¡¡of',2288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ègangstas',2293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('23¤Ë¤Ê¤Ã¤¿¤è¤¦¤Ç¤¹¡£',2295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿È¯Ç䤬±ä¤Ó¤Æ3',2296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flip¤Îmy',2297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ced¥²¥Ã¥È¤·¤Þ¤·¤¿',2298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flower',2299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lo¥¹¥ì¤Ë¤Ê¤Ã¤Æ¤·¤Þ¤¤¤Þ¤·¤¿¡£',2300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤Èyoung',2301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤Î¤¹¤°¸å¤°¤é¤¤¤Ë¤Ç¤ë¤ó¤Ç¤·¤ç¤¦¤«¡£',2302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('younglo',2303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢¤Á¤Ê¤ß¤Ëlil',2304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maab¤Îcd¤äzro¤Î¥»¥«¥ó¥É¤È¥µ¡¼¥É¤¬¤Ê¤«¤Ê¤«¼ê¤ËÆþ¤ê¤',2305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ê¥ê¡¼¥¹',2306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤¤¤¿Êý¤¼¤Ò¤´´¶ÁÛ¤ò',2307,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('candy',2308,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghouse03¤µ¤ó¡¢',2309,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ç¤¹',2310,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ì¥Ó¥å¡¼¤Ëcandy',2311,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('siccest',2324,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rightfighter6',2323,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('productions',2322,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('level',2321,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doomsday',2320,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4',2319,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('survival',2325,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ï¥ó¥É¥ë¥Í¡¼¥àÊѤ¨¤Þ¤¯¤Ã¤Æ¤Þ¤¹¡¦¡¦¡¦',2339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¤ä¤ì¤é¤Þ¤·¤¿',2338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wireƱÍÍ',2337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('falls',2329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('down¤Î¥Ó¥Ç¥ª',2336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dash¤Î¤¤¤È¤³¡½¤é¤·¤¯',2335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dash¡½dam',2334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤¹¤¬¤Ç¤¹',2340,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ðÊó¤Î®¤µ¤Ëæ˹¤Ç¤¹',2341,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¥·¥ó¥¬¡¼¤Îmontell',2342,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('falling',2343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jordan¤¬»È¤Ã¤Æ¤Þ¤¹¤è',2344,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('menace¥Í¥¿',2345,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tell',2346,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¿¥¤¥È¥ë¤Ï',2347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿ô¶Ê¥«¥Ö¤Ã¤Æ¤Þ¤¹¤¬¡£',2348,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃÙ¤¯¤Ê¤ê¤Þ¤·¤¿',2349,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÉáÄ̤ËÆþ¼ê½ÐÍè¤Þ¤¹¤è',2350,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤é¤é',2351,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾å¤Î¼«Ê¬¤Ç¤¹¡¢¼ºÎ顪',2352,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chingy',2353,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('circus',2354,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clue',2355,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dog',2356,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('enuff',2357,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fight',2358,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foe',2359,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heels',2360,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hes',2361,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hic',2362,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('high',2363,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoeing',2364,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('interlude',2365,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kokane',2366,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('momma',2367,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('morris',2368,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('music',2369,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outro',2370,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pay',2371,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('princess',2372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rydaz',2373,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shes',2374,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('talkin',2375,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thinkin',2376,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('war',2377,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zone',2378,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beats¤Î¡Ö¥Ï¥¤¡¢¥Ï¥¤¡¢¥Ï¡Á¡Á¡Á¥¤¡×¤ò¾¯¤·screw¤«¤±¤¿',2379,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('forbiddensmile',2380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smile',2381,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zombie',2382,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clover',2383,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¤Ã¤Æo',2384,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢¤½¤¦¤½¤¦',2385,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('army',2386,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('changing',2387,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('click¤Îthe',2388,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thug¤Î¤ä¤Ä¤Ç¤·¤ç¤¦¤«¡©',2389,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ã¤È°ìºòÆü',2390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òÃíʸ¤·¤Þ¤·¤¿',2391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»°¿Í¤À¤±¤Ç¤¹¤±¤É',2392,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bro',2393,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ronc',2394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤È°ìʬ°ã¤¤¤Ç¤·¤¿',2395,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ç¤¹¡ª',2396,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guys',2397,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustlers',2398,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('color',2400,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ïo',2401,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('designºî¡¢Àµµ¬¤â¤Î¤ÏÁ´Éô¥Á¥§¥Ã¥¯¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤¹',2402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maveric',2403,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gt',2404,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê¿§¤ó¤Ê°ÕÌ£¤Ç¡Ë',2405,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¨¤¤¤Ç¤¹¤Í',2406,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ëͤâ',2407,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('com¤Îmixtape¥»¥¯¥·¥ç¥ó¤ÇÇ㤨¤ë¤è¤¦¤Ê¤Î¤Ç¸«¤Æ¤ß¤Æ¤¯',2408,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('design¤ÏËͤǤ¹',2409,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fts',2410,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lbb¤µ¤ó',2411,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('onei',2412,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('syko',2413,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¡¡¡¡¡¡¡¡¡¡',2414,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹maveric',2415,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¤£¤£¡¼¤Ã¤Ä¡ª¡ª',2416,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('狼¤ª¤»¡¼¤Æ',2417,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skrush¤µ¤ó¤ÏºÇ¸å¤Îdo',2646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boy¤òÇã¤Ã¤Æ¤ß¤Þ¤·¤¿¡£ÌÌÇò¤«¤Ã¤¿¤élil',2419,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('12316',2420,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bleed',2421,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('m',2422,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('midwest¤À¤Ã¤¿¤évol',2423,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swc',2424,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤Á¤é¤Ë¤»¤è¡¢coop',2425,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¤Þ¤µ¤«¤Ç¤¹¡Ê¾Ð',2440,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kayslay',2439,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gives',2438,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('from¤Î¥Ó¥Ç¥ª°ìËܤÀ¤±¤Ç¡¢Î¾Êý¤È¤âƱ¤¸¤Ç¤·¤¿',2437,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dvd¤Ïdj',2436,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angry8',2435,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡·ë¹½Í­Ì¾¤Ê¤ä¤Ä¤Ç¤¹¤±¤É½ÁÃˤ¬¤·¤Æ¤ë¤È°ìÃʤÈÌÌÇò¤¤',2432,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('36¤Îwho',2434,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ò¤µ¤·¤Ö¤ê¤Ëking',2444,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playazball',2443,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cree¤âËͤ⹥¤­¤Ê¥¿¥¤¥×¤Î¶Ê¤¬¤±¤Ã¤³¤¦Æþ¤Ã¤Æ¤Þ¤·¤¿¡ª',2445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swc¤Î¥ß¥Ã¥¯¥¹',2446,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èlil',2447,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyÆϤ­¤Þ¤·¤¿¡£',2448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¤Ï¤Ê¤«¤Ê¤«Îɤ«¤Ã¤¿¤Ç¤¹¡ª¡ª',2449,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ced¤Þ¤ÀÃå¤Þ¤»¤ó¡£',2450,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hill¤Èlil',2451,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ceelo',2452,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kanye»þ¡¹ganxta',2453,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤ç¤Ã¤Ñ¤È£µth',2454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿å¼Ö¾®²°¤Îthe',2455,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gs¤Ï¥Õ¥ê¡¼¥¹¥¿¥¤¥ë¤é¤·¤¤¤ó¤Ç¥­¥ã¥ó¥»¥ë¤·¤è¤Ã¤«¤Ê¡¼',2456,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê¥Ð¥Ã¥¯¥ª¡¼¥À¡¼¡Ë¤È°ì½ï¤ÎÃíʸ¤À¤Ã¤¿',2457,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢chick',2458,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ÎÁ°½ñ¤¤¤¿lil',2459,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¤Îmixºã¤¨¤Þ¤¯¤ê¤Ç¤¹¤Í',2460,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wood',2461,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¦¤È¤¦¤È¤¤¤¦¤«',2462,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤­¤Þ¤·¤¿',2463,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('me¤Ë¤Ï±ó¤¯µÚ¤Ð¤Ê¤¤¤È¤¤¤¦¤Î¤¬¡¢ÀµÄ¾¤Ê´¶ÁۤǤ¹¡£',2648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pray',2649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('it¤Ç¥¹¥­¥Ã¥×¤·¤Þ¤¹',2650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('classic¤Èride',2473,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ced¥²¥Ã¥È¤·¤Þ¤·¤¿¡£',2474,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hatinºÇ¹â¤Ç¤¹¡£Â¾¤Ë¤â·ë¹½¤è¤µ¤²¤Ê¶Ê¤¬·ë¹½¤¢¤ê¤Þ¤·¤',2475,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tom',2476,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̵»ölil',2477,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lead',2478,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Î¿Í¤·¤Ã¤Æ¤Þ¤¹¤«¡©',2479,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ï¤µ¤Ã¤×¡ª¡ª¡ª¥Ñ¥Ô¡¼',2647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boss¤â¡£¡£¡£',2490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bigga',2491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('edi',2492,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('features',2493,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('figga',2494,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hellraza',2495,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobliferecords',2496,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('movement',2497,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('muszamil',2498,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mutulu',2499,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('napoleon',2500,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('net',2501,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nzingha',2502,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('order',2503,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn',2504,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('released',2505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shakur',2506,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shipping',2507,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('titled',2508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('westup',2509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹¹¿·¡ª',2510,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('interview',2511,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÂÔ¤¿¤»¤·¤Æ¤Þ¤¹¡ª',2512,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woop¤¹¤´¤¯¤¤¤¤¤Ç¤¹¡ª',2651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prodeje¤«¤Ã¤³¤¤¤£¡Á',2534,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤á¤í¤á¤í¤©¡Á¤ó¡Á',2535,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¥µ¥¤¥È¤Ë¥À¥¤¥¸¥§¥¹¥ÈÈǤ¬¥¢¥Ã¥×¤µ¤ì¤Þ¤·¤¿',2536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boy¤Îgangsta',2537,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangsta¤¬µ¤¤ËÆþ¤ê¤Þ¤·¤¿¡£',2538,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤­¤Ê¤ê¼ºÎ餷¤Þ¤¹',2539,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('211',2540,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('999',2541,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3À¤¤Îon',2542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('based',2543,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blac',2544,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chat¤ÎÀ¼¤¬¼ã¤¯¤Æ¥µ¥¤¥³¡¼¤Ç¤¹¡£',2545,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('code',2546,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comittee',2547,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('controversy',2548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fallout',2549,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gimisum',2550,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustlin',2551,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jerk',2552,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kingpin',2553,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimppresents',2554,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤Î½Ð±é¤·¤Æ¤¤¤ë¥¢¥ë¥Ð¥à¤Ã¤Æ¤¤¤Ã¤¿¤¤¤É¤ì¤°¤é¤¤¤¢',2555,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('product',2556,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapdope',2557,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('remixes',2558,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('story',2559,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('syndicate',2560,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('buck',2561,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chopper',2562,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('girl¤Îstill',2563,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skeemask¤Ï',2564,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('harris',2654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('country',2653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËͤΤâdo',2652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤°¤é¤¤¤Ç¤¹¡£',2603,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('run»þÂå¤Îla',2602,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('runninngunnin',2601,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('riot',2600,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marv¤Î¿·ºî¤Î',2599,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('girl¤Î¥Ó¥Ç¥ª¸«¤Þ¤·¤¿',2598,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gin',2597,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fcp',2596,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤â¥¢¥ó¥°¥é»þÂå¤Ë¥Æ¡¼¥×¤ò²¿¸Ä¤«½Ð¤·¤Æ¤ë¤Ï¤º¤Ç¤¹',2579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('corners¤ÎÊý¤Ïmessy',2595,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('corners',2594,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('closed',2593,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smart¤Îcd¤ÎÃæ¤ÎÀëÅÁ¤Ë¤¢¤ë¥¢¥ó¥°¥é¥Æ¡¼¥×¤òÇ㤤¤¿¤¤¤',2583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blockin',2592,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blade',2591,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beginning¤Î¥·¥ó¥°¥ë',2590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('another',2589,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤âchopper',2604,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ç¤¹¡ªchopper',2605,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥È¥ß¡¼3À¤',2606,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Î¤«behind',2607,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2',2608,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dam',2609,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('girl',2610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤âsqueeky¤È¤«¤â¤¤¤í¤¤¤í¤¿¤¯¤µ¤óÇ㤤¤Þ¤·¤¿¤±¤É¡',2611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shame¡¢dirty',2612,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tbo¤È¤«lil',2613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ª¡ª',2614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë½Ð¤Æ¤Þ¤·¤¿¡£',2615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ced',2616,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hill¡¢lil',2617,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤ÀÆϤ­¤Þ¤»¤ó',2618,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('burning',2619,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mississippi',2620,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('naughty',2621,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sandman',2622,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('til',2623,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tone',2624,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wild',2625,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ètommy',2626,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ï',2627,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004ǯ5·î29Æü',2628,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('man¡§',2629,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('score',2630,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê¥×¥ì¥Ã¥·¥ã¡¼¡Ë',2631,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ËÍê¤ó¤Ç¤¢¤ê¤Þ¤¹¤Î¤Ç',2632,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Õ¥é¥¤¥ä¡¼¤Ïmy',2633,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·è¤Þ¤ê¤Þ¤·¤¿',2634,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ì½ê¤Ïcolor',2635,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃÓÂÞ¡£',2636,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅڡˤǤ¹¡£',2637,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüÄø·èÄê',2638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('charged',2640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guilty',2641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('records¤Î¿·Éè¤â¤¹¤´¤¤µ¤¤Ë¤Ê¤Ã¤Æ¤ë¤Î¤ÇÀ§Èó',2657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('james',2656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jail',2655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sweet',2658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤ç¤Ã¤È»ÄÇ°¡£',2659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â¡¦¡¦¡¦',2660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinnÇÉ',2832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤ª¡ª',2831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aggravated',2663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loose½Ð¤Þ¤·¤¿¤Í¡ª',2830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥í¥Ã¥­¡¼¥Ð¥ë¥Ü¥¢',2829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥«¥Ã¥³¥¤¥¤¤Ç¤¹',2828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dozja',2670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ÏÄ°¤¤¤Æ¤ß¤¿¤¤¤±¤É',2827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤Ï¤Þ¤¿',2826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ï¤½¤¦¤Èbig',2825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ç¤â7¶ÊÌܤÎ2',2824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wreckchopped',2823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tymers¤Îbig',2822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('remixÄ°¤­¤Þ¤·¤¿',2821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃÇÁ³san',2833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2Ä°¤­¤Þ¤·¤¿¡©',2834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bigtyme',2835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyzÎɤ¤¤Ç¤¹',2836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Çbigtyme¤Îall',2837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤ç¤Ã¤È²áÂçɾ²Á¤«¤â',2838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('281',2839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3tracks',2840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6tracks',2841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ainŽÕt',2842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bangin',2843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bmd',2844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('byebye',2845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cashmoney',2846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coast¥»¥Ã¥È',2847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coast¥á¥¸¥ã¡¼¤â¤Î',2848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cow',2849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dmd',2850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drugs',2851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dude',2852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('everyday',2853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fngz',2854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('full',2855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fwc',2856,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hater',2857,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('itŽÕs',2858,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('legend',2859,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('length',2860,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lighters',2861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('limit¥»¥Ã¥È',2862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia¥»¥Ã¥È',2863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mddl',2864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moving',2865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shame',2866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('summertime',2867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tela',2868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tracks',2869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wax',2870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('webmaster',2871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥»¥Ã¥È',2872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´»¡¤·¤ÎÄ̤ê¤Ç¤¹¡£',2873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¤Ë£µ¶Ê¼ýÏ¿¤µ¤ì¤Æ¤Æ¡¢¤½¤ì¤¬¤è¤«¤Ã¤¿¡¢',2874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('click¤Îsuperbowl',2875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grouphuuug',2876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('recordz¤Îall',2877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡¼¤à',2878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¡¢Ãæ¤Ëcoming',2879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2k4¤Ç¤·¤¿',2880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¾­¾­¾­¼',2881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´Ö°ã¤¨¤Þ¤·¤¿',2882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¤È´ª°ã¤¤¤·¤Æ¤Þ¤·¤¿',2883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blue¤âȯÇä¡£',2884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loose¤Ç¤¹¤¬¡¢',2885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶½Ì£ÄÅ¡¹¤Ç¤¹',2886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸À¤¤Ìõ',2887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º¤¤ê¤Þ¤·¤¿',2888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤í¤¤¤íºÜ¤»¤Þ¤¹¤Î¤Ç',2889,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Çã¤Ã¤Æ¤ä¤Ã¤Æ¤¯¤À¤µ¤¤',2890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Êü½Ð¤Ç¤¹',2891,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('family',2892,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reloaded',2893,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wreckshop',2894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢Ã¯¤«¡¼',2895,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡¼¤ó»ý¤Ã¤Æ¤Þ¤»¤ó',2896,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¤³¤È¤Ç¤¹¤«¡©',2897,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hide',2898,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maid',2899,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Äont',2900,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ´¶¤¸¤Ç¤¹¡£',2901,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤¦¤³¤È¤Ç',2902,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¶none',2903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2way',2904,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ballers',2905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bedtime',2906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bounce',2907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('break',2908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bÌ̤Τß',2909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('canŽÕt',2910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('city',2911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cmurder',2912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('corner',2913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('damn',2914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('everything',2915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eyes',2916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('face',2917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fame',2918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fire',2919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('friend',2920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('girls',2921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gonna',2922,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('henne',2923,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hook',2924,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inside',2925,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('italy',2926,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('juvenile',2927,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krazy',2928,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('letŽÕs',2929,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('limit20Ë祻¥Ã¥È¡¡¡Ê£µ£°£°£°±ß¥×¥é¥¹Á÷ÎÁ£´£°£°£°±ß¡',2930,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('makeit',2931,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mama',2932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('master',2933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mercedes',2934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('millionaires',2935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nŽÕs',2936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('partnersncrime',2937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimps',2938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('player',2939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ppopper',2940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pump',2941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pushin',2942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('raw',2943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('respect',2944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rockin',2945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('romeo',2946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('serv',2947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('set',2948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shokker',2949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('silkk',2950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skip',2951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sold',2952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soldier',2953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soldiers',2954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('somebody',2955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sons',2956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soulja',2957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('souljas',2958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sound',2959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sporty',2960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sportyt',2961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stories',2962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stuff',2963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stunŽÕn',2964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('styles',2965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('superstars',2966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thing',2967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugged',2968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('told',2969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('track',2970,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('turk',2971,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('understand',2972,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('undisputed',2973,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('utp',2974,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('warfare',2975,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wayne',2976,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ways',2977,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÐt',2978,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÔem',2979,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¾£±¡¢£²ËçÉÕ¤­',2980,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Û¤«°ìËç',2981,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ê¥¹¥È¤Î³¤­¤Ç¤¹¡£',2982,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5¤Ç¤¹',2983,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ç¡ß2',2984,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ë',2985,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crazy',2987,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¡¢¸Ä¿ÍŪ¤Ë¡£',2988,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2001',2989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3time',2990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6figgaz',2991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('callers',2992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cleared',2993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diss',2994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drama',2995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('finesse',2996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstas',2997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('harry',2998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('indo',2999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krock',3000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lady',3001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leftfighter3',3002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¥ß¥·¥·¥Ã¥Ô½ÐÄ¥',3003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('murderdog',3004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mystic',3005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nite',3006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nitemare',3007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ocf',3008,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('out¤À¤±',3009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('personality',3010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('productions¤Î¤ä¤Ä',3011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stylezsqueeky',3012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trouble',3013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('u',3014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vol',3015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wah',3016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weighttx½ÐÄ¥',3017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xxxposure',3018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zoneshout',3019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤â¸å¤Ë½ÐÌá¤ê',3020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤ó¤É¤ó¤¤¤­¤Þ¤·¤ç¤¦',3021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Û¤ó¤Î¾¯¤·¤Ç¤¹¤¬',3022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chrome',3023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clout',3024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daily',3025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('enough',3026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('living',3027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lock',3028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lootchasers',3029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('million',3030,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rightfighter5',3031,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shank',3032,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slicc',3033,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stang',3034,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thick',3035,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trunk',3036,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zirk',3037,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5¤Ç¡¢¤¤¤¤¾¡Éé',3038,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('82',3039,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('free¤Î¿·ºî¤¬3',3040,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Êɾ²Á¤Î»ÅÊý¤Ï¥Ê¥ó¥»¥ó¥¹¤Ç¤¹¤¬¡¢¤¿¤Þ¤Ë¤ä¤Ã¤Æ¤ß',3041,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½ñ¤­Ëº¤ì¤Þ¤·¤¿¡£',3042,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('downsouth',3043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('countin',3044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taydatay',3045,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ʊ¤¸¤³¤È»×¤¤¤Þ¤·¤¿¤è',3046,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('finesse¤Înight',3047,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¤Ê¤ó¤«',3048,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ò¤É¤¤»ÅÂǤÁ¤Ç¤¹',3049,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Û¥ó¥È²Ä°¦¤½¤¦¤Ç¤¹',3050,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½ÐÄ¥¤Þ¤Ç¤·¤Æ¤ë¤Î¤Ë',3051,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɽ¥¸¥ã¥±¤ËƲ¡¹¤Èfeat',3052,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤À̤äƤޤ¹',3053,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤â¨Ç㤦¤ó¤Ç¤¹¤¬',3054,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eary',3068,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pmx¤Îlocohama',3069,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤ï¡£¼Ä¤Ç¤¹¡£',3070,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·ï̾¤Î',3071,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd¤òÇã¤Ã¤¿¤Î¤Ç¤¹¤¬¡¢',3067,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀèÆüdj',3072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cook¤â²Î¤Ã¤Æ¤ª¤ê¡¢',3073,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disobayish',3074,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('explosive',3075,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mode',3076,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ver',3077,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ê¤êÎɤ¤½ÐÍè¤Ç¤¹',3078,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤«¤â¤³¤Îscrewed',3079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Èmessy',3080,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÆȯÈÇÇ㤤¤Þ¤·¤¿',3081,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ê·°Ïµ¤¤¬dj',3082,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤«¤²¤Ç',3083,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¼ÙË⤷¤Þ¤¹',3084,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤Ï̤äƤޤ¹¡£',5328,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smallz',5326,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('veterans',5327,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daddy¤Î¶Ê¡¢¶Ê̾early',3090,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('days¤À¤È»×¤¤¤Þ¤¹¡£',3091,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('up¤Ï¤Ê¤«¤Ê¤«¤¤¤¤¤Ç¤¹¤è¡ª',3092,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¥¢¥ë¥Ð¥à¤Îfunk',3093,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤é¤Ï¤À¤¤¤Ö±ó¤¤¤Ç¤¹¤±¤É¡£',3094,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¡¢ËÜÂê¤Îfunk',3095,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½½Æó¼Ò',3096,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdÇã¤Ã¤Æ¤ë¤Î¤Ë¡¢¥¯¥ì¥¸¥Ã¥È´Ö°ã¤¨¤é¤ì¤Á¤ã',3102,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢öearly',3103,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤Þ¤ó¤Í¡Á',3104,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤«¤Ê¤«',3105,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Ð¤Þ¤·¤¿',3106,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aladdin',3107,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bake',3108,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('butler',3109,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chase',3110,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('christyle',3111,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dimes',3112,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dons',3113,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('draw',3114,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fast',3115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('finer',3116,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('greenbay',3117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('honey',3118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('impossible',3119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('indecent',3120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('intro',3121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knew',3122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knoccout',3123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('land',3124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lane',3125,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('les',3126,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('line¤ÈŽÊŽ°ŽÌŽß¤È½÷À­vocal¤¬Íí¤à¶Ê¤¬ºÇ¹â¤Ë´Å¤¤¤Ç¤¹',3127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('milk',3128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mission',3129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nots',3130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paper',3131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('plot',3132,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('premiere',3133,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('produced',3134,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('proposal',3135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('qsta',3136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('richest',3137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scandalous',3138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shake',3139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('speed',3140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steps',3141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thangs',3142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thickens',3143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weights',3144,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz¤Î¥á¥ó¥Ð¡¼¤È¤·¤Æ',3145,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz¤ÎÃ楸¥ã¥±¤Ë¤¢¤ëcoming',3146,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boy¤Ï°ìÂΤɤ¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¤Í',3147,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('milt',3148,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤È¤«nasty',3149,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('produce¤¬skinny',3150,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soonÍó¤Î¤È¤³¤í¤Ëlil',3151,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡skinny',3152,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¤¹¤ß¤Þ¤»¤ó¤Ç¤¹¡£',3153,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£c',3154,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¡¢Ëͤâmtown',3155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Æ¥Í¥·¡¼·Ò¤¬¤ê¤Ç¡¢c',3156,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³èÌö¤·¤Æ¤¤¤ë',3157,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÏÃÂê¤ÏÊѤï¤ê¤Þ¤¹¤¬',3158,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('end',3159,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hmv',3160,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡Á¤ó',3161,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤À¤±¤Î°Õ¸«¤À¤È¡£',3162,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æñ¤·¤¤¤Ç¤¹¤Í¡£',3163,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤â¤½¤â',3164,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz',3165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz¡ª',3166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜÅö¤Ë¤¢¤ë¤ó¤Ç¤¹¤Í',3167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('messy¤Îdisobaysh',3168,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn¤Î¿·ºî¤âÇã¤Ã¤Æ¤ß¤ë¤Ä¤â¤ê¤Ç¤¹¡ª¡ª',3169,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Ú¤·¤ß¤Ç¤¹',3170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ý¤Ã¤Æ¤Þ¤»¤ó',3171,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½ñ¤­¹þ¤ß¾¯¤Ê¤¤¤Î¤Ç',3172,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chyna',3174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whyte',3175,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('19¶ÊÌÜʹ¤¤¤Æ¤ß¤¿¤¤',3176,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥Ã¥È¤µ¤ì¤Þ¤·¤¿¤«¡ª',3177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo¤¢¤¿¤ê¤È¤Ä¤ë¤ó¤Ç¤ë¤ß¤¿¤¤¤Ç¤¹¤Í¡©',3178,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz¤É¤ó¤Ê´¶¤¸¤Ç¤¹¤«',3179,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cotton',3180,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('top',3181,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('11¤À¤Ã¤¿¤ó¤Ç¤¹',3182,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paul¤ò£±£°ºÐ¤¯¤é¤¤¼ã¤¯¤·¤¿¤è¤¦¤Ê´é¤Ç¡¢ºÙÈý¤Ç¤ª¤â¤¤',3183,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zane¤âÍߤ·¤¤¤Ç¤¹¤Ê',3184,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£',3185,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camp¤ò¹ØÆþ¤·¤¿¤Î¤Ç¤¹¤¬¡¢',3186,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('minelli¤âºÇ¹â',3187,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤òµ¡¤Ëpimp',3188,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ê¥ëboosie¤Îyoungest',3189,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜÅö¤Ë¤´¤á¤ó¤Ê¤µ¤¤¡£',3194,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥­¥ã¡¼¡ª',3193,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ï¡¦¡¦¡¦',3195,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Îã¤Î¤È¤³¤í¤Ç¤¹¤«¡©',3196,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdÀëÅÁ¤·¤Æ¤Þ¤¹¤Í¡£¥á¥À¥ê¥ª¥ó¤«¤énb',3197,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('produce¤Çcd½Ð¤·¤¿¤ê¤¹¤ë¤ó¤Ç¤·¤ç¤¦¤«¤Í¡£',3198,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¥Î¹â¥Ç¥¹¡£',3199,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('o¤Ç¤¹¤«',3200,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ï¤â¤·¤äjohnny',3201,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel10',3202,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ë¤ó¤Ç¤¹¤¬¡¦¡¦¡¦¡£',3203,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤ç¤Ã¤ÈÁ°¤Îmurder',3204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boosie',3205,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bottom',3206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carlos',3207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cutlass',3208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('happen',3209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hea',3210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hotboys',3211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('iron',3212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lets',3213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('might',3214,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('monte',3215,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pt2',3216,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('regals',3217,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rmx',3218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sayin',3219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugz',3220,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('welcome',3221,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whateva',3222,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whatever',3223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bloodraw',3224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¼þÊդοÍÌ®¡©',3233,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mr',3232,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿¶â·ç¤¬¤Ä¤Å¤­¤Þ¤¹',3231,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boss',3234,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bytch°ÊÁ°¤Ïtommy',3235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tymers¤Ý¤«¤Ã¤¿¤ê¤·¤Æ¡¢·ë¹½º£É÷¤Ê¤ó¤Ç¤¹¤±¤Éµ¤¤ËÆþ¤Ã',3236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µîǯ¤Îplaya',3237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('associates',3238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('greenwade',3239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hood',3240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reprezent',3241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òÇ㤤¤Þ¤·¤¿¤¬',3242,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·ë¹½Èù̯¤Ç¤·¤¿¡£',3243,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ´¶¤¸¤Ç¤¤¤¤¤Ç¤¹¤è¤Í¡Á',3255,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤Ö¤ó',3254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ëcolumbia',3253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smyrna¤È¤«¶á¤¯',3252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mboro',3251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knoxville',3250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ó¥¯¡¼¥¬¡¼',3256,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kinfolkz¤Ïga¤Ç¤¹¡ª',3257,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´¶ìÏ«ÍͤǤ¹¡£',3258,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¸À¤¤²á¤®¤«¡¦¡¦',3259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·ë¹½¥¢¡¼¥Ð¥ó',3260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ÁÌä¤Ç¤¹¤¬¡¢¼«Ê¬¤â¤â¤Î¤¹¤´¤¯¼«Ê¬¼«¿È¤Î¥µ¥¤¥È¡Ê¥¯¥½',3261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ½é¤Ë¤ªÆɤߤ¯¤À¤µ¤¤',3262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¤Í¡ª',3263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ga¤Ç¤¹¤«¡ª',3264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('triple',3265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·ë¹½Ì©¤«¤ËÇã¤Ã¤Æ¤Þ¤¹',3266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nashville',3267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Åì¤Îü¤¬knoxville¤Ç¤¹¡£',3268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Íýͳ¤Ïlil',3269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bytch¤¬tommy',3498,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sche¥×¥í¥Ç¥å¡¼¥¹¤À¤Ã¤¿¤Î¤Ç¾¡¼ê¤Ë»×¤¤¤³¤ó¤Ç¤·¤Þ¤¤¤Þ',3271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¤È¤Ê¤Ã¤Æ¤ï¡¦¡¦¡¦',3273,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»Ø¤ò²ø²æ¤Ç¤â¤·¤¿¤éÂçÊѤÀ¤«¤é¡¢¤À¤½¤¦¤Ç',3274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slimÍߤ·¤¤¤Ç¤¹¡£',3275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶µ¤¨¤Æ¤¯¤À¤µ¤¤',3276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾å¤Îlil',3277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤âtoni',3278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤ä¤ê¤Þ¤·¤¿¤¬',3279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ê¥¹¥È¥Þ¥Ë¥¢',3280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¯¥ë¥Ã¥¯¥É¥¢¥¤',3281,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('milkbone',3282,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('suckaz',3283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wheres',3284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1',3285,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3re',3286,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('adamshame¤Ètoo',3287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('akickdoe',3288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beware',3289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bunb',3290,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¤Î¶Ê',3291,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('criminalz',3292,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hardaway',3293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('havin',3294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jayz',3295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('psk13',3296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('short¤Èbun',3297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sippin',3298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('south¤Û¤«²¿¶Ê¤«',3299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('syrup',3300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yesterday',3301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²¿¶Ê¤«',3302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daddy¤Î¥µ¥¤¥È¤Ç¤¹¡£',3303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lovin',3304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('miilkbone¤Ç¤¹¤«',3305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pete',3306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¬i¤Ï2¤Ä¤Ç¤¹¤è',3307,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¸¤ãeast¤«¤é',3308,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤Ç¤â¤¤¤¤¤Ç¤¹¤¬',3309,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skull',3317,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marcelo¤Ï¤É¤³¤¤¤Ã¤Á¤ã¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¤Í',3316,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÂÔ¤¿¤»¤·¤Þ¤·¤¿',3318,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥Ã¥×¤·¤Þ¤·¤¿',3319,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÂÔ˾¤Î',5078,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('m²þ¤ámnmsta',5077,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mnmsta',5076,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shoes',3323,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('walk',3324,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foesum',5075,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('32you',3326,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bitch',3327,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fiendslangin',3328,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goodtimes',3329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grelease',3330,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('key',3331,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kilo',3332,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('looseplatinum',3333,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('meaning',3334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mpdld',3335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mrs',3336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('player2icant',3337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sin',3338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slang',3339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stars',3340,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('texs',3341,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ticket',3342,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trackmeal',3343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wait',3344,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('walldats',3345,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woodin',3346,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xmobmob',3347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xmobwhatcha',3348,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥É¥ó¥É¥ó¤¤¤­¤Þ¤·¤ç¤¦',3349,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áᮼ«Ê¬¤â',3350,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥á¥¸¥ã¡¼·Ï¤Ç¤¹¤±¤É',3373,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£¡£¡£',3372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wasnt',3371,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('turns',3370,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stick',3369,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snitch',3368,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rep',3367,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rappin',3366,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gots',3365,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diamonds',3364,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cent',3363,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dat¤Ê¤ó¤Æ¤¤¤«¤¬¤Ç¤·¤ç¤¦¤«¡©',3374,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µ¤²¹º¹¤Ë¤ä¤é¤ì¤Þ¤·¤¿',3375,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdbaby¤Ë¤¢¤ê¤Þ¤¹¡£',3376,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marcello¤Ïfila',3377,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('body',3378,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hifive',3379,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̤ȯɽ',3380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dee¤Î¤³¤È¤Ç¤¹¤è¤Í¡£',3381,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('front',3382,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('united',3383,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬³Ú¤·¤ß',3384,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fuck',3385,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fuckka',3386,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mutha',3387,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daz¤Ïdazzie',3388,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dee¤Î¤³¤È¤Ç¤¹¡£',3389,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡×',3390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ì¾Åú',3391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼¡¤Ïmnmsta',3392,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leftfighter5',3393,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤â»²Àï¤Ç¤¹',3394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mob¤Î¥¢¥ë¥Ð¥à¤«¤é',3395,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Øguerillas',3396,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥á¥¸¥ã¡¼¤«¤é½Ð¤»¤ë',3397,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cube¤¬iv',3398,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ice',3399,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³¤±¤Æ¤¹¤¤¤Þ¤»¤ó¡£',3400,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¤È¤«¤è¡Ê¾Ð',3401,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ötwenty',3402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loves',3403,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤é¤Ë¡¢',3404,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ´¶¤¸¤Ç¤Ê¡£¡×',3405,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤â¡£',3406,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀèÆü¡¢ÃοͤÎblack',3407,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dick¤È¤¤¤¦cd¤Ç¤¹¤Í¡£',3412,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('a¤Î¥¢¥ë¥Ð¥à¤Ëmia',3411,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸«¤Þ¤·¤¿¡£dj',3413,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤è¤¯Ê¬¤«¤ê¤Þ¤»¤ó¤¬',3414,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹µÁʤ¹¤ë¤È¤«',3415,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ï¼óÁ괱š¤Ë',3416,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̵¸ú¤Ë½ÐÍè¤ëÊýË¡¤Ã¤Æ',3417,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dickºî¤Î´ûȯ¶Ê¤Î¥³¥ó¥Ô¤Î¤è¤¦¤Ç¤¹',3418,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì»ý¤Ã¤Æ¤Þ¤¹¤¬',3419,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('6¤Þ¤Ç¤Ë°ìËç¡Ê8̾¡ËËä¤Þ¤ë¤«Ëä¤Þ¤é¤Ê¤¤¤«¤À¤È»×¤¤¤Þ¤¹',3420,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½ð̾¤Ç¤Ï¡©',3421,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('botany',3422,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('buddy',3423,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fool',3424,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('meant',3425,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nigga',3426,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nigga¤¯¤é¤¤',3427,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('porch',3428,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('retaliation',3429,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snitching',3430,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('takin',3431,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ward¤Ë¤â¼ýÏ¿',3432,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('waters',3433,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whos',3434,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¡¡',3435,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¡¡man',3436,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡¤À¤±¤Éost',3437,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Ç',3438,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ð¥¦¥ó¥¹¤È¤«¥Õ¥¡¥ó¥«¥Ç¥ê¥Ã¥¯¤ß¤¿¤¤¤Ê¤Î¤È¤«',3439,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤µ¤ó¤Î¿´°Õµ¤¤ÏËÜʪ¤À¤È´¶¤¸¤Þ¤¹¡£',3440,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¤ó¤Ð¤ê¤Þ¤·¤ç¤¦',3441,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤À¤«¤é¤¢¤ÎÊý¤â¡¦¡¦¡¦',3442,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ïɽ»æ¤ò¤Ä¤±¤Þ¤¹¡£',3443,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿½¤·Ìõ¤Ê¤¤¡£',3444,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤«»×¤Ã¤Á¤ã¤¤¤Þ¤¹¡£',3445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ó¤Ã¤¯¤ê¤Ç¤¹',3446,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ï¤«¤é¤Ê¤¤¤Î¤Ç¤¹¤¬¡Ä',3447,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀäÂФ˶¨ÎϤ·¤¿¤Ç¤¹¡£',3448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥Õ¥ê¥«¥Ð¥ó¥Ð¡¼¥¿',3449,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ñ¥ó¥×¡¡¥ß¡¼¡¡¥¢¥Ã¥×',3450,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥×¥é¥Í¥Ã¥È¥í¥Ã¥¯',3451,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('log¡Ë¡Û',3452,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Úmemory',3453,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¤¤É¡¢03¤¯¤ó¡£',3454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('x¤â¤Þ¤À¸½Ìò¤Ç¤¹¤Í',3455,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ã´ûȯ¤Ç¤·¤¿¤«¡£¡£',3456,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('birds',3457,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cbo',3458,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chucks',3459,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dickies',3460,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kitchen',3461,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mackvillin',3462,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Æü¤Îµ¤Ê¬¤Ç',3463,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¡¢»×¤¤½Ð¤·¤Þ¤·¤¿¡£',3469,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('polar',3468,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bearÇò¿Í¤Ç¤·¤¿¤Í¡£',3467,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4¹Ô¤­¤Þ¤¹¡ª¡ª',3470,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Î£³rd¤òʹ¤¤¤¿¤³¤È¤Î¤¢¤ëÊý¡¹¤Ë¼ÁÌä¤Ê¤ó¤Ç¤¹¤¬¡¢1¶Ê',3471,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('won',3472,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î£³rd',3473,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('it¡×¤Î2Ëç¤Ç¤¹¡£won',3474,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('this¡×¤È¡Ödo',3475,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ¤¸¤Ä¤Ï¥¢¥ë¥Ð¥à4Ëç½Ð¤·¤Æ¤¿¤ó¤Ç¤¹¤Í¡£',3476,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ëͤ¬¸À¤Ã¤Æ¤ë¤Î¤Ï¡Öno',3477,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('amg',3478,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bakardy',3479,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('liqua',3480,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ndustry',3481,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vell',3482,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥°¥ë¡¼¥ô¤â¥é¥Ã¥×¤â',3483,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»îÄ°¤·¤Þ¤·¤¿¡ª¡ª',3484,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ç㤤¤Þ¤¹¡ª¡ª',3485,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤À»þ´Ö¤Ï¤¢¤ê¤Þ¤¹¡ª',3486,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥À¥¤¥¢¥ë¥¢¥Ã¥×',3487,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aftermath',3488,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camron',3489,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('certified',3490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangsters',3491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jim',3492,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('societyÉ÷¤Î¥·¡¼¥ó¤Ç¥Ë¥ä¥ê¤È¤µ¤»¤é¤ì¤Þ¤·¤¿',3493,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥«¥Ã¥³¤¤¤¤¤Ç¤¹¤Í',3494,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ½é¤Îmenace',3495,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shorty¤Èda',3496,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('street¤Ê¥Ó¥¸¥Í¥¹¥Þ¥óshorty¤È¤·¤Æ´èÄ¥¤ê³¤±¤Æ¤â¤é¤¤',3497,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2k4',3499,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¼çÌò¤Îmix',3500,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('over¤äzro',3501,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('superbowl',3502,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tape¤Æ´¶¤¸¤Ç',3503,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¤Ê¤ó¤«¤ò',3504,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£²ËçÁȤÀ¤·',3505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ÈÁ°¸À¤Ã¤Æ¤¿',3506,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤â¤ä¤Ã¤Ñ¤·',3507,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤¹¤è¤Í',3508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Û¤È¤ó¤Éo',3509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤­¤Þ¤·¤¿¤è',3510,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyznblue',3511,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ccc',3512,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dsr',3513,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('htown¤Îdipset¤Ç¤¹',3514,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nobody',3515,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ronc¤Î¥ß¥Ã¥¯¥¹¤Î¤¬¤«¤Ê¤êÎɤ¤¤Ç¤¹',3516,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ttown',3517,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('undagrind',3518,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤¦´¶¤¸¤Ç¹¥¤­¤Ç¤¹',3519,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ï',3520,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°¤Îwelcome',3521,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅþÃåÂÔ¤Á¤Ç¤¹',3522,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('classic',3523,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤Îtha',3524,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¦¤È¤¦½Ð¤Þ¤·¤¿¡ª',3525,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¹â¤Ç¤¹¡£',3526,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤«¤ì¤¿Êý¡¢',3527,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ppg¤Î¥µ¥¤¥È¤Îbbs',3528,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼è¤êµÞ¤®¡£',3529,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angry5',3530,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ò¥Á¥§¥Ã¥¯',3531,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥á¥â',3532,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²»À¼¡¦Æ°²è',3533,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹Ô¤±¤Ê¤«¤Ã¤¿Êý¤Ï',3534,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spoken',3535,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('words',3536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Ê¤¤¤À¤Þ¤Ç',3537,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤Æ»×¤¤¤Þ¤·¤¿¡£',3538,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Ê²¼Î¬',3539,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºòÆüshinjuku',3540,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bill',3541,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dolla',3542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª´ê¤¤¤·¤Þ¤¹¡ª',3543,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶µ¤¨¤Æ²¼¤µ¤¤¡ª¡ª',3544,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('7·î7ÆüȯÇäͽÄê¡£',3545,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel12',3546,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crazy¤Î¿·Éè¤Ç¤¹¡£',3547,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('c¤ËÌᤷ¤¿¤ó¤Ç¤¹¤Í¡ª',3548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹©»öÃæ',3549,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cartel',3550,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('games',3551,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('garden',3552,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('los',3553,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ps2',3554,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smk',3555,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trinity',3556,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('videotapes',3557,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('504',3558,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¤Í¡£',3559,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ðÊóthanks¤Ç¤¹¡ª¡ª',3560,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¿¥¤¥È¥ë¤â',3561,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²¿¤À¤«°ÕÌ£¿¼¤Ç¤¹',3562,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('give',3563,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn¤Ç¤·¤¿¡£',3564,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn¤Î',3565,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤«¤é¤Îbay',3566,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤É¤È»×¤¤¤Þ¤·¤¿¡£',3567,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥é¥Ã¥Ñ¡¼¤È¤·¤Æ¤Ïsan',3568,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºîÉʤȤ·¤Æ¤Ïmessy',3569,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºîÉʤˤʤäƤޤ·¤¿¡£',3570,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»÷¤¿¤è¤¦¤Ê´¶¤¸¤Î',3571,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Çã¤Ã¤Æ¤ß¤Þ¤·¤¿',3572,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('biznezz',3573,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goes',3574,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('on¤Îreg',3575,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zrogame',3576,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('·ã¥Û¥Ã¥È¤Ê¥³¥ó¥Ô¤Ç¤¹',3577,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('14¡Ë¤ÎÆü·Ð¿·Ê¹¤Î43Ì̤˴ØÏ¢µ­»ö¤¬½Ð¤Æ¤Þ¤·¤¿¡£',3578,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´ØÏ¢µ­»ö',3579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Ä«¡Ê2004',3580,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinnÇɤʤó¤Ç¤¹¤Í¡£',3581,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Ë¤·¤Æ¤â',3582,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥È¥é¥¤¤·¤Æ¤ß¤Þ¤¹¡ª',3583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quinn¿ä¤·¤Þ¤¹',3584,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤Á¤é¤«¤È¤¤¤¦¤È',3585,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÉÕ¤±²Ã¤¨¤Æ¤ª¤¯¤È',3586,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gang',3587,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('houston',3588,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kandyman',3589,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ÜºÙ¤ÏÉÔÌÀ¤Ê¤ó¤Ç¤¹¤¬',3590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Õ¥é¥¤¥ä¡¼',3626,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤·¤Æ',3625,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Á¤é¤âÀèÃ岿̾¤«¡£',3624,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Öpimp',3623,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wf1500yen',3622,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sh¡út',3621,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sat',3620,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('osaka',3619,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nacho',3618,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hilow',3617,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane',3616,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drink',3615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dazs',3614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cheese',3613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('benn',3612,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('29',3611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2000yen',3610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃÓÂÞ',3627,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cook',3628,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krino¤Æ¤³¤È¤Ç¥´¥ê¥´¥ê¤«¤Ê¤È¤â»×¤Ã¤¿¤ê¡£¤¦¡Á¤ó',3629,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yukmouth',3630,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¡¢¤É¡¼¤â¤¹¤¤¤Þ¤»¤ó',3631,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Æ¤³¤È¤Ç¤¹¤è¤Í¡£',3632,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playas',3633,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trapper',3634,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤À»îÄ°¤·¤Æ¤Þ¤»¤ó¤¬',3635,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µ¤¤Ë¤Ê¤ê¤Þ¤¹',3636,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beats',3637,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('birdo',3638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blowed',3639,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('felony',3640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flavor',3641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gemini',3642,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grab',3643,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grind',3644,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hatin',3645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hitem',3646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoes',3647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('introone',3648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('invitation',3649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('judgement',3650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pachino',3651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('premature',3652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rino',3653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shinin',3654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('star',3655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steppin',3656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('superfly',3657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugs',3658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('troops',3659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twind',3660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gstringz¤µ¤ó¡¢',3661,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¸¥ã¥±²ø¤·¤¤¤Ç¤¹¤è¤Í',3662,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤À¤¤¤ÖÂԤäƤ¿¤Î¤Ë¡£',3663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾¤Ë¤¿¤Î¤â¤Ã¤È¡£',3664,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('berry',3665,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coke',3666,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('complex',3667,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('evry',3668,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('go¡õmic',3669,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane¤â¶î¤±¤Ä¤±¤Æ¤¯¤ì¤ë¤·¡¢¤â¤Á¤í¤ódj',3670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kyoto',3671,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('long',3672,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('naokey',3673,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('party¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª¡ª',3674,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('president',3675,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('recordz',3676,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wass',3677,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥¹¥È¤Ë¤Ïdj',3678,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£²ó¤Ï¡¢dj',3679,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£²ó¤âall',3680,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤¤¤Æ¤ß¤Þ¤·¤¿¡£',3688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¡¢',3687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ggggg',3686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1¶ÊÌÜ¡£',3685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2½µ´Ö¤ÇÆϤ¯¤ó¤Ç¤¹¤¬¡¦¡¦',3689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hutch¤¬³Ú¤·¤ß¤Ç¤¹¡ª',3690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤¿¤ê¤âÄäÂÚµ¤Ì£¤«¤È»×¤¦¤ó¤Ç¤¹¤¬',3691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤«¤é¤Ï213¤Èbig',3692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¶á¤Ïl',3693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chilly',3694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tv¥×¥ì¥ô¥å¡¼',3695,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬½Ð¤ë¤é¤·¤¤',3696,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ã¤³¤¤¤¤¡ª',3697,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mother',3698,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sorry',3699,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤³£²¡Á£³Ç¯¤¯¤é¤¤¤Ç',3700,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤Ä¤«¤·¤¤¤Ç¤¹¡¼',3701,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¶á¤Ï',3702,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kandy',3703,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('troy¡¢Â¾',3704,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤¦´¶¤¸¤Ç¤¹¡£',3705,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥¯¥ê¥å¡¼¡Ë¡£',3706,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¸å¤É¤¦¤Ç¤·¤¿¡ª¡©',3707,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('banner¤Îcall',3708,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beelow',3709,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('police¤È',3710,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èbig',3711,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾å¤Î',3712,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤­¤Þ¤·¤¿¡£',3713,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ç¤·¤¿¡ª',3714,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤è¤«¤Ã¤¿¡ª',3715,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4080bayluv',3719,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¸¥ã¥Ý¥ó',3720,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4016774990',3721,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('correct',3722,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dove',3723,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('feel',3724,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('item',3725,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('japanese',3726,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('language',3727,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('place',3728,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('section',3729,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sell',3730,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shack',3731,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sory',3732,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('topik',3733,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yall',3734,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¡¼¤ó̾¶Ê¤Ç¤¹¤Í',3735,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£²£²¡§£°£°',3769,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£±£Ä',3768,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù£¶·î£²£¶Æü',3767,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ùspecial',3766,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ùperformance',3765,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Èdj',3764,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡º£²ó¤Ï¡¢¥Ù¥Æ¥é¥ódj',3763,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡£Ù£Á£Í£Á¡Ý£Ç',3762,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡swingjam',3761,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('performance',3760,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nari',3759,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('djs',3758,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É',3751,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cwalkmastar',3757,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ashura',3756,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0425300506¡¡',3755,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É¡¡£¶·î£²£¶Æü',3770,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É¤ÏËè·îºÇ½ªÅÚÍËÆü¤Ë³«ºÅÃפ·¤Þ¤¹¡£',3771,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ê£É£Í£Í£Å£Ù¡Ý£Ç¡¡',3772,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅÚÍËÆü',3773,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lovin2¼¡²ñ¤Ç¥×¥ì¥¤¤µ¤ì¤¿¤ó¤Ç¤¹¤«¡©',3779,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤¦Çß±«¤Ç¤¹¤Í¡¦¡¦¡¦',3780,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£el',3781,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brain',3782,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brotha',3783,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cos',3784,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crookwood',3785,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('droop',3786,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hung',3787,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('locc',3788,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loki',3789,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lynch',3790,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('siccness',3791,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sity¤Î¥µ¥¤¥È¤¬¹¹¿·¤µ¤ì¤Æ¤Þ¤·¤¿¡£',3792,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stomp',3793,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thatz',3794,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹¤Í¤§',3795,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signsigh',3796,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('12',3797,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2tone',3798,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('above',3799,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('adrenaline',3800,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('all',3801,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('anticipation',3802,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('armed',3803,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ballaz',3804,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bhc',3805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blackalation',3806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bootleg',3807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bossalini',3808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bricks',3809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bruce',3810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('capone',3811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carried',3812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('casket',3813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cel',3814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('celly',3815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chasing',3816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cheeze',3817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chicano',3818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chiefatree',3819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comptons',3820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('conflict',3821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('creep',3822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('creepin',3823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crime',3824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crucial',3825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crumbs',3826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dayz',3827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('degree',3828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deliverance',3829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('derty',3830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('desperadoz',3831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('destine',3832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dishonesty',3833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dollars',3834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doo',3835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('downndirty',3836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dre',3837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('driveby',3838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drops',3839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dshot',3840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dumb',3841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eight',3842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eightball',3843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('electricity',3844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('email',3845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('endo',3846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fat',3847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('figures',3848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('final',3849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('first',3850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foecus',3851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('food',3852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('from',3853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funxsouljaz',3854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fuxxed',3855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gameboyz',3856,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('genesis',3857,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('geto',3858,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('getters',3859,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ghetty',3860,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('giving',3861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('good',3862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gottus',3863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grace',3864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('green',3865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hard',3866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heat',3867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustlas',3868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('id',3869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('if',3870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('iii',3871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('impeachment',3872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('in',3873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('influenced',3874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('j',3875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jroll',3876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('judged',3877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kazed',3878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keylo',3879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('khayree',3880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kill',3881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kizz',3882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kroc',3883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('later',3884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('law',3885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('laz',3886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loaded',3887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lodown',3888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lone',3889,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mac',3890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('macmall',3891,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('made',3892,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manish',3893,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manjah',3894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('map',3895,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mercy',3896,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('method',3897,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mist',3898,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobstability',3899,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobstaz',3900,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('monks',3901,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('no',3902,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('novakane',3903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('offers',3904,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('organised',3905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outta',3906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('papa',3907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pays',3908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('planet',3909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('play',3910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pleasure',3911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pmp',3912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pound',3913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prezd',3914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('r',3915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rat',3916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('raza',3917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('represent',3918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reu',3919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rich',3920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rider',3921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rippla',3922,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rockla',3923,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rolls',3924,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rush',3925,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sac',3926,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sicx',3927,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('six',3928,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('solo',3929,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soundtrack',3930,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('speedknot',3931,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('standing',3932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('starring',3933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stupid',3934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swallow',3935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tay',3936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taylor',3937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tear',3938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('texas',3939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('texxxas',3940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('the',3941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tical',3942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('till',3943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('till¡Ç',3944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tommy',3945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('too',3946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trick',3947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ugly',3948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unforgiven',3949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('untouchable',3950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('various',3951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vibin',3952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('virus',3953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('w',3954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('walls',3955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wanted',3956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weigh',3957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('werk',3958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('will',3959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('work',3960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('www',3961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xcuse',3962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xmob',3963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xxxtra',3964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('y',3965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('you',3966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zero',3967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Çsposse',3968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æü·Ð¿·Ê¹',3969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­£lighter',4004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¢side',4003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¡mr',4002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­¡assassin',4001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥è¥í¥·¥¯¤ª´ê¤¤¤·¤Þ¤¹',4000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤ó¤ªµ×¤·¤Ö¤ê¤Ç¤¹',3999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ç¡Ý£È£Ï£Õ£Ó£Å',3998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£°£³',3997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('works',3996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('syde',3995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sky',3994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signbye',3993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shade',3992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pistolplay',3991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dreamin',3990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('creeps',3989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('­£pistola',4005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ê¥Ù¥¹¥È£³',4006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Ç¯¤Î¾åȾ´ü¥Ù¥¹¥È»®',4007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004ǯ¡Ë',4008,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angry2',4009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Ç¯¤Î¥À¥á»®',4010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÈãȽ¡¢¤Ä¤Ã¤³¤ß¤¢¤ê¤Ç',4011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4080¤â¤¢¤Ã¤¿¤·¡£',4012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('howard¡¡',4013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marv¡¡',4014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mcvey',4015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridaz¤â',4016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rob¤ânb',4017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('second',4018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦adina',4019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦messy',4020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦zro',4021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤µ¤Æ¡¢»ä¤Ï¤È¤¤¤¦¤È',4022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤¥¥Ã¡ª',4023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bubb',4024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carl',4025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comp¤¬°ì¸þ¤ËÆϤ¯µ¤ÇÛ¤¬¤Ê¤¤¤Ç¤¹Ž¥Ž¥',4026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('corruption',4027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diggz',4028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dime',4029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dro',4030,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('happy¥Í¥¿',4031,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('know¤¬µîǯ¤Ã¤Æ¤³¤È¤Çº£Ç¯¤Ï¤³¤ì¡£',4032,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('megan',4033,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('move',4034,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('multiply',4035,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('puffin',4036,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ray',4037,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thomas¤è¤êÀè',4038,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woodie',4039,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woop',4040,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥Ó¤¬¹¥¤­¡£',4041,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Í¥Ã¥ÈÇÛÉÛ',4042,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Ê¾å¤Ç¤¹¡£',4043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÈÖ³°',4044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ft¡¢',4056,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢messy',4057,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('free¡¢',4055,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('adina',4054,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('len',4058,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woop¤Ç¤¹¡£',4059,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¹¥È¤Ï¡¢g',4060,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('À¾',4061,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãç´Ö¤Îrevlets',4062,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signhi',4066,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rispect',4067,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´¶·ã¤Ç¤¹¡ª¡ª',4068,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3¤Þ¤Ç¤Ç¤Æ¤ë¤ó¤Ç¤·¤¿¤Ã¤±¡©',4069,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3Ëü¤Ç¤¹¡£',4070,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signyeah',4071,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²Æ¤«¤è',4072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â2',4073,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¡¢perro¤Î¥½¥í¡¢',4074,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('desert',4075,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frum',4076,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grimm¤¬°ì¶Ê»²²Ã¤·¤Æ¤Þ¤¹¡£',4077,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pen¤È¡¢mc',4078,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shadow¤Îsalute',4079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('streight',4080,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugs¤È¤«¡¢neighborhood',4081,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡',4082,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èmr',4083,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¡£¡£¡£',4084,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('juice',4085,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sunlies',4086,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Æ¤Î¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£',4087,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¶áget¤·¤¿¤Î¤Ç¤Ï',4088,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('andreas',4089,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('auto',4090,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('theft',4091,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bmrÆɤó¤Ç¤ß¤Þ¤¹',4092,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leftfighter7',4093,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hicºÆȯ',4108,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ent',4107,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('8·î31Æü¡¢image',4106,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('21¡¦¡¦¡¦',4105,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('014381259025',4104,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('014381258929',4103,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('40',4102,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤é¡©¡©total',4109,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustle',4110,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿Íµ¤¹â¤¤¤Ç¤¹¤Í',4120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ã¤Ñmessy',4119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('middleton',4136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ømusic',4137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ë¤¢¤ë',4138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥Þ¡¼¥½¥ó¥°¡ª',4139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('evening¡Ù',4135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²Æ¤ËȯÇäͽÄê¤Î',4140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËͤϤޤº¡¢',4141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('roscoe',4142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤­¤Þ¤·¤¿¡¼',4143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤¹¤Í¡¼¡£',4144,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â²¦Æ»¡£',4145,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ï¤¤¤Ä¤Þ¤Ç¤¿¤Ã¤Æ¤â',4146,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cool',4147,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deuce',4148,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doin',4149,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('la¤Ï³°¤»¤Ê¤¤¤Ç¤¹¡ª',4150,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobb',4151,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('potna',4152,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unit',4153,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È2pac¤Îto',4154,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dillinger¤Îdpg',4155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dogg¤Îdoggystyle',4156,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('recordz¤äsnoop',4157,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüËܤǤÏdaz',4158,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twins¤Î2nd¡ª',4159,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bay¤Å¤¯¤·¤Ç¤¹¤Í',4160,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('breeze',4161,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('breeze¡¡',4162,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mone',4163,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ne1',4164,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ros',4165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bombudo',4166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deejay',4167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jayo',4168,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('khia',4169,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marley',4170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neck',4171,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sheist',4172,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sherm',4173,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stick¡Ê£±¿Í¤Ç¥Á¥ë¡Ë',4174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sven',4175,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('watts',4176,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Ê¤ß¤ó¤Ê¤Ç¥Á¥ë¡Ë',4177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ÊÄ«¤«¤é¥ä¥ë¡Ë',4178,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Í£Ã¡¡miker',4179,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Çή¤ì¤Æ¤¿bob',4180,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤Ë¤«¤¯Áû¤°¡Ë',4181,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Í¥¿¤Îbaby',4182,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³¤ÊդǥÁ¥ë¡Ë',4183,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('µîǯ£Ç¡Ýsta£°£³',4184,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä«¤«¤é¥Á¥ë',4185,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÈÖ³°ÊÔ',4186,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ͼÊë¤ì»þ¤Ë¥Á¥ë¡Ë',4187,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¥°¥ë¡¼¥×y',4188,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('curb',4189,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('luke',4190,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lyquor',4191,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('think',4192,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ò£Å£Á£Ì£Ä£Å£Á£Ì',4193,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chico',4194,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coolwadda',4195,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sunshine',4196,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2getha',4197,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aaliyah',4198,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bodys',4199,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bunnies',4200,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('callin',4201,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fresh',4202,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frost',4203,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jazzy',4204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jeff',4205,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kelly',4206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ole',4207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('poppa',4208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prince',4209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('simpin',4210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sunday',4211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swoop',4212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tee',4213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('v',4214,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('val',4215,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³§¤µ¤óÁª¶Ê¤É¤¦¤â¡ª',4216,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1111',4217,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bam',4218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boat',4219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clicc',4220,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dream',4221,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fam',4222,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gettin',4223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oakland',4224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paid',4225,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reunion',4226,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sicside',4227,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Âç¹¥¤­¤Ê¶Ê¤Ç¤¹¡ª',4228,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¤¤Ç¤¹¤Í¡¼',4229,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤¤¤Æ¤ß¤¿¤¤¤Ç¤¹¡£',4230,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('away',4231,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eyed',4232,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lantern¤Îblack',4233,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nvee¤¬¥¸¥ã¥±¤Ë¼Ì¤Ã¤Æ¤¤¤ë£Ê£Ï£È£Î£Î£Ù¡¡£Ê¤Î£É¡¡£Ç£Ï',4234,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('peas¡Éwhere',4235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ê£Ï£È£Î£Î£Ù¡¡£Ê¡¡',4236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¸¤¹¤«',4237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guitar',4238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('honeyz',4239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('johnny',4240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jordan',4241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('michelle',4242,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('montell',4243,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('somethin',4244,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tonight',4245,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wc2k¤ÇÄ°¤±¤Þ¤¹¤è',4246,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²Æ¤Ç¤¹¤Í¡Á',4247,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Îdj',4248,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('5',4249,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ant',4250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('banks',4251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('direct',4252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dubee',4253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('garcia',4254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gÆþ¤Ã¤Æ¤Þ¤·¤¿¤Í¡ª',4255,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('parlayin',4256,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shit¤Èsherm',4257,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sunny',4258,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vegas',4259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹¤è¡ªËͤÏ',4260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ã¤Æ¤Î¤¬¹¥¤­¤Ç¤·¤¿¡£',4261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ù¥¤¥¨¥ê¥¢',4262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£Æü¡¢west',4263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dawg',4264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('htown¤Î̾ʪÃË¡¢mr',4265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('superstar',4266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('superstar¡£',4267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sweat',4268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tears',4269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¡¢µã¤±¤ë¤¼',4270,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤º¤Ï¼«Ê¬¤«¤é¡¢',4271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('figure',4272,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slaughter',4273,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¤¥¤¡ª',4274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('platinum',4275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤¤¤Þ¤»¤ó',4276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤Î¥Ý¡¼¥º',4277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤ä¤Ã¤Æ¤Û¤·¤«¤Ã¤¿¤ó¤Ç¤¹¤¬¡Ê¡°¡°',4278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²Æ¤Þ¤Ç¤¢¤È¾¯¤·¤Ç¤¹¤Í',4279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ahmad',4280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boog',4281,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chunk',4282,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dank',4283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('factor',4284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fatta',4285,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jinx',4286,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jÃíʸ¤·¤Á¤ã¤¤¤Þ¤·¤¿',4287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('matter',4288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mess',4289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('picanic',4290,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sir',4291,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('waz',4292,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Ú¤·¤ß¤Ç¤¹¡ª',4293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆϤ¯¤Î¤¬',4294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¤À¤Ã¤¿¤è¤¦¤Ç¤¹¡£',4295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2pac¤À¤Èi',4296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤ÏÁÖ²÷¤Ç¤¹¡ª',4297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤Ç»×¤¤½Ð¤·¤Þ¤·¤¿',4298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4tay',4299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bread',4300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flexx',4301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mine',4302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nas',4303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rachett',4304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoke¤älil',4305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥×¡¼¥ë¤â¤Î',4306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²°Æâ',4307,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dougie',4308,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªµ×¤·¤Ö¤ê¤Ç¤¹¡Ê´À¡Ë',4309,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stdd',4310,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('city¤âÌÌÇò¤«¤Ã¤¿¤Ç¤¹¤è¡£',4311,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vice',4312,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('composure¤è¤ê¤â¤Á¤ç¤¤¾å¡¢life',4313,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fresh¡Ê¤¿¤À¤Î¤ª¤Ã¤µ¤ó¡Ë¤Ê¤É¤¤¤í¤ó¤Ê¿Í¤¬¤Ç¤Æ¤Æ³Ú¤·¤',4314,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jwmacvey¤è¤ê¤â²¼¤È¤¤¤¦´¶¤¸¤Ç¤·¤¿¡£¤Ç¤â¤³¤ì¤«¤é¤º¤Ö',4315,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤´¤¤¥Ü¥ê¥å¡¼¥à',4316,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áᮥ²¥Ã¥È¤·¤Þ¤·¤¿¡£',4317,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤â¤è¤¯fever',4318,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eazy',4319,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('e¤Îboyz',4320,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fruit¡Ásummer',4321,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¡¼¥à¤Ç¤¹¤¬¡Ê¾Ð',4322,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤«¤·°Â¤¤¤Ç¤¹¤Í¡Á',4323,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾ðÊó¤É¤¦¤â¡ª',4324,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ó¡ÁÄ°¤­¤¿¤¤¡ª',4325,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disk2',4326,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disk3',4327,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ife',4328,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lee¤Î¥½¥í¤â½Ð¤ë¤ß¤¿¤¤',4329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('same',4330,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thing¤Î',4331,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù¡ù',4332,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù¡ù¡ù',4333,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù¡ù¡ù¡ù',4334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤·¤é¤Í¤¨¤±¤É',4335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Æ¤Ê´¶¤¸¤Ç¤¹¡£',4336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤â¥½¥í¥¢¥ë¥Ð¥à½Ð¤¿¤é¨Ç㤤¤·¤Æ¤ä¤ë¡£',4337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¥¢¥ë¥Ð¥à',4338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÇ¸å¤Ë',4339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lot¡Êzro',4340,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mello¤Îgift¤°¤é¤¤¤«¤éÈæ¤Ù¤ë¤È¡¢¤«¤Ê¤êÀ®Ä¹¤·¤Æ¤¤¤ë¤',4341,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deadly',4342,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wordz',4343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ó¤Ë¤Á¤Ï¡¢',4344,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ú¡ú¡ú¡ú',4345,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ú¡ú¡ú¡ú¡ù',4346,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤ÎºÎÅÀ¤Ï¡¢',4347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Â¤¤¤Ç¤¹¤Í¡¦¡¦¡¦',4348,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜÅö¤Ë°Â¤¤¤Ç¤¹¤Í¡¼',4349,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('213',4350,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('70s¥Õ¥£¡¼¥ë¤È213',4351,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eddie',4352,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('intimate',4353,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kendricks',4354,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('latoiya',4355,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('williams¡Êkanye',4356,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('allfrumtha',4357,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('califunk',4358,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('talkbox',4359,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('187um',4360,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('100',4361,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('196',4362,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1999',4363,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('202life',4364,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('24',4365,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('254',4366,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2def',4367,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2real',4368,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3',4369,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('50',4370,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('94',4371,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('600',4372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('781',4373,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('918',4374,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('a1',4375,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ace',4376,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('affiliated',4377,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('afloat',4378,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ag2ake',4379,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('against',4380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('agg',4381,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('american',4382,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('andre',4383,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('arkansas',4384,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('art',4385,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('autopsy',4386,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('begin',4387,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bhp',4388,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bible',4389,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blackout',4390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blocc',4391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blowin',4392,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bmc',4393,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bohn',4394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bosses',4395,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bound',4396,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('brothas',4397,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('buddha',4398,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bumbino',4399,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bushwick',4400,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cellmates',4401,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cha',4402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chamber',4403,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chances',4404,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chaptersthe',4405,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chronic',4406,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cin',4407,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ckc',4408,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clan',4409,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('click',4410,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cloud',4411,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clown',4412,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cmp',4413,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('co',4414,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('collection',4415,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('confessions',4416,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coop',4417,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('countdown',4418,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('court',4419,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coz',4420,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('criminal',4421,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crip',4422,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crips',4423,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crypt',4424,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('currency',4425,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('curse',4426,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('damned',4427,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('darkroom',4428,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('decod',4429,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('demo',4430,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dice',4431,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dmg',4432,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doezha',4433,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dommies',4434,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('done',4435,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dont',4436,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dresta',4437,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dyin',4438,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('earth',4439,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ease',4440,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eastbound',4441,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eat',4442,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('element',4443,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eleven',4444,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('enemy',4445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('esham',4446,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eternal',4447,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('expozure',4448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eyez',4449,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('faces',4450,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fakkulty',4451,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('familia',4452,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fesu',4453,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fiendin',4454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('filez',4455,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('filthy',4456,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flowerz',4457,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('foot',4458,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gallery',4459,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gas',4460,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gee',4461,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gets',4462,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gon',4463,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gorilla',4464,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grabs',4465,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grave',4466,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('groundz',4467,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¡Çs',4468,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('h',4469,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hardest',4470,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('headz',4471,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heavier',4472,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hemp',4473,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('herb',4474,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hidden',4475,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hiroshima',4476,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hole',4477,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('home',4478,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoodlum',4479,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hostility',4480,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hott',4481,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hurts',4482,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustler',4483,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustlerz',4484,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('icey',4485,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('influence',4486,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('its',4487,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('it¡Çs',4488,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jay',4489,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('juveniles',4490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kali',4491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('killers',4492,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life14',4493,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lifetime',4494,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('litter',4495,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loads',4496,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('macn',4497,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mailman',4498,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mc',4499,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('me',4500,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mello',4501,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('milla',4502,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('milticket',4503,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobstas',4504,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mophia',4505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mornin',4506,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('murder',4507,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('museum',4508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nationwide',4509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nickatina',4510,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('niggaz',4511,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nine',4512,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('northern',4513,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('northtown',4514,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('numbers',4515,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ocean',4516,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('on',4517,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('only',4518,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oop',4519,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('operation',4520,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ouija',4521,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('parole',4522,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('passion',4523,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('penitentiary',4524,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('perfect',4525,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('phantom',4526,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('picture',4527,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('plague',4528,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('plan',4529,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pokey',4530,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('poppin',4531,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pos',4532,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('possessed',4533,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('potent',4534,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pullin',4535,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ragg',4536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('railroad',4537,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('raised',4538,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rank',4539,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapra',4540,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rated',4541,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reala',4542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('red',4543,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('redrum',4544,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reincarnated',4545,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('representin¡Çreal',4546,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('resurrection',4547,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('return',4548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reveal',4549,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('revealing',4550,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('richmond',4551,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridas',4552,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rigormortis',4553,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rip',4554,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rough',4555,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('roulette',4556,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('saggin',4557,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sailin¡Çda',4558,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sam',4559,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sam¡Çs',4560,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('season',4561,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('secrets',4562,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('serious',4563,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shaking',4564,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sity',4565,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smashin',4566,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('socrates',4567,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soldjaz',4568,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sounds',4569,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spades',4570,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stacn',4571,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('staight',4572,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('state',4573,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steady',4574,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stickin',4575,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strapped',4576,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strength',4577,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sugawolf',4578,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('suspects',4579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tactics',4580,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tails',4581,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taker',4582,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('temple',4583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('they',4584,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thirtythree',4585,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thought',4586,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thuggish',4587,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thugsnharmony',4588,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('time',4589,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('to',4590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('true',4591,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('turnin',4592,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twentytwo',4593,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twentytwolife',4594,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('two',4595,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('uncle',4596,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('undadogg',4597,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('undaground',4598,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('under',4599,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('up',4600,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('usual',4601,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('veteranoz',4602,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('view',4603,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('volume',4604,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('what',4605,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whole',4606,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('who¡Çs',4607,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('win',4608,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xv',4609,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ya',4610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yola',4611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('z¡Çaggin',4612,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3d2',4613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('74',4614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ambitions',4615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('behind',4616,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bump',4617,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('can',4618,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chamba',4619,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clip',4620,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dec',4621,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('deuces',4622,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('disaster',4623,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('down',4624,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('endz',4625,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('faithfull',4626,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fear',4627,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('federal',4628,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('finest',4629,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flava',4630,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('focused',4631,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fours',4632,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('freakyo',4633,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('freeza',4634,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frontline',4635,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fullclip',4636,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gac',4637,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ganksta',4638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ganxsta',4639,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('genius',4640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('graveyard',4641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gs',4642,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gslimm',4643,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guerillas',4644,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guillotine',4645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hardheadz',4646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('havoc',4647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hawks',4648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hazard',4649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('herschelwood',4650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hollo',4651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hollow',4652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('homicidal',4653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hustlaz',4654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('icecube',4655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('icelord',4656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('infamous',4657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('injection',4658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inmate',4659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('late',4660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lethal',4661,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('madness',4662,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mannered',4663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('many',4664,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('married',4665,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('medieval',4666,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mindz',4667,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('minutes',4668,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nip',4669,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('now',4670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('occupational',4671,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('organization',4672,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('poetry',4673,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('point',4674,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('predator',4675,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prodeje',4676,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('psychic',4677,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('psycho',4678,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('psychotic',4679,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rapp',4680,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('resurrected',4681,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rid',4682,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sentence',4683,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sequel',4684,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shorts',4685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sides',4686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soldjas',4687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stackin',4688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stuck',4689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('terrorists',4690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thoughts',4691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tip',4692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('todd',4693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trapped',4694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trays',4695,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wacocaine',4696,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wings',4697,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xmann',4698,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('22',4699,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ain¡Çt',4700,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('areas',4701,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('automatic',4702,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('biography',4703,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bloodmoney',4704,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bloody',4705,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blow',4706,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bo',4707,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('breed',4708,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chosen',4709,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cmw',4710,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cofounder',4711,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comission',4712,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('continues',4713,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cordell',4714,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cover',4715,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('creative',4716,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('danger',4717,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dealers',4718,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('differences',4719,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doctor',4720,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('don¡Çt',4721,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('double',4722,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dues',4723,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('duke',4724,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flea',4725,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fo¡Çtha',4726,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('frustrated',4727,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fully',4728,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('genie',4729,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('george',4730,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goin',4731,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heltah',4732,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hogg',4733,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoggin',4734,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hour',4735,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('illegal',4736,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inc',4737,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inmates',4738,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('it',4739,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jako',4740,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jdawg',4741,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jmac',4742,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jump',4743,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kach',4744,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kazy',4745,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keeps',4746,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('killz',4747,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('klondike',4748,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kottonfields',4749,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kottonmouth',4750,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krew',4751,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krooked',4752,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lemay',4753,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('letter',4754,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lifestyl',4755,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lion',4756,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('livin',4757,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('livin¡Çillegal',4758,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lmg',4759,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lokee',4760,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lon',4761,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lowkey',4762,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lyrical',4763,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafiosos',4764,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('makaveli',4765,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manson',4766,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mass',4767,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mc2',4768,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('meet',4769,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('meezy',4770,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('melodies',4771,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mentality',4772,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('midwest',4773,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mitch',4774,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobbin¡Ç',4775,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobstylfiggaz',4776,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('msane',4777,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('murdoq',4778,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('musik',4779,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nbg',4780,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nhc',4781,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('niggaz4life',4782,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nightmare',4783,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nino',4784,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nmp',4785,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nonfiktion',4786,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('north',4787,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('notorious',4788,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nuwine',4789,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outlaw',4790,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('payin',4791,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('penn',4792,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pigg',4793,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('player¡Çs',4794,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playin',4795,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('poisonous',4796,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prophecy',4797,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('purgatory',4798,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ric',4799,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('setripn¡Çbloccstyle',4800,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shady',4801,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shut',4802,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skeltah',4803,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('souljahs',4804,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('storeez',4805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strange',4806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('take',4807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('takeylas',4808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tec',4809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('theory',4810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('threats',4811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trues',4812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('unstoppable',4813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('villain',4814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('violent',4815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('voodoo',4816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('warrior',4817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wassup',4818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wayz',4819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('we',4820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('who',4821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wicked',4822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('17',4823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3rd',4824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('7',4825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aggin',4826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aggrivated',4827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('amerikkka¡Çs',4828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('anotha',4829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('anythang',4830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beech',4831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blank',4832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blockbleeders',4833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('central',4834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cide',4835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cliff',4836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cloudy',4837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('contradictions',4838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('county',4839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coup',4840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('diamondz',4841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doggy',4842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doggystyle',4843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('don',4844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dyno',4845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('episode',4846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('etat',4847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flagrant',4848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('folks',4849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fucked',4850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gaffla',4851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gain',4852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gatz',4853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('giant',4854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heads',4855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hillwood',4856,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('houseshoes',4857,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('huston',4858,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('just',4859,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keepin',4860,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lasting',4861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lavishly',4862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('livin¡Çkinda',4863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('look',4864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maine',4865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mcd',4866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mexican',4867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moves',4868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('movin',4869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nad',4870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nation',4871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('newz',4872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('next',4873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('not',4874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nthado¡Ç',4875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oak',4876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('off',4877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('olde',4878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ordinary',4879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('owe',4880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('owens',4881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('papaj',4882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('parts',4883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('personal',4884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pharoah',4885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimpsta',4886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pistol',4887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playboy',4888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pluto',4889,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('potential',4890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('power',4891,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prone',4892,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prophet',4893,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prophets',4894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('purity',4895,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pymp',4896,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rappin¡Ç',4897,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rasta',4898,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ready',4899,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('realarolla',4900,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reality',4901,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reasons',4902,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rebirth',4903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('renegade',4904,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('revelations',4905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rowdy',4906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ruthless',4907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('safety',4908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('seagram',4909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('seff',4910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sho',4911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('simpson',4912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sinister',4913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skipdog',4914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smack',4915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('souls',4916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spm',4917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stay',4918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strait',4919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('streethugs',4920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('survivors',4921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('swamp',4922,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taking',4923,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('this',4924,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('took',4925,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('travels',4926,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('truth',4927,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tyte',4928,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vendetta',4929,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vengeance',4930,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('whore',4931,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woodgrain',4932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xtended',4933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Æn',4934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('10',4935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('28',4936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2002',4937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('active',4938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('alone',4939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('an',4940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('at¡Çcha',4941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('authority',4942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ave',4943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('backstreet',4944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('barred',4945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('believe',4946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bird',4947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blame',4948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blaze',4949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blowin¡Çup',4950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bullshit',4951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dayton',4952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('domination',4953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('enter',4954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flossen',4955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gangstaology',4956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goodfellas',4957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gotem',4958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grain',4959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('grams',4960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('greater',4961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hated',4962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('haten',4963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('holds',4964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('homeboys',4965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hostile',4966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hpa',4967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hypnotize',4968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('insane',4969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('joker',4970,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kamakazietimez',4971,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kaze',4972,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('know',4973,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kompound',4974,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('laughin',4975,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('little',4976,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loc',4977,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('looking',4978,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lord',4979,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ness',4980,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neva',4981,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('obligated',4982,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('once',4983,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('open',4984,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ounce',4985,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pure',4986,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rearranged',4987,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('renegades',4988,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('representa',4989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridah',4990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('riders',4991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ridin',4992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('saga',4993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scene',4994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skeemask',4995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smuggglas',4996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stayin',4997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strikes',4998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stylez',4999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('super',5000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('takeover',5001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('terror',5002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('testament',5003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('totally',5004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trey',5005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tru',5006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ttee',5007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tweedy',5008,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('twice',5009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('victims',5010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('waco',5011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('what¡Çs',5012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('willie',5013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('witcha',5014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('woss',5015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wreckless',5016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wutang',5017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xorcist',5018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xraided',5019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('years',5020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yung',5021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yungstar',5022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hamilton¤È¤Î¥Ç¥å¥¨¥Ã¥È¤âÎɤ¯¤Æ¡¢',5023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¦¡¦',5024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹¤Í¡¼¡£',5025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æä˲Îʪ¤Î¤È¤­¤Ï',5026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kalis',5027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('relativez',5028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slide',5029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â²Æ¤Ã¤Ý¤¤¤Ç¤¹¤Í¡Á',5030,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('õ¤·¤Æ¤ß¤Þ¤¹¡ª',5031,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤¤¤Æ¤Ê¤¤¤Ç¤¹¡¦¡¦¡¦',5032,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ditc¤Ä¤Ê¤¬¤ê¤Ç',5043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('me¡¡video',5044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Èº£¡¢lord',5045,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤â¥×¡¼¥ë¤Ç¤¹¤Í¡ª',5046,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ì±þ¥ê¥ó¥¯¤ò¡¦¡¦',5047,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Îɤ¤¤Ç¤¹¡£',5048,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤«¤é',5049,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¸À¤¦´Ö¤Ë²Æ¤Ç¤¹¤Í¡£',5050,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤¤¤Æ¤Þ¤¹',5051,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Â¿´¤·¤Þ¤·¤¿¡£',5052,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marcelo¿·ºî¤À¤·¤Þ¤·¤¿¤Í',5053,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬Àˤ·¤¤¤Ç¤¹¡£',5054,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ã¤Ñ¤êg',5055,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È»×¤Ã¤Æ¤ª¤ê¤Þ¤¹¡£',5058,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¿·Éè¤âmedicine',5059,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('busta',5060,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cake',5061,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gz¤È¤«¤âÆþ¤ì¤¿¤é',5062,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('muthaphuckin',5063,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nice',5064,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rhymes',5065,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤òÁÀ¤Ã¤¿¤ó¤Ç¤¹¤±¤É',5066,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËͤÏyella¤Î4',5067,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('godfather',5068,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢ö',5069,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤Þ¤·¤¿¤Í¡¼',5070,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤ä¡Á¤ï¤«¤ê¤Þ¤¹¡ª',5071,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°Â¿´¤·¤Þ¤·¤¿',5072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ä¤¯¤Ã¤Æ¤ß¤Þ¤·¤¿¡£',5073,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅÐÏ¿ÊýË¡',5074,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤Ä¤«¡¢ÉáÄ̤Ëdj',5079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Áá®gsta03',5080,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä°¤«¤»¤Æ夤¤Æ¤Þ¤¹',5081,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('groupie',5082,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vid',5083,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Ú¤·¤¤¥Ó¥Ç¥ª¤Ç¤¹¡£',5084,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸«¤Þ¤·¤¿¡ª',5085,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gun',5086,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('salute',5087,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('siccmade',5088,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡brotha',5089,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beta¡¢sicx¡¢c',5090,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hung¤òɮƬ¤Ë¡¢phonk',5091,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¢tall',5092,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ËÆþ¤Ã¤Æ¤ë21',5093,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('age',5094,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rage',5095,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ª¥Õ¥£¥·¥ã¥ë¥µ¥¤¥È',5096,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·Éè',5097,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weebie¤Î¥é¥Ã¥Ñ¡¼sess',5427,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('45¤Ë´üÂÔ¤·¤Æ¤Þ¤¹',5426,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('heart',5100,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£¡£¡£´¶·ã¤Ã¤¹¡£¡£¡£',5101,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤Ó¤Ã¤¯¤ê¡ª¡ª',5102,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bluka',5103,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bubble',5104,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eye',5105,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('reu¤Ç¤¹',5106,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²Æ¤Ï¥ì¥²¥¨¤¬°ìÈÖ',5107,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á´Éôpapa',5108,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('45¤Ï5th',5109,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mafia¤é¤·¤¤¤Ç¤¹¤Í¡Ê',5110,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sess',5111,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('weebie¤Î²¼¤Ê¤ó¤Ç¤¹¤«',5112,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤È¡¢sqad',5113,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸µsac',5114,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('abyssinians',5115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('anything',5116,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('congos',5117,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fisherman',5118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('follow',5119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gregory',5120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('isaacs',5121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kind',5122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('massaganna',5123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nurse',5124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('people',5125,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('satta',5126,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('summa',5127,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ª¡ª¡ª',5128,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Êdevin',5129,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ó¤Þ¤êÃΤê¤Þ¤»¤ó¤¬',5130,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤«¹¥¤­¤Ç¤¹¤Í',5131,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤ó¤«Îɤµ¤½¤¦¤Ç¤¹¡ª',5132,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥µ¥¦¥¹¤À¤È',5133,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ì¥²¥¨',5134,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ì¥²¥¨¤Ç¤¹¤«¡Á',5135,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('knock',5136,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nationwide¤Î',5137,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('squad',5138,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('squad¤Î½÷',5139,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤é¤·¤¤»öÁ°È¾',5140,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ï¤«¤ê¤Þ¤¹¤Í¡¼',5141,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neiborhood',5142,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼þ¤ê¤Çõ¤»¤Ð»²²Ã¶Ê¤¬',5143,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤¤¤Ã¤Æ¤Þ¤¹¤Í¡ª',5159,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬aÌ̤Ǥ¹¤«¡©',5158,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('signoh',5157,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gripsta¤Ç¤·¤¿¤«¡¼',5156,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gripsta',5155,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goz',5154,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funky',5153,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¡¢Ä´¤Ù¤¿¤È¤³¤í',5160,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('45¤Ïweebie¤Îfatt',5161,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤ÏÇ㤤¤Þ¤·¤¿¤¬¡¢¸Ä¿ÍŪ¤Ë¤Ê¤«¤Ê¤«¤ÎÎϺî¤À¤È»×¤¤¤Þ¤',5162,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sqadup',5163,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á´ÂÎŪ¤Ëyoung',5164,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('95ǯ¤³¤ígame',5165,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('b¤Î1st',5166,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('doze',5167,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¤ò¥²¥¹¥È¤Ë·Þ¤¨¤Æ',5168,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¥²¥¹¥È',5169,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funkmob',5170,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('related¥ì¡¼¥Ù¥ë¤Îs',5171,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È¡¢game',5172,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¤»¤¤¤Çdonald',5173,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Îno',5174,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥é¥¹¥Ù¥¬¥¹',5175,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ºÆȯ¤µ¤ì¤Æ¤Þ¤¹¤Í¡£',5176,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pcÀìÍѤÎgreview',5177,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤Ç¤¹¡£',5178,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·¤·¤¯',5179,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ërich',5184,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Èdoomsday¤¬¥Õ¥£¡¼¥Á¥ã¡¼¤µ¤ì¤Æ¤¤¤ë¤È¤¤¤¦¤³¤È¤Ç¡¢¥Á',5181,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬¡¢¥Ö¥é¥ê¥ó',5183,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('invasion',5193,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('iceberg¡Áhome',5192,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('donald',5191,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('7¶ÊÌܤÎhooded',5190,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('westside¡¡pt',5194,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤¿¤ê¤Î²»¤Ç¤¹¡£',5195,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ê¤êÇ®¤¤¤Ç¤¹¡£',5196,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥é¥Ã¥×¹çÀï',5197,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬northtown',5198,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1¤Ë»²²Ã¤·¤Æ¤Þ¤¹¤Í¡ª',5199,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('d¤È¤Î¤Ä¤Ê¤¬¤ê¤Ï¶½Ì£¿¼¤¤¤Ç¤¹¤Í¡ª¡ª',5200,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('funkmob¡¦¡¦¡¦¡ª',5201,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¤Ïslabed',5202,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ʊ´¶¤Ç¤¹¡£',5203,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤á¤Ã¤È¤µ¤ó¤Ç¤¹¡£',5204,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('neighborhood¡¡music',5205,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤·¤¿¡ª',5206,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤¹¤ß¤¢¤±¡£',5207,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬£ÁÌ̤À¤Ã¤¿¤è¤¦¤Ê¡¦¡¦¡¦',5208,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ê£Ï£Ë£Å£Ò¡¡£Ò£Ï£Ï£Í',5209,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¦¤½¤Ã¤×¤ÎÉô²°',5210,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('esg',5211,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gameboys',5212,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mostly',5213,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('213¤Ã¤Æ¤è¤ênate',5223,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤ä¤Ã¤Æ¤É¤ó¤É¤ó¤³¤Î¥·¡¼¥ó¤¬À¹¤ê¾å¤¬¤Ã¤Æ¼ê¤ËÆþ¤ê',5404,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('213´¶ÁÛ¥¹¥ì¥Ã¥É¡ª',5218,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥Ã¥È¤·¤Þ¤·¤¿¡£',5219,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chill¤Ã¤Æ¤¢¤Îtha',5224,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('joysticc',5225,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('up¤ò¥×¥í¥Ç¥å¡¼¥¹¤·¤Æ¤ëtha',5226,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Çrun',5227,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¤Î¤È¤³¤ílonely',5228,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ho°Ê³°¤Ï¹¥¤­¤Ç¤¹¡£',5238,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('girl¡¢my',5237,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clicc¡¢lil',5236,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('appreciation¤Ç¤¹¤¬',5235,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('up¤Èlonely',5239,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snoop¤Ïgroupie',5240,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃíÌܤ·¤Æ¤ß¤Þ¤¹¡£',5241,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£¤Þ¤Ç¤Î213¤Îwarren',5247,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤Î¤Ç¤¹¤¬¡¢',5246,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤½¤é¤¯¡¢bsharp',5245,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('4th¤¢¤¿¤ê¤Ë¶á¤¤²»»È¤¤¤Ç¤á¤Á¤ã¤¯¤Á¤ã¥¤¥¤¤Ç¤¹¡ª',5248,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bsharp',5249,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Ë¤Ïgfunk²óµ¢Åª¤Ê¤â¤Î¤ò´üÂÔ¤·¤Æ¤·¤Þ¤¤¤Þ¤¹',5250,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hi',5251,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â¤Ã¤¿¤¤¤Ê¤¤¡ª',5252,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Î¤«¤Ëreturn',5253,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¤Ï¤¸¤á¤Þ¤·¤Æ¡£',5254,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('know¤âÀΤʤ¬¤é¤Îquik¥¹¥¿¥¤¥ë¤Ç¤¹¤è¤Í',5311,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ive',5310,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nate¤¬ÌÜΩ¤Á¤Þ¤¹¤Í¡¼',5259,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1500yen',5260,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('9·î4Æü',5261,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mass¤â¶ÛµÞ»²²Ã¡ª¤â¤Á¤í¤ó¤¢¤ÎÊÑÂÖŽ¿Ž³ŽÙdj¤Îdj',5262,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('night¤ò³«ºÅ¤·¤Þ¤¹¡£',5263,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playya1000nari',5264,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('recordz¤Î¼óÎÎdj',5265,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steven¡Çs¡Û',5266,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ty¡Çluvin¡Çhunter',5267,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yuki',5268,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡üdj¡Çs',5269,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡üspecial',5270,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¨½÷¤Î»Ò¤Ï̵ÎÁ¡ù×Ä',5271,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ϲ®°¥½¥¼«°Öʪ¸ì',5272,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æþ¤Ã¤Æ¤Þ¤¹Ž¥Ž¥Ž¥',5274,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2002ǯȯɽ¤Îbutch',5275,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cassidyso',5276,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cold¡¢',5277,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('v¤È¤«¤â90ǯÂå¤Ëºî¤é¤ì¤¿¤â¤Î¤À¤Ã¤¿¤È»×¤¦¤ó¤Ç¤¹¤¬',5278,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Î¤«lets',5279,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»È¤Ã¤Æ¤Þ¤·¤¿¡£',5280,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¤¤Ç¤¹¤è¤Í¡¼',5319,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('updated',5318,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('test',5283,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('11',5284,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1000',5285,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cube',5286,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('etc¡Å',5287,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guest¡ù',5288,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ladys',5289,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mens',5290,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('more¡Ä',5291,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('present',5292,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ryuuki',5293,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('r¡õb',5294,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('westcoast',5295,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡÷Ï»ËÜÌڣãգ£Å',5296,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ùdjs¡ù',5297,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£dj',5298,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£ghouse03',5299,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£hilo',5300,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£hilow',5301,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£hyena',5302,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£joystick',5303,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£kko',5304,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£tiez',5305,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£±£±',5306,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀèÃå20̾ÍͤËoriginal',5307,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥±¡¼¥¹¤¬³ä¤ì¤¿¤é',5308,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Î¤âÆþ¤Ã¤Æ¤Þ¤¹',5309,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤Ètruth',5312,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('54th',5313,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òÎɤ¯Ä°¤¤¤Æ¤Þ¤¹¡ª',5314,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sleep',5315,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eastsidaz¤Î¿·É褫¤é¿ô¶Ê¥Ô¥Ã¥¯¥¢¥Ã¥×¤·¤Þ¤·¤¿¡£',5316,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·¶ÊÄɲÃ',5317,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»Ä½ë¤¬¸·¤·¤¤¥¶¥ó¥·¥ç',5320,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾Ð¡ª',5321,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ê¤ó¤Ç¤¹¤è¤Í¡¼',5322,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤è¤¦¤Ç¤¹¡¦¡¦¡¦',5329,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɽ¼¨¤Ç¤­¤Ê¤¤',5330,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shyone',5331,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£1stÇ㤨¤ë½ê¤¬Í­¤Ã¤¿¤é¶µ¤¨¤Æ²¼¤µ¤¤¡£¤Á¤Ê¤ß¤Ëshyon',5332,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('czer',5333,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quincy',5334,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥Ð¥¿¡¼¤É¤¦¤Ç¤¹¡©',5335,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('18',5336,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1¤Î¤¢¤Îdj¤â°ì½ï¤ËÍè¤ë¤«¤â¡Ä¡ù×Ä',5337,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cafe',5338,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('califas¤ÎÌÌ¡¹¤¬gŽ²ŽÍŽÞŽÝŽÄ¤ò³«ºÅ¢öŽ¹ŽÞŽ½ŽÄ¤Ë¶á¡¹mi',5339,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chachi',5340,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coke¤¬»²²Ã¡ª',5341,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dj¡Çs',5342,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('filthyzie',5343,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fromÉñÄá',5344,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('galvanize',5345,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gfw',5346,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goldring',5347,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane¡¢tyluvhunter¡¢playya1000nari¡¢tha',5348,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('krayzie',5349,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loak',5350,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mc¡Çs',5351,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nachocheese¡¢µþÅÔ¤«¤é¤Ïdj',5352,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paper¢­',5353,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('popo',5354,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rum',5355,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('spica',5356,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wed',5357,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wet',5358,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Âlow',5359,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ãalifas',5360,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ãoke',5361,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ã£É£Ð£È£Á',5362,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Äj',5363,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£ÄŽ°on',5364,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ä£Á£Î£Ã£Å£Ò',5365,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ä£Ê¡Ç£ó',5366,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£ÇŽ°£Ò£É£Ä£Å',5367,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ê£Ä',5368,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ë£É£Ä',5369,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Í£Ã',5370,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Í£Ã¡Ç£ó',5371,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Îacho¡¾£Ãheese',5372,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ðick',5373,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Òeal',5374,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ópecial',5375,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ôrash',5376,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô£È£Å',5377,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô£Ï£Ô£Á£Ì',5378,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Õp',5379,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÌ䤤¹ç¤ï¤»¤Ïride',5380,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªÌ䤤¹ç¤ï¤»¤Ï¢­',5381,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´ôÉìb¡Çs',5382,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»°¥ÎµÜ£Çemini',5383,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɱϩ£Ìow',5384,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɷƸ',5385,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('avatar¤â¤Ç¤­¤Þ¤·¤¿',5386,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('blak',5387,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jimmeyg',5391,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shy',5390,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shuho¡¡¡£¡¡dj',5392,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yen',5393,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ùfeaturring',5394,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù£¹·î£²£µÆü',5395,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢¨¡Èsection',5396,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É¡¡£¹·î£²£µÆü',5397,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿Íµ¤¤Ê¤¤¤ó¤Ç¤¹¤«¤Í',5398,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('contact',5399,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leerics',5400,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('list',5401,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('videos',5402,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('remedy',5403,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¤Þ¤¹¤è',5405,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤¦¤Ç¤¹¤Í¡£',5406,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zip',5423,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yukmouth¤Îgame',5422,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wave',5421,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prohosting',5420,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gameova2',5419,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gameova',5418,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daphatspot',5417,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('breathe',5416,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ó¡¼¥È¤Ï¤Îfabolous¤Î',5424,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾Ð¤¤¤Þ¤·¤¿',5425,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ë¤Ï¡¢5th',5428,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('l¤µ¤»¤Æ¤¤¤¿¤À¤­¤Þ¤·¤¿¡£',5429,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('golgo',5430,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('night¤Ë¤Æ',5431,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dayÇ㤤¤Þ¤·¤¿¡£',5432,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('intensios¤È¤«¤Î',5434,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('213high',5435,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('artist',5436,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('band',5437,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('box',5438,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('couz',5439,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daytion',5440,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('destino',5441,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('djz',5442,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('endanger',5443,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flyer500enoff',5444,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hyena',5445,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inn',5446,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jgren',5447,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lgy',5448,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('men2500¡¿1d',5449,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moto',5450,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nao',5451,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('open23',5452,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pfunk',5453,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('phobia',5454,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rollaz',5455,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rosa',5456,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ryo',5457,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shutaro',5458,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('str8i',5459,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tattoo',5460,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tetsuya',5461,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('troutman',5462,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('women2000',5463,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('±ê´¬',5464,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('available',5465,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('byrd',5466,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('caladon',5467,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chicks',5468,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clshe',5469,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ellegal',5470,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('flint',5471,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('glass',5472,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hattin',5473,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hey',5474,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('howard',5475,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('internet',5476,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jamon',5477,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('juneyski',5478,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('manipulator',5479,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('min',5480,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('misson',5481,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oreo',5482,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outtro',5483,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paris',5484,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('school',5485,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skratchs',5486,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smith',5487,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snippets',5488,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('striptess',5489,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tawana',5490,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tresjur',5491,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trespazz',5492,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tyler',5493,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹ðÃΤª´ê¤¤¤·¤Þ¤¹¡£',5494,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤É¤«¤Ê¤¤¤ó¤Ç¤¹¤è¡Á',5495,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤À',5496,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼ÂºÝall',5504,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('side¤Ènumskull¤Î¤ä¤Ä¤¯¤é¤¤¥Ó¡¼¥È¤ËÎسԤ¬¤¢¤Ã¤¿Êý¤¬',5498,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('slip¤Ë¤Ï¤Þ¤¿¥°¥Ã¤È°¥½¥Å٤ι⤤¶Ê¤òºî¤Ã¤Æ¤â¤é¤¤¤¿¤¤',5499,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hy8pe',5503,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('azz¤µ¤ó¤Ç¤¹¤«¡¦¡¦',5502,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ãæ³ØÀ¸ÌÜÀþ¤Ç¤¹¤±¤É',5505,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('couple',5507,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('badazz¤Ç¤Ï¤Ê¤¤¤Ç¤¹¢ö',5508,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ï̤ݤǤ·¤¿',5509,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼Â¤Ï¡¢',5510,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ê̤οͤʤó¤Ç¤¹¡£',5511,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cali¡¡boyz',5512,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('life¤Î¤Á¤ã¤ó¤È¤·¤¿¥¢¥ë¥Ð¥à¤¬³Ú¤·¤ß¤Ç¤¹',5513,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤¬£Ä£Ê¤·¤Æ¤ë¤ß¤¿¤¤¤Ç¤¹',5514,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£²£Ð£Á£Ã',5515,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bounds',5516,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyz¤Ï¥×¥í¥Ç¥å¡¼¥µ¡¼bighollis¤Î´ë²è¤Çcbo',5517,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coleone',5518,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keak',5519,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('laroo',5520,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('luni',5521,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pizzo',5522,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('roc',5523,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('skee',5524,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sneak',5525,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tnutty',5526,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£²Æ¡¢ºÇÂç¤ÎÃíÌܳô',5527,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('amazon¤Ë¤â¤¢¤ê¤Þ¤¹¤è',5528,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('eiht¤Ïstreiht',5529,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hype',5530,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('menace¤Ð¤«¤ê¤¬ÏÃÂê¤Ë¤Ê¤ê¤Þ¤¹¤¬¡¢',5531,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('money¤ä¼¡ºî¤Îyou',5532,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oya',5533,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Ç8',5534,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('growin',5535,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('murda',5536,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thicker',5537,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤âÆþ¤ì¤¿¤¤¤Ç¤¹¡£',5538,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ʊ¤¸¤Ç¤¹¤è¡Á',5539,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2nd¤âÂç¹¥¤­¤Ç¤¹¢ö',5540,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3rd¤Ï̾ÈפǤ¹¤Í¡ª1st',5541,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pt1',5542,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('27',5543,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0452528033',5544,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('30¤«¤é¼õÉÕ',5545,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('freefunk',5546,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('freefunkmusic',5547,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('green¤Ê¤É¤ÎºîÉʤÇÃΤé¤ì¤ë¡¢¤¢¤Îwillie',5548,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('live¤Î¸æ°ÆÆâ',5549,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('project¤Î¥·¥å¥¦¥¿¥í¥¦¤â¥²¥¹¥È»²²Ã¡ª',5550,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tel',5551,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Öfreefunk¤Ï²¶¤ÎÌ´¡×',5552,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤¿¡¢talk',5553,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»þ´Ö¡§start',5554,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÎÁ¶â¡§¡ï3000',5555,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sample',5605,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hype¤Ïtha',5559,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rmx¤É¤Á¤é¤¬¹¥¤­¤«¤Ïʬ¤«¤ì¤ë¤È»×¤¤¤Þ¤¹¤¬¡¢remix¤¬og',5558,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1¡¡³«ºÅ',5560,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ezweb',5561,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jp',5562,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pofd',5563,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ã£Ä£Ê¡ä',5564,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡÷£Á¡Ç£Ô£Ô£É£Ã',5565,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£±£°·î£²£¹Æü',5566,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ð£Å£Ð£Å',5567,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô¡ª£Ç£È£Ô',5568,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô£Á£Ë£Å£Æ£Õ£Í£É',5569,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ô£Ò£É£Ç£Ç£Á',5570,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£Ù£Ï£È£Å£É',5571,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ä¤¤¤ËÂè°ìÃÆgangsta',5572,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤É¤¦¤â¡¢tha',5573,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ets',5574,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jimmeyg¡¢dj',5575,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lawfull',5576,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡hyena',5577,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡£¡£¡£ladies',5578,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù£±£°·î£³£°Æü',5579,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ùº£²ó¤Î¡Èsection',5580,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É¡¡£±£°·î£³£°Æü',5581,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('£¸¡É¤Ï¡¢£è',5582,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tvt¤¬ÌäÂê¤Î¤è¤¦¤Ç¤¹',5583,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aligned',5585,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('re201',5604,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('macξÂбþ',5603,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('index',5602,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('html',5601,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moon',5590,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('echo',5600,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdÈÇ¡¢aiff',5599,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cdroms',5598,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Í褿¡ª',5597,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á᮳ڤ·¤ß¤Ç¤¹¡ª',5596,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('space',5606,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('waveline',5607,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wavÈÇ',5608,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£¡Öbit',5609,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£¡Ödrum',5610,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('keke¤¬1¶Ê¤ª¤­¤Ë3²óή¤ì¤¿¤â¤Î¤Ç¡¦¡¦',5611,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤ó¤Þ¤»¤ó',5614,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bighollis»Å»ö',5613,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»á¤Îthe',5615,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1puzsc8r',5671,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dre¤Î¶Ê',5672,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dreÄÉÅ饹¥ì¥Ã¥É',5673,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hicks',5674,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mark',5675,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('nav',5676,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wmv',5626,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Èbig',5627,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('livin¤Ç¤¹¡£',5638,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ä˼ê¤Ç¤¹¡£',5639,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¨¤§¡ª¡©',5640,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('11·î6Æü',5641,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1500',5642,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('30¡Á',5643,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('benn¤¬Éü³è¡ª',5644,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('califas¤Î¼çºÅ¼Ôdj',5645,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gossa',5646,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane¡ª¤½¤·¤ÆŤ¤ÄÀÌÛ¤«¤édj',5647,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('release',5648,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('steavens',5649,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yellow',5650,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£2sac',5651,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£lbcg',5652,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£playya1000',5653,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£tyluvhunter',5654,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥«¥Ã¥Á¥ã¥ó',5655,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bgm',5656,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dre¡Ä',5657,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lifes',5658,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡mac',5659,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ï¤êyoung',5660,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('breathing',5661,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ª¤Þ¤±¡§',5683,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('im',5663,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('leaving',5664,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('starz¤Îfreako¤¬¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤¿¤ê¡¢',5682,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('telling',5666,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('while',5667,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cbo¡¢killa',5681,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£·î¤Ïmac',5669,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤¬mac',5670,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ÜµÒ±é»Å»ö',5677,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥×¥í¥Ç¥å¡¼¥µ¡¼dj',5678,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅÓÃæ¡¢fat',5679,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËÜ̾andre',5680,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ËͤϤ³¤ì¤òÄ°¤¤¤Æmac',5684,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('000yen1d',5685,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('21',5686,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('500yen1d',5687,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('500yen1d¤Þ¤ÇŽÃŽÞŽ¨Ž½Ž¶Ž³ŽÝŽÄ¤µ¤»¤Æ夭¤Þ¤¹¡£',5688,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bottle',5689,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bustastudent',5690,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carvine¡Á3rd',5691,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd¤òŽÌŽßŽÚŽ¾ŽÞŽÝŽÄ',5692,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('close',5693,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crew¤Îdemo',5694,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dancers',5695,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dancer¤Ê¤É¤Î½Ð±éŽ±Ž°ŽÃŽ¨Ž½ŽÄ¤òÊ罸¤·¤Æ¤¤¤Þ¤¹¡£',5696,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hotdog',5697,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('master¡Èb¡Écloud',5698,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mcs',5699,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mc¹ñ¸÷',5700,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mic',5701,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mobile',5702,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('organized',5703,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rammiya',5704,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stage¡Á',5705,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('student¡ù',5706,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tono',5707,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yo1',5708,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ŽÃŽ·Ž°Ž×',5709,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Á',5710,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡ù¡ú¡ù¡ú¡ù',5711,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤êŽÏŽ½',5712,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤£¤â¤â',5713,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤Ë¤«¤¯Áû¤®¤¿¤¤',5714,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤Ç¤´Ï¢Íí¤¯¤À¤µ¤¤¡£',5715,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ìÀÚÌ䤤¤Þ¤»¤ó¡£',5716,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸½ºß¡¢carvine¤Ç¤Ïdj',5717,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Ð±é¼Ô¶ÛµÞÊ罸',5718,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿¶¤ëÉñ¤¤¼ò',5719,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·½Éizm',5720,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°¤Î¤á¤ê',5721,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅöÆü¡¢pm20',5722,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Í٤ꤿ¤¤',5723,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Íá¤Ó¤ë¤Û¤É°û¤ß¤¿¤¤',5724,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('002',5725,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0011',5726,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('0012',5727,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('202',5728,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('205',5729,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2sac',5730,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('304',5731,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('401',5732,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('503',5733,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3012',5734,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane¤¬¼¡¤ÎÆüÍÑ»ö¤¬¤¢¤ë°Ùtime',5735,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hagane¤ÎŽÌŽßŽÚŽ²¤òÄ°¤¤¤Æ¼ò°û¤ó¤Çchill¤·¤Þ¤·¤ç¤¦¡ù×',5736,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('playya1000',5737,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tyluvhunter',5738,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Ž¶Ž¯ŽÁŽ¬ŽÝ',5739,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ý¤Á¹þ¤ß',5740,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ý¤Á¹þ¤ß»®Ëº¤ì¤º¤Ë¡ª',5741,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Êѹ¹¤¬¤¢¤ê¤Þ¤·¤¿¡£',5742,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´Ö°ã¤¤¤Þ¤·¤¿¡£',5743,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('paradise',5744,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rest',5745,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cd',5746,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chop',5747,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dre¤ÎÊý¤¬ÀèÇÚ¤À¤½¤¦¤Ç¡¦¡¦¡¦°ÎÂç¤Ç¤¹¡£',5748,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hoe',5749,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('love»È¤¤',5750,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tee¤Èmac',5751,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cuzzin',5752,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lecta',5753,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤³',5754,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ó¥Ç¥ª',5755,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bitchz',5756,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gail',5757,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¥²¥Ã¥È¤Ç¤­¤Þ¤¹¡£',5758,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´ûȯ¶Ê',5759,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Á°È¾¥¹¥Ì¡¼¥×¤Î¿·¶Ê¤Î¥Ó¡¼¥È',5760,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤«¤Ã¤³¤¤¤¤¤Ã¤¹¡£',5761,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Á¤Ê¤ß¤Î»ä¡¢ecay',5762,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dl¤·¤Þ¤·¤¿¡£',5763,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃΤé¤Ê¤«¤Ã¤¿¤Ç¤¹¡£',5764,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dubcnn',5765,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lou¤¬',5766,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('westsiderap',5767,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gm¥Õ¥¡¥ó¡¢suc¥Õ¥¡¥ó',5768,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('new¥Ó¥Ç¥ª¤Ç¤¹¡£',5769,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shyna',5770,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ɬ¸«¡ª',5771,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('´èÄ¥¤Ã¤ÆÆɤó¤Ç¤ß¤Þ¤¹',5772,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¾×·â¤Ç¤¹',5773,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2004ǯ¥Ù¥¹¥È»®¡ª',5774,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bullet',5775,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤Ï¤Ù¤¿¤Ë',5776,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('child',5777,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cube¤â¤¤¤Þ¤¹¡£',5778,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('destinys',5779,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jon¤Î¶Ê',5780,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soldier¤Î¥Ó¥Ç¥ª',5781,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Èlil',5782,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('block',5783,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Éü³è¡ªbig',5784,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2¤È¥·¥ó¥°¥ë',5785,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kapone¤¬Îɤ¤¤Ç¤¹¡£',5786,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mjg¤Î',5787,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snips',5788,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤âal',5789,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥ë¥Ð¥à¤«¤é¤Î',5790,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magnolia¡¡chop¤È¤¤¤¦',5805,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sqad¡¡up',5806,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ªµ×¤·¤Ö¤ê¤Ç¤¹',5807,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ÎÁ°¡¢´ûȯ',5808,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ëmagnolia',5809,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angel8',5810,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('gh¤ÏËͤ⤫¤¤¤Þ¤·¤¿¡ª',5811,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('magnolia',5812,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('menace¤È¤«jdawg',5813,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smooth¤È¤«',5814,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tim',5815,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('burnaz¤Ã¤Æ¤Ê¤Ë¤²¤Ë¥Ô¥«¥Á¥å¥¦¤Î¥¢¥ë¥Ð¥à¤Ë',5816,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ì¤«¤ébig',5817,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥²¥¹¥È»²²Ã¤·¤Æ¤Þ¤¹¤Í',5818,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('19',5819,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('090',5820,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('160',5821,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('500±ß',5822,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('9208',5823,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('9721',5824,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('artist¢£',5825,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cap¢£',5826,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carvine',5827,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dancer',5828,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('event̾',5829,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('infomation',5830,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('izm',5831,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mc¢£',5832,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ok',5833,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('organizer',5834,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('staff',5835,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stage',5836,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tomsda',5837,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('total',5838,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xin',5839,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡¡mail',5840,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£djs¢£',5841,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£host',5842,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£live',5843,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¢£paint',5844,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤ê¥Þ¥¹',5845,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤Î¥Ç¥£¥¹¥«¥¦¥ó¥È',5846,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ê¤É¤Î½Ð±é¼Ô¤ÈʪÈνП´õ˾¼ÔÅù¤ò¼ã´³Ì¾Ê罸¤·¤Æ¤¤¤Þ',5847,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ëµ¤·Ú¤Ë',5848,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¤ß',5849,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Þ¤Ç²¼µ­¤Îemail',5850,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òÁ÷ÉÕ¤·¤Æ²¼¤µ¤¤¡£',5851,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤òÅöÆü¤Î',5852,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥ª¡¼¥·¥ã¥óp',5853,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Æ¥­¡¼¥é',5854,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ó¥ë',5855,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ìÇÕÉÕ',5856,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('±«µÜ',5857,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²ÎÉñ´ìÄ®',5858,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('²ñ¾ì',5859,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³«Å¹',5860,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¶½Ì£¤Î¤¢¤ëÊý¤Ï',5861,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸½ºß¡¢¡Ö',5862,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹ñ¸÷',5863,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('½Ð±é¼Ô',5864,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·½É',5865,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·½É¶è',5866,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÅìµþÅÔ',5867,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüÄø',5868,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÆüÍËÆü',5869,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Æþ¾ìÎÁ',5870,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÈÇ',5871,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÊÄŹ',5872,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('̾¸ÂÄê¤Ç¼õÉÕÃæ',5873,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ζǷ²ð',5874,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g´¶ÁÛ¥¹¥ì¥Ã¥É',5875,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('snoopdogg',5876,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤¤¤Æ¤ß¤Þ¤·¤¿',5877,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ewhites',5878,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('middle',5879,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('white',5880,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸«¤Þ¤·¤¿¤è¡Á',5881,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('atown',5882,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('crunk¤Î¤Û¤¦¤¬¤·¤Ã¤¯¤ê¤­¤Þ¤¹¡£',5883,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kapone¤Î¥½¥í¤Ã¤Æ¤É¤¦¤Ê¤Ã¤¿¤ó¤Ç¤·¤ç¤¦¤«¡©',5884,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¹¥­¡¼',5885,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¢¤È',5886,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trae¤Èdougie',5887,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¤Ïʸ¶ç¤Ê¤·¤È¤·¤Æ',5888,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoovʹ¤¤¤¿¤³¤È¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢¤É¤ó¤Ê´¶¤¸¤Ç¤·¤ç¤¦¤«¡',5889,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('content',5890,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mopreme',5891,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤Èhitemup',5892,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kapone¤ÏÀΤ«¤é¥¯¥é¥ó¥¯¤Ã¤Æ¸À¤Ã¤Æ¤Þ¤·¤¿¤â¤ó¤Í¡¼',5893,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Çlatest',5894,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dÇã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£',5895,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('raj',5896,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('and',5897,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('assassins',5898,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('asstrology',5899,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('asylum',5900,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bayou',5901,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bionik',5902,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bully',5903,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('camoflauge',5904,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('canabis',5905,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('carmen',5906,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chunch',5907,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comeback',5908,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('coola',5909,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('curricular',5910,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hg',5911,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hittaz',5912,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jbl',5913,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('killinem',5914,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('lekture',5915,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('maintainin',5916,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('mannie',5917,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('marked',5918,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('moor',5919,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oblivion',5920,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('oneeye',5921,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('optix',5922,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('profound',5923,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ptown',5924,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('quit',5925,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rajr',5926,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('redefines',5927,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('relatives',5928,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('scratches',5929,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('smoove',5930,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('step',5931,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('storm',5932,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('strom',5933,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sup',5934,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tammany',5935,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('truly',5936,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xtra',5937,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤³¤ìÍߤ·¤¤¤Ç¤¹',5938,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('juve',5939,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wacko',5940,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¾¾ÜºÙ¤Ï¸å¤Û¤É',5941,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('assassinmusic',5942,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('assassino',5943,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pack',5944,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clean',5945,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('glad',5946,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('posted',5947,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('production',5948,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â±ü¤¬¿¼¤¤¤Ç¤¹¡£',5949,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('i20',5950,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ë¤Ïzro',5951,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡×¤ß¤¿¤¤¤Ê¤³¤È¤ò¸À¤ï¤ì¤¿¤Î¤Ç¥¤¥ó¥¿¥Ó¥å¡¼¤ò¤ª´ê¤¤¤·',5952,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('˺¤ì¤Æ¤¿',5953,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥á¥ê¥«¤Ç¤â',5954,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('8¶Ì¡õmjg',5955,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('clche',5956,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('goodiemob',5957,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('i¤È£´£°£´soldiers',5958,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('jackio',5959,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kenoe',5960,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shawnna',5961,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('silktheshocker',5962,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trickdaddy',5963,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ò¤è¤¯Ä°¤¤¤Æ¤Þ¤¹¡£t',5964,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¸Ä¿ÍŪ¤Ë¤Ïclche¤¬¥Ù¥¹¥È¤Ç¤¹¡£',5965,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¼«Ê¬¤Ïpeteypablo',5966,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boo¶¦±é¡ª',5967,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ease¿·ÉÊ̤³«Éõ',5968,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('figgaz',5969,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('guyz',5970,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('kilog',5971,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pimp¤Ègangsta',5972,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pko',5973,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('rules',5974,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('south¥â¥ÎÊü½Ð',5975,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vol1',5976,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wise',5977,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·ÉÊ',5978,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·ÉÊ¥±¡¼¥¹¤Ë¥­¥º¤¢¤ê',5979,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('®ã2000±ßÌ㤤¼õ¤±¤Þ¤¹¤Î¤Ç¤è¤í¤·¤¯¸æ´ê¤·¤Þ¤¹',5980,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¡¢kenoe¡¢silktheshocker¡¢trae¡¢clche¡¢shawnna¡¢ja',5981,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pistol¡¢¤Ç¤¹¤Í¡£t',5982,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('taka',5983,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('20',5984,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('autograph',5985,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('exclusive',5986,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('inch',5987,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('instrumental',5988,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ordering',5989,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('record',5990,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('vinyl',5991,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('younglife',5992,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('borocc',5993,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¹¥¤­¤Ê¿Í¤Ï¤±¤Ã¤³¤¦µ¤¤ËÆþ¤ë¤È»×¤¤¤Þ¤¹¡£',5994,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ëxl¤Î¿·¶Ê',5995,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('beach',5996,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥Ó¥Ç¥ª¤Çlong',5997,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('Çä¤ì¤Æ¤Þ¤¹¤è¤Í¡¼¡ª',5998,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('outlawz¡¢thug',5999,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¿¤·¤«¤Ë¤¢¤Þ¤ê»÷¤Æ¤Ê¤¤¤Ç¤¹¤â¤ó¤ÍŽ¥Ž¥Ž¥',6000,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('°ÛÊì·»Äï¤Ê¤ó¤Ç¤¹¤Í',6001,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bidded',6002,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('price',6003,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('prices',6004,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('retail',6005,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('shipped',6006,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('trackin',6007,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('daddy¤â̤¤ÀÇã¤Ã¤Æ¤Ê¤¤¤Ç¤¹¡£¥¤¥«¥ó¤Ç¤¹¡£',6025,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pitbull',6009,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('south¤Ï',6010,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yute',6011,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bling¤Îtamale',6012,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bling¤Ç¤¹¡£¤Ä¡¼¤«¤³¤Î¿Í¥Á¥«¥Î¤Ê¤ó¤Ç´Ø·¸¤Ê¤«¤Ã¤¿¤Ç¤',6013,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chingo',6014,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¤¤¤¡Á¤Ç¤¹¤Í¡ª',6015,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥¢¥ë¥Ð¥à½Ð¤ë¤ó¤Ç¤¹¤Í',6016,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ʹ¤­¤Þ¤·¤¿',6017,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Înew¤ò¡¦¡¦¡¦',6018,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÄɲäÇt',6019,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yall¡Ê¥Ó¥Ç¥ª¡Ë',6020,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yall¤Î¥¨¥­¥¹¥È¥é',6021,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yes',6022,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('zro¤Èslim',6023,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡©geto',6024,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¬Îɤ«¤Ã¤¿¤Ç¤¹¡£',6026,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤·¤È¤ê¤Þ¤¹',6027,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('xl¤Ä¤Ê¤¬¤ê¤Ç',6028,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¿ô¶ÊÄ°¤±¤Þ¤¹¤Í¡£',6029,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('005',6118,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bridge',6119,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('bridje',6120,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('hilo',6121,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('luv¢£',6122,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('toki',6123,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('tue',6124,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('yokohama',6125,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¡Êb',6042,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Î¶Ê¤Î³ÊÔ',6043,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤â½Ð¤Æ¤Þ¤·¤¿¡£',6044,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¿·¶Êshine',6045,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('wc2k¤Ë3ǯÁ°¤Îking',6046,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤È¤³¤í¤Çlil',6047,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dvd¤À¤È»×¤Ã¤Æ¤¤¤Æ¡¢bonus',6048,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤ï¡£',6049,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('loyal',6050,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('perform',6051,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('soundclick',6053,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('play¤È¤«Ž¥Ž¥Ž¥¸Ä¿ÍŪ¤Ê¹¥¤ß¤¬¥â¥í¤Ë½Ð¤Æ¤Þ¤¹¡£',6115,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('2189',6058,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comes',6059,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('comic',6060,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('productid',6061,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('store',6062,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('thanx¤Ç¤¹¡£',6063,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¹¹¿·¤·¤Æ¤Þ¤¹',6064,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ewhite»ëÄ°¤·¤Þ¤·¤¿',6065,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('³Ú¤·¤ß¤ËÂԤäƤޤ¹',6066,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ĹÊÔ¥¤¥ó¥¿¥ô¥å¡¼',6067,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤¹¤¤¤Þ¤»¤ó¢¬ËͤǤ¹¡£',6068,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('1416¤Ë¿·¶Ê¤¢¤ê¤Þ¤¹¡£¥¢¥ë¥Ð¥à¤Ï´üÂԤǤ­¤½¤¦¤Ç¤¹¡ª',6069,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('3¶ÊÌÜ',6070,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('birdy',6071,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤ì¤È¡¢d',6072,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ï¤Á¤ç¤Ã¤ÈÃíÌܤǤ¹¤Í¡£',6073,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤ä¤Ã¤Ù¤§¤§¤§¡Á',6074,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤·¤Þ¤¹',6075,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÃΤê¤Þ¤»¤ó¤Ç¤·¤¿',6076,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('º£½µËö¤Ë¤Ï',6077,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Ã¤Æ¥¸¥ã¥ó¥ë¤òȯŸ¤µ¤»¤Æ¤Ã¤Æ¤â¤é¤¤¤¿¤¤¤Ã¤Æ´¶¤¸¤Ç¤',6078,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀµÄ¾drop',6079,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('boyã¤ÈÍèÆü¤Ã¤Æ±½¥Í¥Ã¥È¤Ç¸«¤Æ³Ú¤·¤ß¤ËÂԤäƤë¤ó¤Ç¤',6080,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('g¤Ã¤Æ¥¸¥ã¥ó¥ë¤òȯŸ¤µ¤»¤ë¤Ã¤Æ¤¤¤¦¤Î¤Ï¤¢¤ê¤Ç¤¹¤Í',6081,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('pv¤¤¤¤¤Ç¤¹¤è¤Í¡ª',6082,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤´Ìµº»ÂÁ¤·¤Æ¤Þ¤¹¢ö',6083,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('»ä¤â»²²Ã¤·¤¿¤¤¤Ç¤¹¡£',6084,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÀçÂ楤¥±¥Ê¥¤¥Ã¥¹',6085,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cashville',6086,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('chat',6087,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('dramatize',6088,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('fresh¤â³Ú¤·¤ß¤Ç¤¹',6089,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('urban',6090,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤½¤Î¾Îɤ«¤Ã¤¿¤â¤Î',6091,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('angie',6092,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('drop',6093,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('stone¤Îi',6094,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('baller',6095,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¥­¥ã¥Ã¥·¥å¥Þ¥Í¡¼¡ª¡ª',6096,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('ÄɲäǤ¹',6097,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('aor¤¬¹¥¤­¤Ê¤ó¤Ç¤¹¤Í¡Á¡£',6098,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('christopher',6099,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('cross',6100,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('sailing',6101,0); INSERT INTO `search_wordlist` (`word_text`, `word_id`, `word_common`) VALUES ('¤Ç¤·¤¿¡£hall',6102,0); -- -- Table structure for table `search_wordmatch` -- CREATE TABLE `search_wordmatch` ( `post_id` mediumint(8) unsigned NOT NULL default '0', `word_id` mediumint(8) unsigned NOT NULL default '0', `title_match` tinyint(1) NOT NULL default '0', KEY `post_id` (`post_id`), KEY `word_id` (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `search_wordmatch` -- INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,35,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,34,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,33,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,32,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,27,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,28,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,30,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (7,31,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (23,119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (23,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (188,1130,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (31,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,39,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,40,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,41,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,42,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,43,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,44,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,45,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,46,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,47,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,49,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,51,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,53,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,54,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,55,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,56,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,57,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,58,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,59,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,60,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,61,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,62,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,63,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,64,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,65,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,66,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,67,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,68,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,69,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,70,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,71,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (12,72,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,73,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,74,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,77,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,78,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,81,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,83,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,84,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,87,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,88,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (13,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,93,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,89,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,90,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,91,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (14,92,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,101,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,99,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,81,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (15,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (16,102,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (16,103,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,104,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,109,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (17,108,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (18,110,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (19,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (19,113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (19,112,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (20,114,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (20,115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (23,118,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (24,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (24,122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (24,123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (24,120,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,126,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,127,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,129,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,130,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (25,131,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (26,132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (26,133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (26,134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (27,128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (27,136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (27,137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (27,135,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (28,139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (28,138,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (29,128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (29,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (29,141,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (30,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (30,143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (30,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (30,144,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (30,145,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (31,146,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (32,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (32,148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (32,147,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (33,150,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (33,149,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (34,151,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (35,152,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,155,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,157,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,154,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (36,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,166,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (37,168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (38,169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (38,159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (38,154,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (38,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (39,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (39,162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (39,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (39,168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (39,171,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (40,169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (40,172,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (40,173,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (40,174,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (40,175,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (41,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (41,176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (41,178,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (41,177,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (42,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (42,179,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,182,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,154,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (43,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (44,184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (44,184,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (45,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (45,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (45,186,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (46,187,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (47,188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (47,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (47,189,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,191,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,193,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (49,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (50,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (50,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (50,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (51,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (51,194,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (53,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (53,195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,197,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,196,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (54,200,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (55,201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (55,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (55,203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (55,204,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,207,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,206,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,91,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,207,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (56,210,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (57,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (57,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (57,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (57,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (58,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (59,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (60,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (61,214,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (61,215,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (61,216,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (61,217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (62,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (62,219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (62,214,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (62,217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (63,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (63,220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (63,221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (63,222,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (64,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (65,223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (65,222,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (66,224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,225,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,214,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (67,217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (68,223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (68,222,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (69,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (69,233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (69,230,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (69,231,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (69,232,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,230,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,231,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (70,232,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (71,230,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (71,231,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (71,232,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (72,235,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,236,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,238,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (73,243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (77,248,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (78,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (78,254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (78,255,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (79,256,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (79,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (79,254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (80,257,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (81,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (188,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (83,259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (83,260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (83,261,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (84,270,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (85,271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (85,273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (85,272,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,225,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,280,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,281,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,214,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (86,217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (188,1128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (188,1127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1182,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (187,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (89,292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (89,293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (89,294,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (90,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,299,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (91,300,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,303,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,305,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,205,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,301,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,303,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,304,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (92,306,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,345,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,341,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,339,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (94,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (95,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (95,324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (95,325,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (95,326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (96,327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (96,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (96,328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,346,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,348,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,349,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (98,355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (99,294,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (101,356,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,371,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,370,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,357,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (102,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,379,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,376,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (103,379,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (104,384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (104,385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (104,386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (104,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (104,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (105,387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (105,388,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (105,356,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (106,389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (106,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (106,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (106,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (107,390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (107,391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (107,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (107,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,401,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (108,393,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,414,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,415,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,416,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,408,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (109,410,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,421,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (110,425,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,427,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,428,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,428,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,429,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (111,92,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (112,430,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (112,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (112,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (112,431,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (113,433,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (113,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (114,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (114,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (114,435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,441,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,446,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,450,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,456,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,464,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,467,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,469,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,470,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,471,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,473,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (116,478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,89,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,482,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,484,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,487,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,489,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,494,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,499,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,501,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,518,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,519,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,520,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,521,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (117,522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (118,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (118,523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (118,524,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (119,525,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (119,526,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,528,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,531,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,539,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,555,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,557,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (120,433,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (121,565,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (122,566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (122,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (122,568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (122,569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (122,567,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (123,577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,579,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,582,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,433,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (124,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (125,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (125,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (125,589,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (126,592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (126,590,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (126,591,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (127,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (127,593,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (128,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (128,571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (128,566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (128,573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (128,594,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (129,595,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (129,596,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (130,523,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,89,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (131,544,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (132,616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,99,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,433,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (133,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (134,620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (134,621,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (134,616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,626,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,627,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,632,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,635,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,636,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,639,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,647,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,662,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,594,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,668,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (135,669,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (136,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (136,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (136,589,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,670,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,671,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,673,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,433,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (137,329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,675,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,679,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,680,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (138,676,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (139,590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (139,682,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (139,681,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (140,687,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,735,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,736,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (141,716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (142,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (142,737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (142,738,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (142,654,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,741,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,742,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,743,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,744,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (143,687,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,748,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,752,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,753,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,751,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (144,735,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (145,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (145,754,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (145,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (145,589,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,756,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,757,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,755,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (146,759,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (147,627,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (147,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (147,640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (147,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (147,665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,26,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,769,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,762,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (148,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,770,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,774,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,775,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,777,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,778,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,779,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,781,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,769,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,762,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (149,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (150,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (150,783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (150,784,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,786,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,793,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,794,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,796,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,785,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,787,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (151,789,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (152,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (152,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (152,800,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (153,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (153,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (153,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (153,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (153,800,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,804,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,79,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (154,80,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (155,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (156,807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (156,806,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,49,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,81,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,889,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,824,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,832,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (157,887,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (158,677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (158,894,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (159,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (159,895,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (160,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (161,896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (161,897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (161,118,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (162,2645,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,903,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,945,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,942,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,147,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (164,905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (164,906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (164,677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (164,907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (164,894,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,74,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (165,910,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (166,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (166,914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (166,915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,930,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (167,941,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (163,429,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (168,908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (168,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (168,948,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (169,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (169,949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (169,951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (169,950,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,969,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,970,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,972,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,973,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,975,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,978,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,979,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,980,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (170,981,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,985,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (171,995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,1000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,1001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,1002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (172,998,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1007,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1009,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1010,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1016,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (173,1017,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,555,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1031,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1032,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1033,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1034,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (174,1037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (175,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (175,1039,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (175,1040,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,1042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,1043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (176,1045,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,1046,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,1048,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (177,1047,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,1050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,1051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,1052,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (178,1045,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,998,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,1062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,1061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,1060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,1059,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,1058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (179,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (180,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (180,1063,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (181,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (181,1052,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1094,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1085,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,625,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,952,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1179,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1178,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1175,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1174,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1173,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1172,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1171,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (182,1165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (189,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1118,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (183,1114,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (184,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (185,908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (186,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (189,1131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,1133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (190,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (191,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (191,952,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (191,625,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (191,1085,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (191,1094,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1144,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (192,1146,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (196,1195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1193,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1191,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1190,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1189,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1187,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1186,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (193,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (195,942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (195,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (195,1162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (195,1164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (195,1163,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (197,1196,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (197,418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (197,140,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (197,1197,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1200,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1204,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1207,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1214,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (198,1215,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (199,1216,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (199,1217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (199,162,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (199,1218,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,1219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,1220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,1216,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,1217,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,162,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (200,1218,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (201,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (201,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (201,1050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (201,1221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (201,1222,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,1223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,1224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,1226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,759,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (202,468,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (203,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (204,1227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (204,1228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (205,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (205,1229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (205,1230,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (205,1231,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1232,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1236,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1216,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1238,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (206,1236,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,1248,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,1249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,1250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (207,1251,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (208,1252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (208,1253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (208,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (209,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (209,1254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (209,1255,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1256,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1258,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1261,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,1257,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (210,338,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (211,1265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (211,1264,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1270,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (212,1273,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (213,1274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (213,1275,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (214,1146,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (215,1266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (215,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (215,1273,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (216,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (216,1280,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (216,1278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (216,1146,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (217,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (217,1281,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (218,1282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (218,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (218,1283,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (219,1215,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (220,1282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (220,1286,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (220,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (220,1283,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (221,1302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1303,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1306,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1310,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1305,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (222,1268,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,39,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,40,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1312,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1313,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1314,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1315,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,43,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1316,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1317,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,49,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,51,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1318,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,53,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,54,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,55,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,56,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,57,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,58,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,59,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1321,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,1324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,66,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,67,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,68,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,69,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,70,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,71,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (223,72,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (224,1325,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (224,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (224,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (224,1326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (224,1281,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,1327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,1328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,1305,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (225,1268,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (226,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (226,1329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (227,1337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (228,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (228,1338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (228,1339,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (229,418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (229,1332,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (229,336,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (229,1335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,2835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (495,2810,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (495,325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (495,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (494,2810,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (494,325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,455,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2151,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2149,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (493,2834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (492,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (492,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (491,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (491,2323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (490,2833,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (490,2832,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,455,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2151,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2149,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,1620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (489,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (488,2233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (487,2820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (487,2819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (486,2809,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (486,2818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (486,2817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (485,2704,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (485,2816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,2812,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,2815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,2814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,2813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,2812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (484,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (483,2810,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (483,325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (483,2811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (482,2809,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (482,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (481,2708,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (481,2707,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (481,1907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (481,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,789,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,788,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,2504,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,2708,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,2806,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,2808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (480,2807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (479,789,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (479,788,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (479,2504,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (479,2708,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (479,2806,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (478,2788,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (478,2805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (477,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,2804,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,2803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,2802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,2143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,2760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (476,1019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (475,2800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (475,2799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (475,2798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (475,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (474,2796,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (474,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (474,2795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2794,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2793,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (473,2789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,2788,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,2785,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,2788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,2786,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,2784,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,90,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (472,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (471,2783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (471,2782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (471,2781,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (471,2780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (471,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (470,2779,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (470,2778,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2777,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2775,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2774,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2770,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2769,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2764,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2757,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2756,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,2755,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,1019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (469,1351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (468,2732,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (468,2754,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2753,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2752,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2748,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,1861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (467,2747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (466,2746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (466,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2745,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2744,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2743,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2742,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,1616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2741,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2738,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2736,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,2733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (465,433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (463,2732,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2731,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (462,2726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (461,2725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (461,2724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (461,2723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2718,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,2717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (459,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,2716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (458,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (457,2708,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (457,2707,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (457,2715,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (457,2714,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (457,2713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2708,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2707,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2712,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2711,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2710,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (456,2709,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (455,2704,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (455,2706,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (455,2705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (455,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (454,2703,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (454,2649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (454,2648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (453,2696,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (453,2702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (453,2701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (453,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (452,2699,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (452,2697,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (452,2700,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (451,2696,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (451,2695,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (451,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (451,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2693,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2691,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2621,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (450,2692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,1890,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2289,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2687,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,1894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,1890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,43,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,2682,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,1888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (449,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1579,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (231,1577,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1582,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (232,1577,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1595,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,46,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1592,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1594,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (233,1599,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,1332,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,336,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (234,1335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1595,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,46,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1592,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1594,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (235,1599,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (236,1589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (236,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (236,1609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1612,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,210,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (237,1616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (238,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (238,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (238,1619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (238,1620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (238,1621,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1612,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,210,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (239,1616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,210,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1612,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (241,1628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (241,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (241,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (241,1629,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,1628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,1629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,1630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (242,1629,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (243,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (243,1633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (243,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (243,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (244,1637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (244,3718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (244,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (244,3717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (244,3716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1639,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1647,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1662,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1668,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1669,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1670,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1671,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1673,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1675,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1676,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1679,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (245,1680,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (246,1684,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (246,1686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (246,1685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (246,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (247,1687,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (248,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (248,1241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (248,1688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (240,1616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (252,1694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1695,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1697,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1698,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (253,1700,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (254,1701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (254,1702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (254,1236,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1236,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1804,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (255,1800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (256,1847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (256,406,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (256,407,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (257,1848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (257,1849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (257,1850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (257,1851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (257,1852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (258,1853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (258,1849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (258,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (258,1854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (258,1855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (259,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (260,1866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (260,1867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (260,1869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (260,1868,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (261,1871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (261,1872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (261,1873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (261,147,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (261,1870,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (262,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (263,406,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (263,407,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1875,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (264,1877,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (265,1882,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (266,1886,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (267,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,2838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (496,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (269,1902,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (270,1909,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (271,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (271,1912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (271,1911,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,99,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (272,1915,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (273,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (273,1920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (273,1921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (274,1938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (275,1932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (276,1937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (277,1948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (277,759,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (277,140,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (278,1949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (278,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (278,858,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (278,1951,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (279,1958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (280,1911,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (281,1909,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (282,1965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1970,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (283,1969,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,1972,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,1973,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,1974,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,990,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (284,1975,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (285,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (285,1977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1979,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1980,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1981,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1985,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1978,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (286,1169,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,1989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (287,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (290,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (291,1991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (291,1992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (291,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (291,1993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (291,1994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (292,1995,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,1996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,1997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,1998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,1999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,2000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,2001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (293,2002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,2003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,2004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1972,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1973,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1974,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,990,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (294,1975,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (295,2006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (295,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (295,2007,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (295,910,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,1128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,2011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,2008,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,492,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,2009,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (296,110,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (297,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (297,2012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (298,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (298,2013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (298,2014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (299,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (300,2022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,125,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (301,2023,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (307,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (307,2037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (306,2036,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (306,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (306,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (305,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,2030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,2031,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,2033,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,2034,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (303,2032,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (304,2035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (307,1577,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (308,2039,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (308,808,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (308,2040,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (308,2041,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (308,2042,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,2044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,2046,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (309,2045,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (311,2048,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,2049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,2050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (312,2036,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,2051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (313,2052,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (314,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (314,1920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (314,1921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,2053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,2054,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (315,1629,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,2055,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,2056,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,2057,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (316,1629,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2059,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,2063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (317,732,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (318,2064,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (319,2066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (319,2059,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (319,2065,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (320,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (320,2068,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (320,2069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (320,2070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (320,2067,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (321,2072,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (321,2073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (321,2071,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (342,2165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (342,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (342,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,2017,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,2294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,2293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,2282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (322,1448,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (322,91,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (322,2290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (322,2289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (323,2077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (323,2078,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,2079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,2080,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (324,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (325,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (325,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (325,2082,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2083,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,1085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2086,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2080,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2087,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (326,2088,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2089,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2090,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2091,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2093,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (327,2094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (328,2095,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (328,2096,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (328,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (328,2097,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (328,2098,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (329,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (329,2017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (329,2019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (329,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (329,195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2101,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2104,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2108,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2109,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1372,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1894,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (330,2110,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2112,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (331,2114,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (332,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (332,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (332,2118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (333,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (333,2119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (333,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (333,2120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (333,2118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,2121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,2122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,2123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,2124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (334,2125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2130,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,1862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2127,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (335,2133,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2136,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (336,2138,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (337,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (337,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (337,2142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (337,2143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,90,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,2136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,2145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,2147,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (338,2148,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2150,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2152,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2154,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2157,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (339,2158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,2159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,2160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (340,999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (343,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (343,2166,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (345,2206,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,2207,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,2208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,2209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (346,2210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2214,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2216,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2222,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2225,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2230,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (347,2231,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2232,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2236,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2234,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (348,2235,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2248,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,1229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (349,2249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (350,2254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2256,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2257,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2258,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (351,2261,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (352,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (352,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (352,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (352,507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (353,1418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (353,2263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (353,2264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,2265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,2266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,2267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,2127,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (354,2133,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (355,2077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (355,2078,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (355,118,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (356,2274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,2275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,2276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,2277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,2278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (357,2279,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (358,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (358,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (358,2272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (358,2280,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (358,1694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (359,2263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (359,2264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (360,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (361,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (362,2281,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,2282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,2283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,2284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,2285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (363,2286,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (364,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (364,2287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (364,2288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (365,2019,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (366,2295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (366,2296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (366,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (366,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (367,2297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (367,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (367,492,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (368,2303,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (370,2206,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (371,2307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (371,2306,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,2309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,2310,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,2311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,2308,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (372,466,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2324,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2322,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2320,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2321,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (373,2319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2339,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (374,2334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,2334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,2335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (375,2329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (376,2309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (376,2310,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (376,2311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (376,2308,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (376,466,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2341,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2320,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2322,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2324,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (377,2325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2346,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,2345,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (378,1335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (379,2071,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (380,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (380,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (380,2348,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (380,2350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (380,2349,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (381,2352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (381,2351,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (382,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (382,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (382,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (382,2329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,1165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2089,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2090,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2359,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2360,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2361,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2364,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2370,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,84,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (384,2378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,2380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (385,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (386,2385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2388,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (387,2392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (388,2393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (388,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (388,2394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (388,2395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (389,2396,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2656,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2655,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2654,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2653,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (445,2652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (445,2651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (445,2650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (444,2649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (444,2648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (443,2647,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (443,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (442,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (442,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (442,2646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (441,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (441,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (441,2646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (440,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (440,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (439,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (439,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (439,1637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (439,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (392,2401,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (393,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (393,2403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (394,2404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (394,2403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (394,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (394,2405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (394,2406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (395,2407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2412,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,1050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2414,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (396,2415,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (397,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (397,2416,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (398,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (398,2417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (438,1632,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (438,1631,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (438,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (400,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,2419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,532,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,719,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,542,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,468,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (401,517,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2421,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2423,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (402,2425,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (403,2440,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,2444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,2443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (404,2420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (405,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (405,2447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (405,2446,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (406,2448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (406,2449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (406,542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (406,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (406,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (407,2450,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (407,2451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (407,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,90,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,1548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (408,2455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2456,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (409,2459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (410,2463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,491,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,2780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,52,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2865,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (447,2660,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (447,2659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (447,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,2658,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (412,2473,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (412,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (412,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (413,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (413,90,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (414,2474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (414,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (414,2476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (414,2477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,2478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (415,2479,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (446,1168,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (416,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (416,2136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (417,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (417,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (417,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (417,2490,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2494,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,45,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2499,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2501,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,147,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2499,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2502,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1483,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,2506,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (418,1522,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (419,2509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (419,2510,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (420,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (420,2512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (420,2511,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (420,1599,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (422,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (422,2534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (422,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (422,2535,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (423,2509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (423,2512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (423,2536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (423,2511,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (423,1599,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (424,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (424,1568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (424,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (424,2535,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (425,2537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (425,2538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (425,2539,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2557,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (426,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,2561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,2562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,2563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,2564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (427,2476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2973,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2972,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2970,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2969,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1258,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2040,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,1885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2899,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,2898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (504,1585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (503,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,2865,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,2891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,2890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,2889,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (502,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (501,2883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,2882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,2881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,2400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,2875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,1962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (500,2880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,2874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (499,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,2810,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,325,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,2873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (498,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,1380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (497,2846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2606,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2595,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2594,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (429,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2562,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (430,2610,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (431,2306,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,2616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,2617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,876,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (432,887,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (433,2618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2621,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (434,2626,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (435,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (435,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (435,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (435,2627,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2632,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2635,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2636,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (436,2638,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (508,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,2987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,2716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (507,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (506,2985,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (506,2984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (506,2983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2963,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2981,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2980,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2979,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2978,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2975,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (505,2974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (508,2988,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3007,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3009,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3010,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,1994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3016,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,2625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,3022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (509,887,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3031,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3032,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3033,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3034,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (510,3037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (511,3038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (511,3039,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (511,3040,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (511,2780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (511,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (512,3042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (513,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (513,125,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (513,3043,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,3044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,3045,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (514,3046,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3047,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3048,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (516,3052,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (517,3053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (517,3054,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,2041,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,1390,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3072,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3071,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3068,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,3067,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (518,2265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3074,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,2806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3078,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3080,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (519,3082,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (520,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (520,3083,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (520,3084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,48,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,1332,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,5330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,5329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,5328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,5327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (845,3546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (521,2075,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (521,2099,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3090,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3091,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3093,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3095,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (522,3096,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,2062,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,3106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,3105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,3104,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,3103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,2219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,3102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (523,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3108,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3109,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3112,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3114,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,2363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,2365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3130,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,2325,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3144,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,2378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3116,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3136,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (524,3142,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3146,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3147,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3150,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3152,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3154,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3155,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,1142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3157,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (525,3158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (526,3160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (526,3159,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (526,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (526,759,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (527,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (527,3083,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (527,3084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (528,3161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (528,3053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (528,3162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (528,3054,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (528,3163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (529,57,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (530,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (530,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (530,3042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (530,3164,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (531,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (531,3165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (531,3167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (531,3166,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (533,3168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (533,3169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (533,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (533,3170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,1577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,3171,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (534,3172,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,2219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,3105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,3174,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (535,3175,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (536,3176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (536,3177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (538,1962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (538,3178,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (538,3179,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (538,3180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (538,3181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (539,3182,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (539,3169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (539,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (539,3170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (540,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (540,1050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,3184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (541,3185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (542,3186,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (542,3187,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (542,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (542,3188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (542,3189,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (544,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (543,3193,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (543,3194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (543,1637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (543,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (543,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (544,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (544,3196,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (544,3195,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,3197,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,3198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,3165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (545,3199,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (546,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (546,3200,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (546,3201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (547,3202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (547,1445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (547,3203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (547,3204,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,1256,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3207,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,2759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3214,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,2053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3216,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,2113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3222,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,3223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (548,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (549,3224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (549,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (551,3233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (551,3232,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (551,1294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (551,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (550,3231,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (551,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (552,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (552,3235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (552,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (552,1984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (552,3237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (553,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3238,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (554,3243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (555,495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (555,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (555,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3255,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (556,3256,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,3257,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,3259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,3260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (557,3258,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (558,201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (558,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (558,139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (559,139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (560,234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (560,3262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (560,139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (561,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (561,3263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (562,3264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (562,3265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (562,3266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (563,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (563,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (563,3267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (563,3268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (563,3269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (564,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (564,139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (565,139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (566,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (566,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (566,1936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (567,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (567,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (567,3498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (567,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (568,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (568,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (568,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (568,3273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (568,3274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (569,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (569,3275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (569,3276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (569,3277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (570,3278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (571,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (571,3279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (571,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (571,514,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (571,3280,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (572,3281,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,3282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,2180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,3283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (573,3284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,3267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,3268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (574,3269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3286,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,2912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,2933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (575,3302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,1049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,3303,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,1966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,2143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,3273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (576,3274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,2684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3305,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3306,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (577,3309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (578,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (578,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (579,3305,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (579,3307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (579,3309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (580,3277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (580,3275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (581,3317,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (581,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (581,3316,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (582,2511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (582,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (582,3319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (582,3318,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,5076,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,2422,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,48,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,5075,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,5078,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,3324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,3323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (583,5077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3339,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,2868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3341,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,1935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3345,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3346,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3348,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3349,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (585,3350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (587,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (587,3374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (587,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,1548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3370,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,2439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,2174,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,2995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3364,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,3363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (586,437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (587,3375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (588,3376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (588,3377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,3378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,3290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,3379,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (589,3380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,3381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,3382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,3383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (590,3384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (591,3385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (591,3386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (591,3387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (591,1615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (591,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3388,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,2422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,2901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (592,3392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (593,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (593,3393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (593,106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (593,3394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,3395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,3390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,3396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,2901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (594,3397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (595,3398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (595,3399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (595,3400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,3395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,3402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,3396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,2051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,3397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (596,3401,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (597,3407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (598,3413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (598,3412,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (598,3376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (598,3411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (598,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,3414,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,3415,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,3416,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (599,3417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,3376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,3412,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,3418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,3419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (600,3413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (601,3421,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3423,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,2914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,2269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,2748,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3425,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3427,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3428,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3430,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3432,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (602,3439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3441,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (603,3421,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (604,3445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (604,3447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (604,3448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (604,3446,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (605,3449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (605,3450,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (605,3451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (606,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (606,201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (606,3452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (606,3453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (606,3454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (607,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (608,1657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (608,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (608,3455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (608,3456,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,2939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,1598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,1050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (609,3463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (610,3469,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (610,3468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (610,3467,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (611,3470,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (612,3472,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (612,3473,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (613,3474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (613,3475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (613,3476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (613,3477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,3478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,3479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,3480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,3481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (614,3482,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (615,3483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (615,3484,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (615,3485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (615,3428,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (616,3486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (616,3487,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3489,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3490,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3491,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,3492,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,491,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (617,92,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (618,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (618,3493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (618,3495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (618,3494,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (619,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (619,787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (619,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (619,3496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (619,2045,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3499,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3501,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,2218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (621,3510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,2386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3518,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3519,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,2888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3520,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3521,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (623,3518,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3524,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3525,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3526,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,3523,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (624,210,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (625,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (626,2393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (626,910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (626,3528,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (626,3529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (627,3530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,1241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,3531,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,3532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,3533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (628,3534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3539,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (629,3540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (630,3541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (630,3542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (630,3543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (630,3544,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,3545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,3546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,3547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,3548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (631,3549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,1888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,1890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,1894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3557,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,1347,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3550,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3552,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3553,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3555,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,3556,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (632,966,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (633,2404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (633,2204,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (634,3558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (634,3559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (634,3560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (635,2780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (635,2323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (635,3561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (635,3562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3565,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,2624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3567,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (636,3572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,3573,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,2892,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,453,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,2133,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (637,1944,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (638,3578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (638,3580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (638,3579,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (639,3582,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (640,3584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (640,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (640,3585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (640,3586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,3588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,3590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,3587,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,3589,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,911,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,461,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (641,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,1962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3626,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3627,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,1663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,1660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3621,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,2400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,3610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (642,1638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,3628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,2876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,3629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,3630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,3631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (643,3632,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (645,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (645,2746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (645,3633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (646,787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (646,3634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (646,3635,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (646,3636,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3639,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,1380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3647,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,2411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,2932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,3660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (647,749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (648,3661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (648,3651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (648,3662,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (649,3663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (649,3664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (649,186,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3668,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3669,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3670,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3671,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3673,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3675,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3676,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3679,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3680,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3665,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,439,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,2177,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (650,3015,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3686,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3687,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (651,3472,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (652,3541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (652,3542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (652,3543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (652,3544,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,3689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,3690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,3691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,3692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (653,3693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,3694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,3695,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,629,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,3694,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,2111,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (654,3696,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (656,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (656,3493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (656,3495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (656,3697,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,3698,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,3699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,3700,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,3701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (657,3702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,2912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,2927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3703,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3704,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (658,3706,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (659,3686,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (659,3472,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (660,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (660,2404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (660,3707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (660,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (660,3621,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3709,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3710,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,2625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3711,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3712,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (661,3713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,2404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,3707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,3714,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,648,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (662,3621,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (663,3159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (663,3715,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (664,3159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (664,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (664,1637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (664,3715,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (665,3686,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (665,3472,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (666,3720,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,1890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,2972,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3723,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3730,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (667,3731,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (668,3721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (668,3725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,2684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,2287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,3304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,3306,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,3735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (669,3308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,3781,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3770,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3769,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,66,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,69,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,68,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,66,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3764,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,1320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,55,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,2898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3757,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3756,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,3755,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (671,39,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,3780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,3779,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,2684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (672,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3784,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3785,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3786,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,2649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3793,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3794,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (673,3795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (674,3796,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,57,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2359,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3804,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3889,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3899,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3930,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,3968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1372,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,2038,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (675,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (676,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (676,3969,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4007,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,4000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,1024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,2129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,3989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,1588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (677,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,4009,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,2265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,4011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,4008,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (678,4010,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,1127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,3074,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,2008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4016,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,3997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,3998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,3999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (679,4007,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,3378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,2320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4031,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,2362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4032,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4033,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4034,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,2322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4039,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4040,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (680,4044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4057,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,2322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4034,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,2008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,2362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4056,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4055,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,2320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,3074,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,3378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4054,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (684,4012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4040,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4059,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (685,4062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (686,4066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (686,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (686,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (686,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (688,4067,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (689,4068,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (690,3544,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,4069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,4070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,4071,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,4073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (691,4072,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,2806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,3165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (692,2274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4074,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4077,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4078,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4080,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,2742,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4082,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4083,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (693,4084,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (694,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (694,4085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (694,4086,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (694,4087,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (694,4088,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (695,4089,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (695,4090,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (695,1956,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (695,789,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (695,4091,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (696,4092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (696,4093,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4108,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4109,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,2145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,77,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4104,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (697,4103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (698,2362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (698,4110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (698,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (698,4008,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (698,4010,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,4120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,4119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,2274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,3165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,2806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (700,4069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,3724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,4135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (701,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,3723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,216,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,4142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,3731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,2867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,4144,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,4145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,4146,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (702,4143,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,3782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4147,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,2398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,2928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4150,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4152,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (703,4154,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (704,4155,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (704,4156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (704,4157,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (704,4158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (704,885,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (706,4159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,3782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4147,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,2398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,2928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4152,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4039,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (707,4143,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4166,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,3640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,2997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4171,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,3992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4172,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4173,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4174,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4175,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4178,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4179,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4182,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4186,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (708,4187,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,4188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,4189,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,1591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,4190,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,4191,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,4192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,2110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (709,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (710,4193,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,4194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,4195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,3124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,4196,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (711,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4197,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,1165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4200,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,1588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,2363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4204,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,3124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4207,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,3913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,2867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4196,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4214,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (712,4216,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,2609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,1290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4222,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4225,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,3913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (713,4228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,1235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,1694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4039,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4229,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4182,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4230,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (714,4143,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4231,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4232,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,3865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4233,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4236,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4182,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (715,4184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4238,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4242,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (716,4247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (717,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (717,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (717,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (717,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (717,4248,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,3814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,3815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4255,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,2759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,3006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4256,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4257,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4258,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4261,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (718,4263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,1954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,3628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,2746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4270,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,3628,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (719,4266,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,2141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,4272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,3399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,4273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (720,4274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,3847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,4275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (721,4266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,4276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,3327,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,161,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,92,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (722,110,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (723,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (723,4277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (723,4278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (724,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (724,4277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (724,4278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (725,1694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,1127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,4071,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,2284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,4260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,4261,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (726,4279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,3799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4280,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,1287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4281,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,2359,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,2924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4286,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,3885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,2810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (727,4294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (728,4295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (729,4296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (729,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,4297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,1483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,4212,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,3472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (730,4298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4303,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,3366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4305,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,1548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (731,4306,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (732,2265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (732,4308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (732,139,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (733,2362,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (734,4309,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (736,590,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (736,591,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (736,4310,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (736,510,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (737,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (737,2907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (737,4311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (737,4312,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (738,4313,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (738,4317,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (738,4316,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (739,2907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (739,4312,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (739,4318,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (740,4319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (740,4320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (740,4321,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (740,4322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (740,4318,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (741,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (741,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (742,4102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (742,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (742,4323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (742,4324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (743,4325,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,2967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (744,4339,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (745,4340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (745,2974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (746,433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (746,4342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (746,4343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (746,4344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,4328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,4330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,2967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,4345,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,4346,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (747,4347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (748,1631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (748,4110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (748,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (748,4349,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (748,4348,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (749,4350,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4359,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (750,4350,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4360,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4361,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4364,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4370,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4379,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4388,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4401,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4408,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4412,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4414,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4415,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4416,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4421,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4423,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4425,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4427,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4428,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4430,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4432,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4441,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4446,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4450,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4456,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4464,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4467,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4469,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4470,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4471,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4473,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4482,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4484,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4487,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4489,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4494,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4499,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4501,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4518,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4519,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4520,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4521,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4524,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4525,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4526,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4528,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4531,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4539,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4555,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4557,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4565,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4567,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4579,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4582,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4594,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4595,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,4415,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,2038,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (751,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2320,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3035,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3036,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3234,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4282,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4283,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4361,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4364,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4370,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4379,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4388,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4397,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4401,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4404,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4408,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4412,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4413,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4415,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4416,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4421,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4423,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4425,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4427,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4428,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4430,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4432,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4433,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4437,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4440,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4441,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4443,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4445,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4456,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4459,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4463,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4464,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4467,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4469,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4470,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4471,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4473,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4482,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4484,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4487,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4489,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4499,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4501,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4512,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4518,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4519,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4520,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4521,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4524,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4525,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4526,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4528,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4531,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4539,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4555,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4557,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4560,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4565,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4567,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4579,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4582,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4584,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4594,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4595,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4597,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,4415,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,2038,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (752,1505,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4360,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4613,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4614,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4414,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4621,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4623,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3114,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,586,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4446,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4450,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4626,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4451,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4627,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4457,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4632,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4635,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4636,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4639,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4647,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4494,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4662,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4498,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4668,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4669,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4670,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4671,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4673,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4675,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4676,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4679,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4680,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4681,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4682,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4558,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4687,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4695,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4697,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,4698,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (753,3967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4361,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4700,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4703,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4704,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4706,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4709,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4710,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4711,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4712,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4714,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4715,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4221,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1332,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4736,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4738,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4487,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4741,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4742,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4743,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4744,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1448,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4748,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4752,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1454,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4753,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4754,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4755,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4756,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4757,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4764,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4769,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4770,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3148,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4774,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1593,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4775,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4777,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4778,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4779,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4781,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4784,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4785,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4786,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4791,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,775,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4793,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4794,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4796,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1497,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4804,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,4822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,3964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (754,2378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3801,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,74,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,631,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4147,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3460,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,635,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4624,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4847,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,162,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4875,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4880,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2798,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4885,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4889,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4899,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4901,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,549,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3323,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3033,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,2246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4930,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,4934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (755,3968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3800,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3802,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1331,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,718,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,185,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,628,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4409,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4953,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,449,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4462,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4969,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4970,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4972,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3878,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4973,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4975,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3886,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4978,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4979,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,496,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4980,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4981,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4877,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4985,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3633,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4244,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,618,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3220,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3181,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5006,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4591,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5007,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5009,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,556,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5010,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3324,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,4607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5013,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,2461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5016,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,3630,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5021,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,5022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (756,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,5023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,5024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,5025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,5026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (757,4350,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,4629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,3915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5031,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,5032,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (758,4306,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5048,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5047,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5046,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5045,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,2694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,1654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,2996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,5043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (759,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,2299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,3915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5028,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,4356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,1094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,2252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5030,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (760,5051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,1981,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,1982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,1983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,1985,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (761,5052,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (762,5053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (763,5054,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (763,5055,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (764,5059,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (764,5058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (764,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (764,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,3799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,4442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5064,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,2180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5065,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (765,5066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (766,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (766,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (766,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (766,5067,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,2381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,2382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5071,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5072,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5067,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,5068,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (767,1652,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,1327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,2037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,5073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,5074,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,1327,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,2037,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (768,926,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,2037,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,5079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,5080,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (769,5081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,5084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,4350,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,5082,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,642,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (770,5083,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,2310,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,5084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,5085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,4350,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,5082,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,642,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (771,5083,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,5086,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,3787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,5087,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,5088,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (772,5089,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (773,121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (773,881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (773,5079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5090,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5086,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5091,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,3790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,3895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,3926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5088,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (774,5093,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,5096,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,5094,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,5095,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,1836,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (776,5097,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (777,5427,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (777,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (777,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (777,5426,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (778,5100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (778,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (778,5101,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (778,5102,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5104,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5106,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,3962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (779,5108,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5109,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5112,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (780,5114,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,2452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5120,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,2927,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,1135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,2219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5130,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (782,5135,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (783,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (783,1996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,5136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,4507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,5137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,5138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,2461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,4507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (784,5139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,1976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,4442,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5064,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,2180,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,1966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5065,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,1298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5141,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (785,5107,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (786,5100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (786,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (786,5101,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (786,5102,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (787,5142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (787,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (787,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (787,1044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,5136,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,4507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,5137,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,5138,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,2461,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,5143,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,4507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (788,5139,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (790,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5159,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,2284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,3965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5157,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5155,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5154,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (789,5153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (790,142,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,5161,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,5111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,5163,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (791,5164,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5166,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5169,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5171,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5172,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5173,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5174,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5175,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (792,5176,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (793,5177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (793,5179,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (793,5178,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (794,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (794,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (794,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (795,5184,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (795,5183,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (795,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (795,5167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,1907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5193,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5191,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5190,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (797,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5195,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5196,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5197,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (796,5198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (798,5199,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (798,5167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (798,5200,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (798,5201,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (798,1907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (800,5202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (800,5203,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (801,5204,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (802,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (802,5205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (802,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (802,5206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (802,5207,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5154,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5155,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,82,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,3965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,2284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5158,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (803,5160,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (804,3435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (804,5209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (804,5210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (804,1936,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,5211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,3856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,3864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,2264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,5213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,2685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1888,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,532,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1005,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,1890,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,5211,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,5212,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,3864,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (805,730,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (824,2145,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (834,5321,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (834,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,5326,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (806,164,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (807,5219,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (807,5218,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,2610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,1431,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5225,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (808,5228,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (852,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (852,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5226,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5239,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5238,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5237,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,2610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,3542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,444,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5236,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5224,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,389,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5235,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,5223,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (810,4350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (811,5240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (811,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (811,5241,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (853,5405,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (853,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,5247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,5246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,5245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,1113,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,4548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (813,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5248,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5250,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,4548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,192,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5246,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5253,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (814,5247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (815,5251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (816,3435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (816,5209,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (816,5210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (816,5254,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (816,1936,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (817,1132,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (817,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (828,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (828,5311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (818,5310,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (818,2589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (818,813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5260,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (819,5252,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (819,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (819,5259,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (819,5251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (819,5248,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5261,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,3665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,3666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,3615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,2921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,1653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,1656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,4767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5265,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,1660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,54,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5267,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,4596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5268,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5270,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,2921,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,2177,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,54,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (820,5272,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (821,5274,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (821,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (821,5251,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (821,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5275,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5276,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5278,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5279,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (822,5280,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (833,5320,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (833,5314,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (833,5319,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (833,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (833,5313,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (832,5318,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,1638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,1343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,75,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5287,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5288,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5289,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5290,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5291,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,4984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3676,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5293,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5294,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5295,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5297,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5299,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5300,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5301,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5302,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5303,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5304,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5305,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5306,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5307,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5284,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,5286,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,649,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,3620,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (826,227,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (827,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (827,5308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (827,5309,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (828,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (828,5312,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,5313,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,5205,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,3796,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,5206,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (829,5314,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (806,903,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (806,4653,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (806,156,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (830,5315,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (831,5316,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (831,5317,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (835,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (835,5322,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (837,472,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (838,5331,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,5333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,5334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,5327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,5328,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (839,5335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5336,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5337,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,4699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,3665,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,439,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5338,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5340,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5341,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,1390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5342,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5343,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5345,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5346,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,1653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5348,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5349,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,1656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5350,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5351,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5352,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,3619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,3131,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5353,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5354,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5355,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,3620,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,326,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5357,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5358,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5359,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5360,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5361,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5362,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5364,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5365,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5366,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5367,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5368,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5370,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5371,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5373,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5374,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5375,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5377,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5378,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5379,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5380,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5381,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5383,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5384,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (840,5385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (841,5386,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (841,5387,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (841,5333,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (841,5334,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (841,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,39,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (842,5390,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,40,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5392,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,55,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,66,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5395,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,68,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,69,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,66,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,5397,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (843,3773,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (844,1418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (844,2263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (844,2264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (846,3546,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (847,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (847,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (847,5398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,5399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,5400,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,5401,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,5402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,1542,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (848,5402,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (849,1950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (849,5398,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (850,46,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (850,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (850,5403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (850,5403,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (853,5406,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5425,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5424,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,99,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5423,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5421,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5420,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,1129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5417,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,5416,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (854,3630,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (855,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (777,5428,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,1959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,5429,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,5422,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (856,3630,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (857,5430,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (857,5431,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (858,5432,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (858,472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (858,5327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (859,5434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5819,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5284,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,3285,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5820,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,2167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (932,5818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (932,5817,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (932,5812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (932,5816,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (931,784,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (931,140,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (931,4554,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5814,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5813,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5812,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5811,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (930,5810,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5809,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5805,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (929,5783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (928,2092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,963,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,1590,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5790,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5788,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5786,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (927,5785,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (926,5784,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (926,52,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (926,532,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (926,5783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,2976,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,2953,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,725,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5779,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5777,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5782,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5781,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5780,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,5778,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (925,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,5774,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,5776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,3165,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,4787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,4015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,2008,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (924,5775,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,5773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,5772,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,2049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,2247,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,5766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (923,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,110,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,510,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,5770,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,1168,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,1020,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,5771,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,5769,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (922,5768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (921,5767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (921,5766,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (921,5765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1585,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,329,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2232,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5466,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5467,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1588,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,3110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,821,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5468,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5469,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5470,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5471,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1217,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,3866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5473,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2363,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5475,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5476,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5477,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5478,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1592,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5479,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5480,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5481,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5482,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5483,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5484,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,776,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5485,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5486,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5487,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5488,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,3140,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5489,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,4258,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5491,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5493,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,3344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5465,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,209,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,5403,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (863,1601,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,1134,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,2876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,5430,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (864,5431,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (865,5494,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (866,2876,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (866,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (866,5430,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (866,5431,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (867,5434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (867,271,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (867,3837,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (868,5432,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (868,472,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (868,5327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (868,5495,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (868,5496,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,5505,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,5504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,500,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,3393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,1589,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,5502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (869,5503,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (870,1894,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (870,1890,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (870,5507,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (870,1372,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (870,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,5502,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,5508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,5509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,5510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (871,5511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (872,5512,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,2511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,5508,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,3202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,5513,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (873,5511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (874,1936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,3385,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,3563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,5514,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,2273,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (875,5515,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5516,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,3815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5518,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,634,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,76,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5519,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5520,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5521,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,2806,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,2708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5522,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,4799,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5524,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5525,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5526,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (876,5527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (877,5528,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (877,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (877,330,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (877,330,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (879,1418,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (879,2263,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (879,2264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (879,2746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5529,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5531,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5532,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5533,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,5534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (880,4710,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5534,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,5538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (881,4710,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (882,3202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (883,5539,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (883,284,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5540,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5541,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5535,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,3240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,4660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,2750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5537,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (884,5538,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5544,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5543,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5545,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5438,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5547,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5548,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5550,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,85,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5552,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5553,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5554,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5555,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5546,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (885,5549,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (897,453,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (897,5611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (897,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (897,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,5542,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,5536,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,4660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,5559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,5530,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,629,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (887,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,91,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5563,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5564,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5565,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5567,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5571,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5572,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5573,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,5560,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,1026,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (888,3015,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,39,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5574,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,2892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,2075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5391,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5575,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5576,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,50,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,1824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5393,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5577,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3761,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3435,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5578,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,66,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5579,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5580,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,68,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5396,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3768,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5582,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,69,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3773,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,66,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,5581,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (891,3773,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (892,2269,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (892,4660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (892,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (893,5583,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5609,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,4608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5607,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5606,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5605,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5604,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5603,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5602,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5601,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5600,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,5598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (896,818,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (895,5597,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (895,5596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (899,5611,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (899,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (900,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (900,5613,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (899,4526,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (899,5615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (899,5614,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,3890,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5673,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5680,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5679,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5677,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5676,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5675,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5674,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (901,5671,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (902,5626,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (902,5627,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (903,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (903,5638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (903,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (903,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (903,5639,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (904,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (904,5640,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5641,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5642,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,4699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5643,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,3612,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5644,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5645,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,1648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5153,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5646,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5647,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,4737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,3759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5649,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,218,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,4596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,3954,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5651,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5652,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5653,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5654,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5655,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5272,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (905,5272,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,5656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,5657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,5658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,5659,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,5660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (906,725,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5639,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5683,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5682,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,1119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,1598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,787,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,2243,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5638,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,3027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5681,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,5661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (907,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,527,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,3327,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,1402,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5663,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5664,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,492,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5658,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,3027,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,1598,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,227,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5666,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5667,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5669,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (908,5670,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (909,5684,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5685,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,4699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5687,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5688,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5691,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5692,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5693,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,4411,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5694,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5695,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,3758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,1648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,3845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5697,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,2103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5562,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,48,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5698,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5700,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,4984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5703,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5704,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5706,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,1661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,3956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5709,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5710,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5711,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5712,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5713,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5714,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5715,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5716,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5717,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5722,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5723,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5724,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (910,5718,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,1656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,4767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,3759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5738,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5741,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (911,5742,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5726,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5727,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5728,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5730,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5731,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5732,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5733,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,188,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,637,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5735,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,1656,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,4767,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,3759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5737,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5738,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5739,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5741,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (912,5743,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (913,5403,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (914,5744,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (914,5745,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,2734,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,5746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,5474,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,1020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,49,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,5403,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (915,3966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,5747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,3837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,5748,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,407,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,4640,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,5749,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,4489,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,5750,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,4213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (916,5751,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,5752,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,376,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,3399,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,5754,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,5752,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,376,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,3399,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,5753,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,379,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (917,5755,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,5758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,5759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,5760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,5756,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,215,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,5757,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,488,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,4511,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (918,2133,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (919,1240,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (919,5762,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (919,5761,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (920,5758,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (920,5759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (920,5760,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (920,5764,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (920,5763,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5686,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,4699,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,4824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,4249,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,2170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5822,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5823,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5825,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5689,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5060,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5690,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5827,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5828,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,3615,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,3845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5829,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5697,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,2103,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5830,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5831,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,231,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5698,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5832,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5701,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5702,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5833,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,4984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5835,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5836,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5706,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,1661,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5551,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5837,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5707,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5838,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,3956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5708,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5840,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5841,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5842,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,99,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5846,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5848,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5849,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5851,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5853,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5855,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5857,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5858,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5860,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5861,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5862,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5863,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5864,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5719,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5865,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5720,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5866,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5721,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5868,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5871,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5872,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5873,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (933,5874,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (934,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (935,5875,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (935,5876,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (936,5877,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (937,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,5879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,5076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,5878,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,2263,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (938,5880,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,1292,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,5879,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,5076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,5881,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,329,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,5878,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,2263,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (939,5880,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (940,2043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (940,5882,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (940,5883,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (940,5884,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (940,5885,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (941,2999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (941,5886,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (943,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (943,5887,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (943,5888,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (944,2447,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (944,5807,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,5890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,5892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,3559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,1063,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,5891,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (945,2506,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (946,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (946,5893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (946,5894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (947,4308,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (947,5895,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (948,5896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5899,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,2919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,2729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,1657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5930,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,2989,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5901,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,3523,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5896,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5927,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (949,5930,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,1347,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,622,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5897,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5898,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5899,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5900,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5902,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,952,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5783,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,625,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5903,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5904,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5905,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5907,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5908,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5909,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5910,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3208,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,1394,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,2356,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,419,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,2919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5912,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,2729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5913,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5914,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5915,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,1168,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4763,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5916,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5918,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,1657,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5919,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5920,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5921,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5922,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,867,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5923,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4678,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5925,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5896,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5926,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5928,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5929,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5930,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5931,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5932,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5934,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5935,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3014,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,4599,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5937,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5938,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,2989,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5901,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,3523,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5896,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5927,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (950,5930,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,111,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,2149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,2852,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,2151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,5939,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,455,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,2951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,5940,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,5941,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,3499,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (951,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,5942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,1372,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,843,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,2503,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,5944,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,2038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (952,5943,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,815,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,5943,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,5945,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,4149,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,5946,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,856,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,3002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,5947,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,5948,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,4569,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (953,2967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (954,1025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (954,5949,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,2452,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,2797,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,5950,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,2976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (955,5951,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,5890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,740,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,2369,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,511,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,5892,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,3559,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (956,5953,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (957,1971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (957,5954,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5955,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5956,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,245,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5957,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5958,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5959,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5960,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5961,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5962,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,510,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5963,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5964,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (958,5966,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5967,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4410,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,215,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,826,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5968,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5969,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5970,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,850,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2924,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,1590,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5971,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,458,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4151,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4784,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4672,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5972,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4795,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2792,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2133,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,4893,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,596,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,507,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,434,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,210,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5977,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,1277,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5978,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5979,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5980,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,2616,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,3332,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,335,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5973,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (959,5975,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (960,5982,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (960,5983,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (960,5965,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5984,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5942,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5985,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1803,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,3845,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5986,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5988,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,4765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,2177,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5989,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1490,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1894,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,198,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5990,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,587,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1834,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5991,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,2870,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5992,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,570,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,5946,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (961,1834,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (962,5993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (962,5994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (962,5995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (963,5996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (963,5997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (963,5998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,3523,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,5999,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,747,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,1509,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,6000,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,6001,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (964,5953,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (965,4705,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (965,2911,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,6002,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,2987,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,1890,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,6003,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,6004,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,6005,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (966,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,2729,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,854,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,6007,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,4610,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,6006,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (967,5991,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,642,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,29,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6120,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,529,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6129,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6128,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (978,6028,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (978,6029,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (978,5765,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (978,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,6027,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,6026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,156,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,5211,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,6025,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (977,4382,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,2561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,4844,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,4202,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,5917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,2933,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,6009,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,2974,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,2976,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,517,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,6011,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,110,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (970,434,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (971,6012,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (972,6014,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,5993,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,5994,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,1696,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,6015,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,5995,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,6017,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (973,6016,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (974,5996,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (974,5997,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (974,5998,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (974,284,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (975,6018,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (975,6019,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6020,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6022,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6023,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,585,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6021,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6022,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (976,6024,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,5298,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6127,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6126,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,5650,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6124,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,266,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6123,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,1660,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,5648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,52,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,3619,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,759,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6122,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,3617,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6121,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,3616,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,29,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,1648,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,4194,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6119,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,2170,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,4824,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,4936,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,808,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,6118,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (979,2167,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (980,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (981,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (981,6042,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (981,6043,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (981,6044,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (981,6045,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (982,6046,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (985,6047,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (983,284,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (986,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (986,335,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (986,1264,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (987,6048,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (987,6049,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,839,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,6050,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,2105,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,6051,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,3344,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,1063,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,46,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (988,3403,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1013,6131,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1013,6117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1013,6116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1013,6115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1013,4024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1012,642,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1012,29,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1012,6120,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1012,529,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1012,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1011,6117,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1011,6116,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1011,6115,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1011,4024,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,2608,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6058,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,1063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,5465,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,262,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,5746,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,125,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6059,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,296,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,5891,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6061,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,2504,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,789,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,2506,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6053,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6062,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,2869,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,1063,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,5465,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,1219,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,6060,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (991,296,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (992,1311,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (992,6063,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (992,1038,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (992,5986,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (993,6064,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (994,6065,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (995,6066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (995,6067,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (996,6068,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,6069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,6070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,45,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,6072,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,6073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,6071,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (997,444,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (998,6074,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (999,6075,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (999,6074,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6069,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6070,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,725,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,45,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6072,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6073,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6076,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,6071,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1000,444,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1001,6066,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1001,6067,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1001,6077,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1002,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1002,6079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1003,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1003,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1003,532,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1003,121,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,1041,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,1568,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,6081,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,6082,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,6084,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,6079,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1004,6083,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1005,1570,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1005,6085,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1005,436,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1005,532,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1005,121,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,2561,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6086,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6087,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6088,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6089,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,2859,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,5917,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,3906,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,1026,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6090,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,1566,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1006,6091,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1007,6092,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1007,6093,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1007,3213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1007,6094,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1007,86,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,6095,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,2757,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,4213,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,6096,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,6097,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,6095,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1008,2757,1); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,6098,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,6099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,6100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,6101,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1009,6102,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,436,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,6098,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,6099,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,6100,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,98,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,6101,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,1581,0); INSERT INTO `search_wordmatch` (`post_id`, `word_id`, `title_match`) VALUES (1010,6102,0); -- -- Table structure for table `sessions` -- CREATE TABLE `sessions` ( `session_id` char(32) NOT NULL default '', `session_user_id` mediumint(8) NOT NULL default '0', `session_start` int(11) NOT NULL default '0', `session_time` int(11) NOT NULL default '0', `session_ip` char(8) NOT NULL default '', `session_page` int(11) NOT NULL default '0', `session_logged_in` tinyint(1) NOT NULL default '0', PRIMARY KEY (`session_id`), KEY `session_user_id` (`session_user_id`), KEY `session_id_ip_user_id` (`session_id`,`session_ip`,`session_user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `sessions` -- INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('226bc85f3b0462a680957ea38f39af65',-1,1104373503,1104373503,'3d4e3da5',10,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('6dc068639b6f33879b3fcee3a9e33966',-1,1104372095,1104372158,'3dce4d7f',7,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('422ca48711b3c61777bc6891a84adb0f',-1,1104368898,1104368898,'de9e3e4c',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('9c0a4bb474ebe22c1bc9524bf0000e29',-1,1104373501,1104373501,'dbac8c40',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('7627f4aab2647635b339dee900450692',-1,1104375547,1104375547,'3dc5140d',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('c951b39d9cf62a3e2b456347e4c74c61',-1,1104380565,1104380565,'de9e3c40',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('727f81bddc53dcd8ca2ac69e30f866b2',-1,1104379367,1104379367,'dae19f40',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('2daa465a74a4fa15ba9c90c60c5b2842',-1,1104375670,1104375670,'da2db435',0,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('2bb2aef08eccf6a28e721afb444722eb',-1,1104375017,1104375017,'189881ab',1,0); INSERT INTO `sessions` (`session_id`, `session_user_id`, `session_start`, `session_time`, `session_ip`, `session_page`, `session_logged_in`) VALUES ('5c8a3381779d2c7a13babe2703de02a9',-1,1104373482,1104373482,'3d4e3da5',0,0); -- -- Table structure for table `smilies` -- CREATE TABLE `smilies` ( `smilies_id` smallint(5) unsigned NOT NULL auto_increment, `code` varchar(50) default NULL, `smile_url` varchar(100) default NULL, `emoticon` varchar(75) default NULL, PRIMARY KEY (`smilies_id`) ) TYPE=MyISAM; -- -- Dumping data for table `smilies` -- INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (901,':D','icon_biggrin.gif','Very Happy'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (743,':)','icon_razz.gif','Smile'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (746,':(','icon_sad.gif','Sad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (749,':o','icon_surprised.gif','Surprised'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (752,':shock:','icon_eek.gif','Shock'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (753,':?','icon_confused.gif','Confused'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (754,':-?','icon_confused.gif','Confused'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (755,':???:','icon_confused.gif','Confused'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (756,'8)','icon_cool.gif','Cool'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (757,'8-)','icon_cool.gif','Cool'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (758,':cool:','icon_cool.gif','Cool'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (759,':lol:','icon_lol.gif','Laughing'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (760,':x','icon_twisted.gif','Mad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (761,'::?','icon_confused.gif','Yellow Confused'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (762,':mad:','icon_mad.gif','Mad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (763,':razz:','icon_razz.gif','Razz'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (764,':oops:','icon_mrgreen.gif','Embarassed'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (765,':cry:','icon_cry.gif','Crying or Very sad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (766,':evil:','icon_twisted.gif','Evil or Very Mad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (767,':twisted:','icon_twisted.gif','Twisted Evil'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (768,':roll:','icon_rolleyes.gif','Rolling Eyes'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (769,':wink:','icon_wink.gif','Wink'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (770,';)','icon_wink.gif','Wink'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (771,';-)','icon_wink.gif','Wink'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (772,':!:','icon_exclaim.gif','Exclamation'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (773,':?:','icon_question.gif','Question'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (774,':idea:','icon_idea.gif','Idea'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (775,':arrow:','icon_arrow.gif','Arrow'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (776,':|','icon_neutral.gif','Neutral'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (777,':-|','icon_neutral.gif','Neutral'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (778,':neutral:','icon_neutral.gif','Neutral'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (779,':mrgreen:','icon_mrgreen.gif','Mr. Green'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (780,'0X','new_alien.gif','#alien'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (781,':angel:','new_angel.gif','#angel'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (782,':shocked!:','new_shocked.gif','#Shocked'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (783,':2gunfire:','new_2gunsfiring_v1.gif','#2gunfire'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (784,'::idea:','icon_idea.gif','yellow idea'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (785,'::D','icon_biggrin.gif','Yellow Very Happy'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (786,':8:','icon_cool.gif','Yellow Cool'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (787,'::cry:','icon_cry.gif','Yellow Cry'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (788,'::(','icon_sad.gif','Yellow Sad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (789,':eeeek:','icon_eek.gif','eeeeek'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (790,'::!:','icon_exclaim.gif','Yellow Exclaim'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (791,'::roll:','icon_rolleyes.gif','Yellow Rolleyes'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (792,'::evil:','icon_evil.gif','Yellow Evil'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (793,'::wink:','icon_wink.gif','Yellow Wink'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (794,'::razz:','icon_razz.gif','Yellow Razz'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (795,'::twisted:','icon_twisted.gif','Yellow Twisted'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (796,'::x','icon_mad.gif','Yellow Mad'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (797,'::lol:','icon_lol.gif','Yellow Laugh'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (798,'::o','icon_surprised.gif','Yellow Surprised'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (799,'::?:','icon_question.gif','Yellow Question'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (800,'::|','icon_neutral.gif','Yellow Neutral'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (801,'::oops:','icon_redface.gif','Yellow Oops'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (802,'::arrow:','icon_arrow.gif','Yellow Arrow'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (803,'=D>','eusa_clap.gif','Applause'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (804,'[-X','eusa_naughty.gif','Shame on you'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (805,'=;','eusa_hand.gif','Speak to the hand'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (806,'\\:D/','eusa_dance.gif','Dancing'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (807,':crazy:','bduh.gif','Crazy'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (808,':birdman:','XXbirdman.gif','Birdman'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (809,':alien:','alien.gif','alien'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (810,':bom:','bom.gif','bom'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (811,':drunken:','drunken_smilie.gif','drunken'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (812,':flower:','icon_flower.gif','flower'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (813,':geek:','icon_geek.gif','geek'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (814,':pirate:','icon_pirat.gif','pirate'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (815,':rr:','icon_rr.gif','rr'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (816,':santa:','icon_santa.gif','santa'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (817,':thumbright:','icon_thumleft.gif','thumbright'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (818,':thumbleft:','icon_thumright.gif','thumbleft'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (819,':bootyshake:','bootyshake.gif','bootyshake'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (820,':withstupid:','iamwithstupid.gif','withstupid'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (821,':3some:','3some.gif','3some'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (822,':angel1:','angel1.gif','angel1'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (823,':angel2:','angel2.gif','angel2'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (824,':angel3:','angel3.gif','angel3'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (825,':angel4:','angel4.gif','angel4'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (826,':angel5:','angel5.gif','angel5'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (827,':angel7:','angel7.gif','angel7'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (828,':angel8:','angel8.gif','angel8'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (829,':angel9:','angel9.gif','angel9'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (830,':angel10:','angel10.gif','angel10'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (831,':angel11:','angel11.gif','angel11'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (832,':angel12:','angel12.gif','angel12'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (833,':angry1:','angry1.gif','angry1'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (834,':angry2:','angry2.gif','angry2'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (835,':angry3:','angry3.gif','angry3'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (836,':angry5:','angry5.gif','angry5'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (837,':angry6:','angry6.gif','angry6'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (838,':angry8:','angry8.gif','angry8'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (840,':book:','book1.gif','book'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (841,':director:','director.gif','director'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (842,':dontknow:','dontknow.gif','dontknow'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (843,':iconbiggrin:','icon_biggrin.gif','icon_biggrin'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (844,':icon_smile:','icon_smile.gif','icon_smile'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (845,':love3:','love3.gif','love3'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (846,':love7:','love7.gif','love7'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (847,':tongue9:','tongue9.gif','tongue9'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (854,':leftfighter1:','qleft1.gif','leftfighter1'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (855,':leftfighter2:','qleft2.gif','leftfighter2'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (856,':leftfighter3:','qleft3.gif','leftfighter3'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (857,':leftfighter5:','qleft5.gif','leftfighter5'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (858,':leftfighter7:','qleft7.gif','leftfighter7'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (859,':rightfighter1:','qright1.gif','rightfighter1'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (860,':rightfighter2:','qright2.gif','rightfighter2'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (861,':rightfighter3:','qright3.gif','rightfighter3'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (862,':rightfighter4:','qright4.gif','rightfighter4'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (863,':rightfighter5:','qright5.gif','rightfighter5'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (864,':rightfighter6:','qright6.gif','rightfighter6'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (865,':rightfighter7:','qright7.gif','rightfighter7'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (866,':transformer:','4robot.gif','Transformer'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (867,':crackup:','5crackup.gif','Crackup'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (868,':badairday:','5badair.gif','Bad Air Day'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (869,':wolverinex:','5wolverine.gif','Wolverine X'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (870,':explosivesmile:','5bomb.gif','Explosive smile'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (871,':forbiddensmile:','5forbidden.gif','Forbidden Smile'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (872,':deathlyobsessed:','5obsessed.gif','Deathly Obsessed'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (873,'Zombie Smile','5ziplip.gif','My Lips are 5zombie.gif'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (874,':zombiesmile:','5ziplip.gif','My Lips are 5zombie.gif'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (875,':hothot:','5hot.gif','Hot Hot'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (876,':youbutthead:','5butthead.gif','You Butthead'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (877,':stoopyd:','5dunce.gif','Stoopyd'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (878,':grouphuuug:','5grouphug.gif','Group Huuug!'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (879,':signyes:','5yes.gif','Sign Yes'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (880,':signoops:','5oops.gif','Sign Oops'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (881,':signhi:','5hi.gif','Signhi'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (882,':signlol:','5lol.gif','Signlol'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (883,':signno:','5no.gif','Signno'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (884,':signoh:','5oh.gif','Signoh'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (885,':signok:','5ok.gif','Signok'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (886,':signhelp:','5help.gif','Signhelp'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (887,':signyo:','5yo.gif','Signyo'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (888,':signyeah:','5yeah.gif','Signyeah'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (889,':signugh:','5ugh.gif','Signugh'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (890,':signsigh:','5sigh.gif','Signsigh'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (891,':signquestion:','5question.gif','Signquestion'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (892,':signhuh:','5huh.gif','Signhuh'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (893,':signthanks:','5thanks.gif','Signthanks'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (894,':signcool:','5cool.gif','Signcool'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (895,':signwow:','5wow.gif','Signwow'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (896,':signbye:','5bye.gif','Signbye'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (897,':signexclaim:','5exclaim.gif','Signexclaim'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (898,'\\:D/','eusa_dance.gif','Dancing'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (899,'\\:D/','eusa_dance.gif','Dancing'); INSERT INTO `smilies` (`smilies_id`, `code`, `smile_url`, `emoticon`) VALUES (900,'\\:D/','eusa_dance.gif','Dancing'); -- -- Table structure for table `themes` -- CREATE TABLE `themes` ( `themes_id` mediumint(8) unsigned NOT NULL auto_increment, `template_name` varchar(30) NOT NULL default '', `style_name` varchar(30) NOT NULL default '', `head_stylesheet` varchar(100) default NULL, `body_background` varchar(100) default NULL, `body_bgcolor` varchar(6) default NULL, `body_text` varchar(6) default NULL, `body_link` varchar(6) default NULL, `body_vlink` varchar(6) default NULL, `body_alink` varchar(6) default NULL, `body_hlink` varchar(6) default NULL, `tr_color1` varchar(6) default NULL, `tr_color2` varchar(6) default NULL, `tr_color3` varchar(6) default NULL, `tr_class1` varchar(25) default NULL, `tr_class2` varchar(25) default NULL, `tr_class3` varchar(25) default NULL, `th_color1` varchar(6) default NULL, `th_color2` varchar(6) default NULL, `th_color3` varchar(6) default NULL, `th_class1` varchar(25) default NULL, `th_class2` varchar(25) default NULL, `th_class3` varchar(25) default NULL, `td_color1` varchar(6) default NULL, `td_color2` varchar(6) default NULL, `td_color3` varchar(6) default NULL, `td_class1` varchar(25) default NULL, `td_class2` varchar(25) default NULL, `td_class3` varchar(25) default NULL, `fontface1` varchar(50) default NULL, `fontface2` varchar(50) default NULL, `fontface3` varchar(50) default NULL, `fontsize1` tinyint(4) default NULL, `fontsize2` tinyint(4) default NULL, `fontsize3` tinyint(4) default NULL, `fontcolor1` varchar(6) default NULL, `fontcolor2` varchar(6) default NULL, `fontcolor3` varchar(6) default NULL, `span_class1` varchar(25) default NULL, `span_class2` varchar(25) default NULL, `span_class3` varchar(25) default NULL, `img_size_poll` smallint(5) unsigned default NULL, `img_size_privmsg` smallint(5) unsigned default NULL, PRIMARY KEY (`themes_id`) ) TYPE=MyISAM; -- -- Dumping data for table `themes` -- INSERT INTO `themes` (`themes_id`, `template_name`, `style_name`, `head_stylesheet`, `body_background`, `body_bgcolor`, `body_text`, `body_link`, `body_vlink`, `body_alink`, `body_hlink`, `tr_color1`, `tr_color2`, `tr_color3`, `tr_class1`, `tr_class2`, `tr_class3`, `th_color1`, `th_color2`, `th_color3`, `th_class1`, `th_class2`, `th_class3`, `td_color1`, `td_color2`, `td_color3`, `td_class1`, `td_class2`, `td_class3`, `fontface1`, `fontface2`, `fontface3`, `fontsize1`, `fontsize2`, `fontsize3`, `fontcolor1`, `fontcolor2`, `fontcolor3`, `span_class1`, `span_class2`, `span_class3`, `img_size_poll`, `img_size_privmsg`) VALUES (1,'subSilver','subSilver','subSilver.css','','ffffff','000000','006699','5493B4','','DD6900','EFEFEF','DEE3E7','D1D7DC','','','','98AAB1','006699','FFFFFF','cellpic1.gif','cellpic3.gif','cellpic2.jpg','FAFAFA','FFFFFF','','row1','row2','','Verdana, Arial, Helvetica, sans-serif','Trebuchet MS','Courier, \'Courier New\', sans-serif',10,11,12,'444444','006600','FFA34F','','','',NULL,NULL); INSERT INTO `themes` (`themes_id`, `template_name`, `style_name`, `head_stylesheet`, `body_background`, `body_bgcolor`, `body_text`, `body_link`, `body_vlink`, `body_alink`, `body_hlink`, `tr_color1`, `tr_color2`, `tr_color3`, `tr_class1`, `tr_class2`, `tr_class3`, `th_color1`, `th_color2`, `th_color3`, `th_class1`, `th_class2`, `th_class3`, `td_color1`, `td_color2`, `td_color3`, `td_class1`, `td_class2`, `td_class3`, `fontface1`, `fontface2`, `fontface3`, `fontsize1`, `fontsize2`, `fontsize3`, `fontcolor1`, `fontcolor2`, `fontcolor3`, `span_class1`, `span_class2`, `span_class3`, `img_size_poll`, `img_size_privmsg`) VALUES (2,'subSilver','c2c','c2c.css','','ffffff','000099','','','','0000cc','ffffff','ffffff','ffffff','','','','0000ff','0000ff','000099','cellpic1.gif','cellpic2.gif','','0000ff','','','row1','row2','','Osaka','','',10,11,12,'ffffff','0000ff','0000ff','','','',NULL,NULL); INSERT INTO `themes` (`themes_id`, `template_name`, `style_name`, `head_stylesheet`, `body_background`, `body_bgcolor`, `body_text`, `body_link`, `body_vlink`, `body_alink`, `body_hlink`, `tr_color1`, `tr_color2`, `tr_color3`, `tr_class1`, `tr_class2`, `tr_class3`, `th_color1`, `th_color2`, `th_color3`, `th_class1`, `th_class2`, `th_class3`, `td_color1`, `td_color2`, `td_color3`, `td_class1`, `td_class2`, `td_class3`, `fontface1`, `fontface2`, `fontface3`, `fontsize1`, `fontsize2`, `fontsize3`, `fontcolor1`, `fontcolor2`, `fontcolor3`, `span_class1`, `span_class2`, `span_class3`, `img_size_poll`, `img_size_privmsg`) VALUES (3,'Athena','Athena','style.css','','FFFFFF','000000','0053A2','00468C','FF6633','FF6633','EFEFEF','DEE3E7','D1D7DC','','','','98AAB1','006699','FFFFFF','cellpic1.gif','cellpic3.gif','cellpic2.jpg','FAFAFA','FFFFFF','','row1','row2','','Verdana, Arial, Helvetica, sans-serif','Trebuchet MS','Courier, \'Courier New\', sans-serif',10,11,12,'0053A2','42A5FF','FF6633','','','',0,0); INSERT INTO `themes` (`themes_id`, `template_name`, `style_name`, `head_stylesheet`, `body_background`, `body_bgcolor`, `body_text`, `body_link`, `body_vlink`, `body_alink`, `body_hlink`, `tr_color1`, `tr_color2`, `tr_color3`, `tr_class1`, `tr_class2`, `tr_class3`, `th_color1`, `th_color2`, `th_color3`, `th_class1`, `th_class2`, `th_class3`, `td_color1`, `td_color2`, `td_color3`, `td_class1`, `td_class2`, `td_class3`, `fontface1`, `fontface2`, `fontface3`, `fontsize1`, `fontsize2`, `fontsize3`, `fontcolor1`, `fontcolor2`, `fontcolor3`, `span_class1`, `span_class2`, `span_class3`, `img_size_poll`, `img_size_privmsg`) VALUES (4,'Athena','c2c2','c2c2.css','','ffffff','ffff99','0000cc','','','ffff00','','','','','','','','','','','','','','','','','','','£Í£Ó £Ð¥´¥·¥Ã¥¯','£Í£Ó £Ð¥´¥·¥Ã¥¯','£Í£Ó £Ð¥´¥·¥Ã¥¯',0,0,0,'','','','','','',NULL,NULL); -- -- Table structure for table `themes_name` -- CREATE TABLE `themes_name` ( `themes_id` smallint(5) unsigned NOT NULL default '0', `tr_color1_name` char(50) default NULL, `tr_color2_name` char(50) default NULL, `tr_color3_name` char(50) default NULL, `tr_class1_name` char(50) default NULL, `tr_class2_name` char(50) default NULL, `tr_class3_name` char(50) default NULL, `th_color1_name` char(50) default NULL, `th_color2_name` char(50) default NULL, `th_color3_name` char(50) default NULL, `th_class1_name` char(50) default NULL, `th_class2_name` char(50) default NULL, `th_class3_name` char(50) default NULL, `td_color1_name` char(50) default NULL, `td_color2_name` char(50) default NULL, `td_color3_name` char(50) default NULL, `td_class1_name` char(50) default NULL, `td_class2_name` char(50) default NULL, `td_class3_name` char(50) default NULL, `fontface1_name` char(50) default NULL, `fontface2_name` char(50) default NULL, `fontface3_name` char(50) default NULL, `fontsize1_name` char(50) default NULL, `fontsize2_name` char(50) default NULL, `fontsize3_name` char(50) default NULL, `fontcolor1_name` char(50) default NULL, `fontcolor2_name` char(50) default NULL, `fontcolor3_name` char(50) default NULL, `span_class1_name` char(50) default NULL, `span_class2_name` char(50) default NULL, `span_class3_name` char(50) default NULL, PRIMARY KEY (`themes_id`) ) TYPE=MyISAM; -- -- Dumping data for table `themes_name` -- INSERT INTO `themes_name` (`themes_id`, `tr_color1_name`, `tr_color2_name`, `tr_color3_name`, `tr_class1_name`, `tr_class2_name`, `tr_class3_name`, `th_color1_name`, `th_color2_name`, `th_color3_name`, `th_class1_name`, `th_class2_name`, `th_class3_name`, `td_color1_name`, `td_color2_name`, `td_color3_name`, `td_class1_name`, `td_class2_name`, `td_class3_name`, `fontface1_name`, `fontface2_name`, `fontface3_name`, `fontsize1_name`, `fontsize2_name`, `fontsize3_name`, `fontcolor1_name`, `fontcolor2_name`, `fontcolor3_name`, `span_class1_name`, `span_class2_name`, `span_class3_name`) VALUES (1,'The lightest row colour','The medium row color','The darkest row colour','','','','Border round the whole page','Outer table border','Inner table border','Silver gradient picture','Blue gradient picture','Fade-out gradient on index','Background for quote boxes','All white areas','','Background for topic posts','2nd background for topic posts','','Main fonts','Additional topic title font','Form fonts','Smallest font size','Medium font size','Normal font size (post body etc)','Quote & copyright text','Code text colour','Main table header text colour','','',''); INSERT INTO `themes_name` (`themes_id`, `tr_color1_name`, `tr_color2_name`, `tr_color3_name`, `tr_class1_name`, `tr_class2_name`, `tr_class3_name`, `th_color1_name`, `th_color2_name`, `th_color3_name`, `th_class1_name`, `th_class2_name`, `th_class3_name`, `td_color1_name`, `td_color2_name`, `td_color3_name`, `td_class1_name`, `td_class2_name`, `td_class3_name`, `fontface1_name`, `fontface2_name`, `fontface3_name`, `fontsize1_name`, `fontsize2_name`, `fontsize3_name`, `fontcolor1_name`, `fontcolor2_name`, `fontcolor3_name`, `span_class1_name`, `span_class2_name`, `span_class3_name`) VALUES (2,'1ÎóÌܤÎÇØ·Ê¿§','2ÎóÌܤÎÇØ·Ê¿§','3ÎóÌܤÎÇØ·Ê¿§','','','','°ìÈÖ³°','³°ÏÈ','ÆâÏÈ','','','','','','','','','','','','','','','','','','','','',''); INSERT INTO `themes_name` (`themes_id`, `tr_color1_name`, `tr_color2_name`, `tr_color3_name`, `tr_class1_name`, `tr_class2_name`, `tr_class3_name`, `th_color1_name`, `th_color2_name`, `th_color3_name`, `th_class1_name`, `th_class2_name`, `th_class3_name`, `td_color1_name`, `td_color2_name`, `td_color3_name`, `td_class1_name`, `td_class2_name`, `td_class3_name`, `fontface1_name`, `fontface2_name`, `fontface3_name`, `fontsize1_name`, `fontsize2_name`, `fontsize3_name`, `fontcolor1_name`, `fontcolor2_name`, `fontcolor3_name`, `span_class1_name`, `span_class2_name`, `span_class3_name`) VALUES (4,'','','','','','','','','','','','','','','','','','','Osaka','Osaka','Osaka','','','','','','','','',''); -- -- Table structure for table `topics` -- CREATE TABLE `topics` ( `topic_id` mediumint(8) unsigned NOT NULL auto_increment, `forum_id` smallint(8) unsigned NOT NULL default '0', `topic_title` char(60) NOT NULL default '', `topic_poster` mediumint(8) NOT NULL default '0', `topic_time` int(11) NOT NULL default '0', `topic_views` mediumint(8) unsigned NOT NULL default '0', `topic_replies` mediumint(8) unsigned NOT NULL default '0', `topic_status` tinyint(3) NOT NULL default '0', `topic_vote` tinyint(1) NOT NULL default '0', `topic_type` tinyint(3) NOT NULL default '0', `topic_first_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_last_post_id` mediumint(8) unsigned NOT NULL default '0', `topic_moved_id` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`topic_id`), KEY `forum_id` (`forum_id`), KEY `topic_moved_id` (`topic_moved_id`), KEY `topic_status` (`topic_status`), KEY `topic_type` (`topic_type`) ) TYPE=MyISAM; -- -- Dumping data for table `topics` -- INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (48,1,'Playa Hamm - Layin\' Hands',15,1073928715,168,3,0,0,0,199,204,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (34,10,'ËÜÆü¤«¤éÅÐÏ¿¤·¤Þ¤·¤¿¡£',16,1070198012,171,1,0,0,0,93,97,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (33,4,'HIP-HOP JACKET LOVERS BBS »²²Ã!',3,1070196874,177,0,0,0,2,92,92,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (6,4,'FORUM»²²Ã¥µ¥¤¥ÈÊ罸Ãæ!',3,1067761042,169,0,0,0,1,7,7,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (32,1,'tales from the hood¤Î¥µ¥ó¥È¥é',-1,1070169449,152,1,0,0,0,91,156,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (18,7,'Gangsta Boo¤Ë¤Ä¤¤¤Æ',-1,1068628986,299,6,0,0,0,36,46,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (10,6,'12·î4Æü¡¡Î©Àî£Ì£É£Î£Ë¤Ë¤Æ¡ª¡ª',7,1068265385,139,0,0,0,0,12,12,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (11,1,'HI-C¤Î¿·ºî¡¡¡ÝHi-Life Hustle¡Ý',10,1068279957,856,19,0,0,0,13,154,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (12,7,'666 Ghetto Chick Video',10,1068280265,184,2,0,0,0,14,26,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (13,7,'¤´°§»¢',8,1068357460,120,1,0,0,0,17,22,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (14,7,'z-ro look what you did to me',8,1068357795,902,20,0,0,0,18,299,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (15,7,'DJ SQUEEKY¤ÎNEW',-1,1068362686,251,8,0,0,0,19,487,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (17,1,'BIG SACCS (Formerly Known As Dazzie Dee)',10,1068393009,240,1,0,0,0,25,32,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (19,1,'WSC GANGSTANATION',10,1068884293,296,1,0,0,0,54,55,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (20,4,'"Tha Ghetto Heaven" FORUM»²²Ã!',3,1069118102,120,0,0,0,2,56,56,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (21,1,'¤³¤³¤­¤Æ¤Ï¤¸¤á¤Æ¤Ç¤¹¡£',-1,1069234716,493,11,0,0,0,59,160,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (22,1,'19th Street LBC Compilation',10,1069331360,245,3,0,0,0,61,86,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (23,1,'CISCO MAIL ORDER¤Ë¤Ä¤¤¤Æ',-1,1069557177,184,2,0,0,0,69,71,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (24,7,'Z-RO¡ÜDAZ',-1,1069665097,348,4,0,0,0,72,79,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (27,7,'¥¤¥Ù¥ó¥È¹ðÃδꤤ¤Þ¤¹',-1,1069724621,91,0,0,0,0,77,77,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (28,1,'³°¥¿¥ì¤Ê¤é¤Ð郎¸«¤¿¤¤¡©',14,1069952115,304,5,0,0,0,80,98,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (29,1,'£²£°£°£³Ç¯¥Ù¥¹¥È£±£°!',3,1070071105,1456,22,0,0,0,85,216,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (47,7,'Screw Tape¤ÎFreestyle',10,1073801294,339,12,0,0,0,197,570,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (31,1,'¤¹¤ß¤Þ¤»¤ó¡£',-1,1070108584,170,1,0,0,0,89,99,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (35,1,'RBX',-1,1070553118,132,1,0,0,0,101,105,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (36,1,'KnocTurnal - The Way I Am f/Snoop Video',15,1070988584,160,2,0,0,0,111,121,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (37,7,'BEST OF THE SOUTH 2003',8,1071081927,1099,25,0,0,0,113,174,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (38,1,'Gangsta Mix! 2004¡¦¡¦¡¦',3,1071881529,201,1,0,0,0,146,166,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (39,1,'San Diego Rapper',10,1071914772,209,4,0,0,0,151,185,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (40,1,'DPG Crip-Mas Update!',3,1072134223,136,0,0,0,0,157,157,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (41,1,'YMS !',-1,1072232017,137,1,0,0,0,159,161,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (42,4,'FORUM¤Î»È¤¤Êý',3,1072322852,245,0,0,0,1,162,162,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (43,1,'Lifestyle - Bigg Snoop Dogg\'s Lil Brother',10,1072444400,195,3,0,0,0,163,188,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (44,1,'¤ª¤Ò¤µ¤·¤Ö¤ê¤Ç¤¹¡ª',-1,1072810838,153,1,0,0,0,172,179,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (45,1,'¶à²ì¿·Ç¯¡ª',-1,1073229845,209,5,0,0,0,175,189,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (46,1,'Kickin\' it wit Black & Brown G\'z',15,1073556376,364,12,0,0,0,182,219,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (49,1,'That\'s Funksta!',15,1074121998,516,10,0,0,0,206,255,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (50,1,'Ä°¤¤¤Æ¤ß¤Æ¤¯¤À¤µ¤¤!!',-1,1074169156,153,0,0,0,0,207,207,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (51,1,'½é¤á¤Æ¥«¥­¥³¤·¤Þ¡Á¤¹¡£',-1,1074170324,164,3,0,0,0,208,220,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (52,1,'PARIS¤Î¥²¥ê¥é',-1,1074287822,199,1,0,0,0,217,224,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (53,6,'£²·î£µÆü¡¢Î©Àî£Ì£É£Î£Ë¤Ë¤Æ¡¢¡¢¡¢',7,1074397743,122,0,0,0,0,223,223,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (54,1,'¼ÁÌä¤Ç¤¹',-1,1074807623,381,4,0,0,0,226,378,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (97,11,'my eBay auction',21,1080550757,113,1,0,0,0,449,466,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (56,1,'¤Ï¤¸¤á¤Þ¤·¤Æ¡ª',20,1075022628,123,1,0,0,0,231,232,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (57,1,'Shorty of The Lench Mob\'s new CD in Japan?',15,1075049230,814,19,0,0,0,233,619,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (58,1,'Too Gangsta for tha TV Boo-Yaa Tribe',15,1075218519,191,2,0,0,0,237,240,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (59,1,'G-Sta03FM!!',-1,1075293629,166,1,0,0,0,241,242,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (60,1,'HI-LIFE HUSTLE¡¡',-1,1075405165,638,15,0,0,0,243,530,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (61,1,'Ê罸¡§¤ß¤ó¤Ê¤Ç¥¤¥Ù¥ó¥È¤·¤Þ¤»¤ó¤«¡©',3,1075427973,1152,9,0,0,0,244,642,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (62,1,'Ž²ŽÍŽÞŽÝŽÄ¤Î¹ðÃΤµ¤»¤Æ¤¯¤À¤µ¤¤¡£',-1,1075443574,251,4,0,0,0,245,263,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (63,1,'G-MIX04¤Î¼ýÏ¿¶Ê¤Ë¤Ä¤¤¤Æ',23,1075677123,290,4,0,0,0,257,262,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (64,1,'Julio G¥¤¥ó¥¿¥Ó¥å¡¼ÆâÍÆÊ罸!',3,1075858718,115,0,0,0,0,265,265,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (98,7,'¤Þ¤À¤Þ¤À¥Ð¥ê¥Ð¥ê¡©¡¡MASTER P¡¢NO LIMIT¡¡',8,1080610689,625,19,0,0,0,452,797,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (66,1,'EAZY-E',-1,1076475205,1006,25,0,0,0,272,767,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (67,10,'KANYE WEST"COLLAGE DROPOUT"¤Î¥¸¥ã¥±',8,1076561408,429,6,0,0,0,284,390,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (68,7,'ÆîÉô¥é¥Ã¥×ÍѸ콸',8,1076676995,308,2,0,0,0,292,319,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (69,1,'WWW.DIRTYNEEZ.COM',28,1076924178,127,0,0,0,0,301,301,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (72,1,'¤Ï¤¸¤á¤Þ¤·¤Æ¡ª',-1,1077039128,194,1,0,0,0,307,443,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (71,1,'¤Õ¤©¡¼¤µ¤à¤¥',-1,1076943886,234,4,0,0,0,303,312,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (73,1,'Bling The Funk ½ÂëGAME 2004.2.15',22,1077062379,161,1,0,0,0,308,311,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (74,1,'¤ªÈè¤ìÍͤǤ·¤¿¡ª',-1,1077098843,154,1,0,0,0,309,313,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (76,1,'G-Sta03FM !!',-1,1077203558,466,7,0,0,0,315,459,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (77,1,'¼ÁÌä¤Ç¤¹£ð£ô¡¥£²',-1,1077258863,165,0,0,0,0,318,318,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (78,1,'SUGAFREE',11,1077378667,516,11,0,0,0,321,384,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (79,1,'Ghetto Kaos',29,1077380624,271,3,0,0,0,322,359,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (80,1,'Rare and Tight cds for sale',30,1077498768,127,0,0,0,0,330,330,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (81,7,'SWISHAHOUSE',-1,1077535548,923,47,0,0,0,331,623,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (82,1,'Lil Blacky Presents...',15,1077548879,289,3,0,0,0,335,468,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (84,7,'Z-RO¥á¥¸¥ã¡¼¥Ç¥Ó¥å¡¼',-1,1077791332,233,2,0,0,0,345,370,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (85,7,'¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¹¥¤­¤Ë¤Ô¤ó¤×¡ª¡Ý¡ÝKINGPIN SKINNY PIM',8,1077892318,1030,37,0,0,0,352,624,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (86,1,'CANDY RAIN',8,1078354794,418,9,0,0,0,372,561,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (87,1,'Survival Of The Siccest!!! ++DOOMSDAY PRODUCTIONS++',10,1078395340,613,14,0,0,0,373,798,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (95,7,'PIMP C!!! Sweet James Jones : Live From Harris Country Jail',10,1080427003,240,11,0,0,0,446,562,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (89,7,'LIL WYTE, FRAYSER BOY "SCREWED & CHOPPED"',8,1078866000,120,2,0,0,0,401,406,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (99,1,'½Ë! Messy MarvºÆȯ!',3,1080792382,232,2,0,0,0,456,481,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (91,1,'¤³¤Î¿Í¤·¤Ã¤Æ¤Þ¤¹¤«¡©',-1,1079281222,252,0,0,0,0,415,415,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (92,1,'Mutulu Shakur, Spice 1, Outlawz, Nzingha Shakur, JT The Bigg',-1,1079485722,99,0,0,0,0,418,418,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (100,1,'½Õ¤é¤·¤¤¶Ê',10,1080845275,709,14,0,0,0,462,672,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (101,1,'MESSY MARV v.s. SAN QUINN',10,1081262247,503,13,0,1,0,479,640,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (102,1,'Kurupt! The Original',3,1081467155,256,4,0,1,0,483,498,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (103,11,'SOUTH RECORDS MOVING SALE!!',8,1081811812,209,1,0,0,0,497,505,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (104,7,'down-south.com',10,1082046398,148,2,0,0,0,513,537,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (105,1,'¡Ú¤É¤Ê¤¿¤«¤´Â¸ÃΤǤ·¤¿¤é¡ÛEARY DAYS / FUNK DADDY',20,1082092860,317,8,0,0,0,518,578,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (106,11,'Al-D - Home Of The Free CD',29,1082147028,166,2,0,0,0,521,844,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (107,1,'Q\'sta - Finer Thangs',15,1082390289,107,2,0,0,0,524,536,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (108,1,'Gangsta Mix -The END-',3,1082422816,248,2,0,1,0,526,664,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (109,1,'NB Ridaz¡ª',3,1082424144,202,1,0,0,0,531,545,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (110,7,'BLOODRAW¤Î¥Ç¥Ó¥å¡¼¥¢¥ë¥Ð¥à',10,1082564488,60,0,0,0,0,549,549,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (111,1,'¤³¤ó¤Ë¤Á¤Ï',-1,1082652259,176,4,0,0,0,558,565,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (112,7,'UGK ¥ê¥¹¥È¥Þ¥Ë¥¢',8,1082797531,254,6,0,1,0,571,615,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (113,1,'¥¯¥ë¥Ã¥¯¥É¥¢¥¤',35,1082823202,126,0,0,0,0,572,572,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (114,1,'MNMSTA a.k.a M&M from Foesum!',3,1082935652,232,0,0,0,0,583,583,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (115,1,'³¤³°È×CDÍ¢Æþ¶Ø»ß¤ËÈ¿ÂФ¹¤ë',3,1082958345,1366,20,0,1,2,584,676,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (116,1,'won G ¤Î£³rd',-1,1083257915,365,5,0,0,0,612,776,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (117,1,'[Video] Certified Gangsters / The Game, Jim Jones, Cam\'ron',10,1083373814,189,4,0,0,0,617,657,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (118,1,'¶µ¤¨¤Æ²¼¤µ¤¤¡ª¡ª',36,1084040551,217,2,0,0,0,630,690,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (119,11,'LOS, Trinity Garden Cartel, 5th Ward, SMK & more !',21,1084134105,103,1,0,0,0,632,645,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (120,6,'®Ê󡪡ÈSECTION8¡É£¶·î³«ºÅ¡ª¡ª',7,1084171099,96,0,0,0,0,633,633,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (121,7,'K-RINO & the SPC Presents FAMILY BIZNEZZ',10,1084372764,139,0,0,0,0,637,637,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (122,7,'kandyman "one man gang"',8,1084577884,458,7,0,0,0,641,661,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (123,1,'BLUE BERRY NIGHT VOL.6',-1,1085473422,131,1,0,0,0,650,688,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (124,1,'CHILLY CHILL TV (DVD)¤¬½Ð¤ë¤é¤·¤¤',10,1085500981,98,0,0,0,0,654,654,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (125,1,'PIMP SH¡úT!!!!!!!',-1,1085900595,189,1,0,0,0,660,662,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (126,1,'Dove shack 4 sell!!',-1,1086228917,172,1,0,0,0,667,668,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (128,6,'¡ÈSECTION £¸¡É¡¡£¶·î£²£¶Æü(ÅÚ)£²£²¡§£°£°~',7,1086485305,113,0,0,0,0,671,671,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (129,11,'rap cd\'s for sale',21,1086542593,86,0,0,0,0,675,675,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (130,1,'º£Ç¯¤Î¾åȾ´ü¥Ù¥¹¥È»®',39,1086878408,726,12,0,0,0,677,700,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (131,1,'º£Ç¯¤Î¥À¥á»®(2004ǯ¡Ë',3,1086911048,405,2,0,0,0,678,717,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (132,1,'grand theft auto San Andreas',27,1087603952,314,6,0,0,0,695,875,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (133,1,'Hi-CºÆȯ!?',10,1087635100,315,3,0,0,0,697,748,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (134,1,'¥µ¥Þ¡¼¥½¥ó¥°¡ª',10,1087910537,1536,33,0,0,0,701,835,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (135,1,'TWINZ',-1,1088104399,235,3,0,0,0,704,710,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (136,7,'º£Æü¤â²Î¤¤¤Þ¤¯¤ê¡ªBILLY COOK THE SUPERSTAR',-1,1088786665,134,2,0,0,0,719,721,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (137,7,'Z-RO I HATE YOU BITCH (VIDEO)',10,1088829112,219,6,0,0,0,722,734,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (138,7,'TRAE of Guerilla Maab STDD',8,1089297199,338,10,0,1,0,736,800,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (139,11,'my rap cd collection for sale',21,1089834487,35,0,0,0,0,751,751,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (140,11,'my rap cd collection for sale',21,1089834534,92,4,0,0,0,752,756,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (141,1,'G-Sta03 Radio Show',3,1091070591,568,9,0,0,1,768,993,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (142,1,'213 Groupie Luv Vid',10,1091250629,271,5,0,0,0,770,783,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (143,1,':?: MURDER SQUAD¤Î½÷',10,1091968209,208,3,0,0,0,784,803,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (144,1,'¤´Ìµº»ÂÁ¤Ç¤¹¡£',22,1092377274,115,1,0,0,0,793,801,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (145,1,'¤Ï¤¸¤á¤Þ¤·¤Æ',-1,1092836566,114,1,0,0,0,804,816,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (146,11,'my ebay auctions - dat boy grace, esg, southside, gameboys..',21,1092853904,30,0,0,0,0,805,805,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (147,11,'Gangsta Pat - Homicidal Lifestyle',29,1092908733,159,7,0,0,0,806,832,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (148,1,'213´¶ÁÛ¥¹¥ì¥Ã¥É¡ª',10,1092912112,614,14,0,0,0,807,893,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (149,1,'ϲ®°¥½¥¼«°Öʪ¸ì -Special Girls Night-',22,1093449271,124,0,0,0,0,820,820,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (151,1,'9.11[Sat]@CUBE! Still Pride!',3,1093909135,72,0,0,0,0,826,826,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (152,1,'MC EIHT a.k.a. TONY SMALLZ',10,1095115200,426,14,0,0,0,837,892,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (153,7,'shyone',-1,1095171066,131,1,0,0,0,838,842,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (154,12,'Ž²ŽÍŽÞŽÝŽÄ¹ðÃΤµ¤»¤Æ¤¯¤À¤µ¤¤¢ö',22,1095263037,68,1,0,0,0,840,911,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (155,6,'¡ÈSECTION £¸¡É¡¡£¹·î£²£µÆü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°',-1,1095482820,42,0,0,0,0,843,843,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (156,1,'£×£Å£Ó£Ô¡¡£Æ£Å£Ó£Ô¡ª¡ª¡ª',-1,1095585725,402,9,0,0,0,845,866,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (157,11,'videos 4 Trade',-1,1095908166,53,0,0,0,0,848,848,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (158,1,'The Remedy',-1,1096085107,84,0,0,0,0,850,850,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (159,1,'GAME ÂÐ YUKMOUTH',10,1096628000,194,4,0,0,0,854,867,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (179,1,'2004ǯ¥Ù¥¹¥È»®¡ª',3,1100306919,287,3,0,0,0,924,1013,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (178,7,'TRAE Ft. Z-RO & SHYNA - Let Me Live',10,1100213661,111,3,0,0,0,922,947,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (162,4,'¥¤¥Ù¥ó¥ÈÅù¤Î¹ðÃΤˤĤ¤¤Æ',3,1096931605,40,0,0,0,0,862,862,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (163,1,'DJ SKRATCH "THE REMEDY" IS NOW AVAILABLE',-1,1096937353,144,2,0,0,0,863,915,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (164,11,'¹ðÃΤª´ê¤¤¤·¤Þ¤¹¡£',-1,1097122089,31,0,0,0,0,865,865,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (165,11,'A Couple Of Rare CD\'s On eBay',29,1097499664,92,1,0,0,0,870,879,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (166,1,'CALI¡¡BOYZ',-1,1097835878,271,8,0,0,0,872,900,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (167,12,'FREEFUNK LIVE¤Î¸æ°ÆÆâ',-1,1098161408,28,0,0,0,0,885,885,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (172,11,'3000¥µ¥ó¥×¥ë¼ýÏ¿¤Îñȯ¥É¥é¥à¥µ¥ó¥×¥ê¥ó¥°CD¤¬2980±ß',-1,1099019323,23,0,0,0,0,896,896,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (169,1,'STRAIGHT GAME VOL.1¡¡³«ºÅ',-1,1098339595,70,0,0,0,0,888,888,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (170,6,'¡ÈSECTION £¸¡É¡¡£±£°·î£³£°Æü(ÅÚÍËÆü)£²£²¡§£°£°¡Á£°£µ¡§£°£°',-1,1098492069,34,0,0,0,0,891,891,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (173,1,'MAC DREÄÉÅ饹¥ì¥Ã¥É',10,1099398403,313,9,0,0,0,901,916,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (174,12,'ϲ®°¥½¥¼«°Öʪ¸ì',22,1099469440,18,1,0,0,0,905,912,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (175,12,'½Ð±é¼Ô¶ÛµÞÊ罸',-1,1099658777,14,0,0,0,0,910,910,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (176,1,'CUZZIN ICE LECTA Ft. ECAY UNO ¥Ó¥Ç¥ª',10,1099838430,168,4,0,0,0,917,982,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (177,1,'Gail Gotti Presents: For My Bitchz & My Niggaz Compilati',10,1099839083,92,1,0,0,0,918,920,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (180,7,'DESTINY\'S CHILD Ft. T.I. & LIL WAYNE - Soldier',10,1100317445,100,3,0,0,0,925,981,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (181,7,'Éü³è¡ªBIG BOY RECORDS',10,1100317945,182,9,0,0,0,926,954,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (182,7,'MR.SCHE & AL KAPONE',10,1100318522,53,3,0,0,0,927,946,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (183,12,'¤¤¤è¤¤¤èº£½µ¡ª¡ª¤ß¤ó¤Ê½¸¤Þ¤ì¡ª¡ª',-1,1100520609,18,0,0,0,0,933,933,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (184,1,'SnoopDogg, R&G´¶ÁÛ¥¹¥ì¥Ã¥É',3,1101167260,360,9,0,0,0,935,1007,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (185,1,'E-White\'s 48 Hours: The White Album',10,1101398844,269,8,0,0,0,938,999,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (186,1,'ASSASSIN & MOPREME SHAKUR',10,1101547775,407,13,0,0,0,945,1010,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (187,7,'BEST OF THE SOUTH 2K4',8,1101613975,261,12,0,0,0,951,1006,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (188,11,'kilo g, lil ced, pko...south¥â¥ÎÊü½Ð',8,1101699020,78,3,0,0,0,959,1008,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (191,1,'Bay Luv @ Bridje! with G-HOUSE03',3,1102411943,47,1,0,0,0,979,1012,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (190,7,'¡©GETO BOYS -Yes Yes Yall¤Î¥¨¥­¥¹¥È¥é',10,1101910012,50,0,0,0,0,976,976,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (192,1,'We now have the new comic book available featuring assassin!',-1,1102703891,46,0,0,0,0,991,991,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (193,1,'DIRTY BIRDY',10,1103038491,37,1,0,0,0,997,1000,0); INSERT INTO `topics` (`topic_id`, `forum_id`, `topic_title`, `topic_poster`, `topic_time`, `topic_views`, `topic_replies`, `topic_status`, `topic_vote`, `topic_type`, `topic_first_post_id`, `topic_last_post_id`, `topic_moved_id`) VALUES (194,1,'Quik & Big Boy?',15,1103202580,82,1,0,0,0,1003,1005,0); -- -- Table structure for table `topics_watch` -- CREATE TABLE `topics_watch` ( `topic_id` mediumint(8) unsigned NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `notify_status` tinyint(1) NOT NULL default '0', KEY `topic_id` (`topic_id`), KEY `user_id` (`user_id`), KEY `notify_status` (`notify_status`) ) TYPE=MyISAM; -- -- Dumping data for table `topics_watch` -- INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (46,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (19,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (6,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (22,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (13,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (14,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (17,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (14,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (15,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (18,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (11,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (20,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (11,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (21,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (23,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (24,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (28,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (48,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (45,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (33,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (34,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (28,17,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (35,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (37,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (36,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (38,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (32,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (40,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (41,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (42,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (43,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (44,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (29,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (47,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (49,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (51,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (52,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (54,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (56,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (57,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (58,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (59,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (61,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (49,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (62,22,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (64,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (66,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (67,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (68,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (73,22,1); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (73,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (71,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (74,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (76,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (78,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (81,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (85,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (82,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (60,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (84,8,1); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (78,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (104,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (67,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (86,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (87,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (89,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (60,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (97,21,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (95,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (98,8,1); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (99,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (100,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (101,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (102,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (102,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (103,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (86,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (101,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (108,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (107,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (109,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (111,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (111,35,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (112,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (113,35,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (114,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (115,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (115,8,1); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (120,7,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (122,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (116,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (118,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (117,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (125,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (131,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (134,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (131,11,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (137,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (138,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (133,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (141,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (142,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (143,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (144,22,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (144,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (145,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (148,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (149,22,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (151,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (152,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (154,22,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (156,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (159,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (162,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (132,27,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (166,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (173,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (174,22,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (176,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (177,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (179,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (184,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (185,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (182,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (180,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (178,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (181,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (187,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (186,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (188,8,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (191,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (193,3,0); INSERT INTO `topics_watch` (`topic_id`, `user_id`, `notify_status`) VALUES (194,3,0); -- -- Table structure for table `user_group` -- CREATE TABLE `user_group` ( `group_id` mediumint(8) NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `user_pending` tinyint(1) default NULL, KEY `group_id` (`group_id`), KEY `user_id` (`user_id`) ) TYPE=MyISAM; -- -- Dumping data for table `user_group` -- INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (1,-1,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (2,2,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (3,3,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (4,4,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (5,3,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (6,5,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (7,6,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (8,7,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (9,8,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (10,9,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (11,10,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (12,11,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (13,12,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (14,13,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (15,14,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (16,15,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (17,16,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (18,17,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (5,17,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (19,18,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (20,19,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (21,20,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (22,21,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (23,22,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (24,23,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (25,24,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (26,25,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (27,26,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (28,27,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (29,28,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (30,29,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (31,30,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (32,31,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (33,32,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (34,33,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (35,34,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (36,35,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (37,36,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (38,37,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (39,38,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (40,39,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (41,40,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (42,41,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (43,42,0); INSERT INTO `user_group` (`group_id`, `user_id`, `user_pending`) VALUES (44,43,0); -- -- Table structure for table `users` -- CREATE TABLE `users` ( `user_id` mediumint(8) NOT NULL default '0', `user_active` tinyint(1) default '1', `username` varchar(25) NOT NULL default '', `user_password` varchar(32) NOT NULL default '', `user_session_time` int(11) NOT NULL default '0', `user_session_page` smallint(5) NOT NULL default '0', `user_lastvisit` int(11) NOT NULL default '0', `user_regdate` int(11) NOT NULL default '0', `user_level` tinyint(4) default NULL, `user_posts` mediumint(8) unsigned NOT NULL default '0', `user_timezone` decimal(5,2) NOT NULL default '0.00', `user_style` tinyint(4) default NULL, `user_lang` varchar(255) default NULL, `user_dateformat` varchar(14) NOT NULL default 'd M Y H:i', `user_new_privmsg` smallint(5) unsigned NOT NULL default '0', `user_unread_privmsg` smallint(5) unsigned NOT NULL default '0', `user_last_privmsg` int(11) NOT NULL default '0', `user_emailtime` int(11) default NULL, `user_viewemail` tinyint(1) default NULL, `user_attachsig` tinyint(1) default NULL, `user_allowhtml` tinyint(1) default '1', `user_allowbbcode` tinyint(1) default '1', `user_allowsmile` tinyint(1) default '1', `user_allowavatar` tinyint(1) NOT NULL default '1', `user_allow_pm` tinyint(1) NOT NULL default '1', `user_allow_viewonline` tinyint(1) NOT NULL default '1', `user_notify` tinyint(1) NOT NULL default '1', `user_notify_pm` tinyint(1) NOT NULL default '0', `user_popup_pm` tinyint(1) NOT NULL default '0', `user_rank` int(11) default NULL, `user_avatar` varchar(100) default NULL, `user_avatar_type` tinyint(4) NOT NULL default '0', `user_email` varchar(255) default NULL, `user_icq` varchar(15) default NULL, `user_website` varchar(100) default NULL, `user_from` varchar(100) default NULL, `user_sig` text, `user_sig_bbcode_uid` varchar(10) default NULL, `user_aim` varchar(255) default NULL, `user_yim` varchar(255) default NULL, `user_msnm` varchar(255) default NULL, `user_occ` varchar(100) default NULL, `user_interests` varchar(255) default NULL, `user_actkey` varchar(32) default NULL, `user_newpasswd` varchar(32) default NULL, PRIMARY KEY (`user_id`), KEY `user_session_time` (`user_session_time`) ) TYPE=MyISAM; -- -- Dumping data for table `users` -- INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (-1,0,'Anonymous','',0,0,0,1067655950,0,229,'0.00',NULL,'','',0,0,0,NULL,0,0,0,1,1,1,0,1,0,1,0,NULL,'',0,'','','','','',NULL,'','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (2,1,'admin','1f0d0ff12e01dad896fad22779f1666f',1067741825,1,1067730705,1067655950,1,1,'9.00',1,'japanese','d M Y h:i a',0,0,0,NULL,1,0,0,1,1,1,1,1,0,1,1,1,'',0,'gh2372@g-house.info','','','','','','','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (3,1,'G-HOUSE03','1f0d0ff12e01dad896fad22779f1666f',1104305189,-9,1104298168,1067728231,1,202,'9.00',4,'japanese','D M d, Y H:i',0,0,1103961175,NULL,0,1,0,1,1,1,1,1,1,1,1,1,'18426428063feeee21398c6.gif',1,'03@g-house03.com','','http://www.g-house03.com/','TOKYO','G-HOUSE03\r\n[img:1e3cb2d310]http://www.g-house03.com/fig/topfig/DoMe_bana.gif[/img:1e3cb2d310]\r\nhttp://www.g-house03.com/\r\nwebmaster@g-house03.com','1e3cb2d310','','','g_house03@hotmail.com','G-HOUSE FAMILY','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (5,1,'mako_ymb','3dffcd8113d8681bb3b9f9576244cadc',1079006043,0,1078914049,1067764077,0,2,'9.00',3,'japanese','D M d, Y g:i a',0,0,0,NULL,1,1,0,1,1,1,1,1,0,1,1,0,'755423152404eec05afc1f.jpg',1,'mako_dopebeat@hotmail.com','','http://www.ismusic.ne.jp/mako05/','°¦Ãθ©','Black Music Fun Site [ DopeBeat ]\r\nWebMaster : mako_YMB\r\n\r\nhttp://www.ismusic.ne.jp/mako05/','765b2c6b4a','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (4,1,'testadmin','9283a03246ef2dacdc21a9b137817ec1',0,0,0,1067758698,0,0,'9.00',4,'japanese','D M d, Y g:i a',0,0,0,NULL,0,1,1,1,1,1,1,1,0,0,0,0,'',0,'test@test.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (6,1,'32','c90070ff096dd6858022784617b2f383',1067873144,2,1067873011,1067795311,0,0,'9.00',4,'japanese','D M d, Y g:i a',0,0,0,NULL,0,1,0,1,1,1,1,1,1,1,1,0,'',0,'westsiiiiide32@ybb.ne.jp','','','¿ÀÆàÀî','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (7,1,'swingjam','4a144fca8bb923fbc8071aaa7c331d44',1091412544,0,1091095488,1067826134,2,4,'9.00',4,'japanese','D M d, Y g:i a',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'swingjam2002@yahoo.co.jp','','http://www.swingjam.net/','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (8,1,'goku','f8765b006f7db3a98bd50080a43c744f',1103956825,0,1103934097,1067845073,2,121,'9.00',4,'japanese','D M d, Y g:i a',0,0,1098725393,NULL,1,1,1,1,1,1,1,0,1,1,1,0,'987618978403e8c6eeffb4.jpg',1,'webmaster@southernballaz.com','','http://www.southernballaz.com','805','[img:51d0aba46a]http://www.geocities.co.jp/MusicStar-Keyboard/8487/yuk2.jpg[/img:51d0aba46a]','51d0aba46a','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (9,1,'YMB','81dc9bdb52d04dc20036dbd8313ed055',0,0,0,1068190314,0,0,'9.00',4,'japanese','D M d, Y g:i a',1,0,1070086809,NULL,1,0,0,0,1,1,1,1,0,0,0,0,'',0,'ymb16@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (10,1,'g-stringz','b6a071f311a3b50dab87971e96dae055',1104076211,0,1104069753,1068278728,0,220,'9.00',4,'japanese','D M d, Y g:i a',0,0,1089126726,NULL,0,1,1,1,1,1,1,1,0,1,1,0,'71111367441cec04e0c743.jpg',1,'japsta4life@hotmail.com','','','','[size=18:f95f81f54d][color=red:f95f81f54d][b:f95f81f54d][url=http://indyrap.exblog.jp/]MY BLOG[/url]\r\n[/b:f95f81f54d][/color:f95f81f54d][/size:f95f81f54d]','f95f81f54d','','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (11,1,'¥Õ¥¡¥ó¥±¥ó¥·¥å¥¿¥¤¥ó','66cec952769f4ce23f83d45c0f929e3a',1088518373,1,1087699735,1068871089,0,20,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,0,0,1,1,1,1,0,1,1,1,0,'24171443403a179de90e4.jpg',1,'hi_low1200@hotmail.com','','','','','','','','hi_low1200','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (12,1,'T.O.C.aka G-DEEMON','03d5fa9d21dab14f4f0df57628425f30',1076013123,8,1069102033,1068933041,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'g_demon2002@yahoo.co.jp','','','LA','£Ò£Å£Á£Ì¡¡£Ç£Á£Î£Ç£Ó£Ô£Á¡¡£É£Î¡¡£Ì£Á¡ª¡ª\r\n¥ß¡¼¥Ï¡¼¤À¤é¤±¤Çº¤¤ë¡ª»¨»ï¤¬Í£°ì£Ö£É£Â£Å¤È»×¤Ã¤Æ¤ëÆüËÜ¿Í¡£ËÜÅö¤òÃΤꤿ¤¤¤Î¤Ê¤é²¿¤Ç¤âʹ¤¤¤Æ¤¯¤ì¡ª¡ª','1427eb416b','','','','','¤¹¤Ù¤Æ¤Î¥¹¥È¥ê¡¼¥È¥·¡¼¥ó','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (13,1,'Tha Ghetto Heaven','829448826ba88a5c149309764f4a76fa',1100666466,0,1073063193,1069079263,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,1100666466,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'dai713@jeans.ocn.ne.jp','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (14,1,'2high','8ff3e26d1316c893e9c9ba0dc7379956',1073538075,0,1073347756,1069177305,0,1,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'realdealjapan@hotmail.com','','http://readeal-la.com','LA CA','','','','','','ONE WORLD DJ CREW','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (17,1,'C','4a06d868d044c50af0cf9bc82d2fc19f',1075036714,0,1074266957,1070371322,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,1070372445,NULL,1,1,0,1,1,1,1,1,1,1,1,0,'',0,'kyh2424kyh@yahoo.co.jp','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (15,1,'EsE DrEaMeR','235d0af68ed789b4026c76646491fbc4',1103288391,0,1103202635,1070152030,0,56,'9.00',4,'japanese','D M d, Y H:i',0,0,1085739900,NULL,0,1,1,1,1,1,1,0,0,0,1,0,'1577370837408533464e7a4.jpg',1,'lil_shiny_one@tbc.t-com.ne.jp','','','CiTy Of DrEaM','[img:b17824c648]http://www.silentgiantentertainment.com/artists/mr_shadow/SHADOW_westside.jpg[/img:b17824c648]\r\n[size=13:b17824c648][color=blue:b17824c648][b:b17824c648]~*Sr.SoMbRa*~[/b:b17824c648][/color:b17824c648][/size:b17824c648]','b17824c648','','','','','FiRmE MuSiC aNd FiRmE HyNa','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (42,1,'Westside Collection','6f63b5972319cd6e963fd3cb5be62a82',1100150343,0,1100150343,1100150230,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,1,1,0,1,1,1,1,1,1,1,1,NULL,'',0,'takako@westsidecollection.com','','http://www.westsidecollection.com','Los Angeles, California','À¾³¤´ß¡¢¥í¥µ¥ó¥¼¥ë¥¹¤è¤ê¤Î»²²Ã¡£Åö¼Ò¡¢Hiohop Clothing¤Î£Ï£î£ì£é£î£åÈÎÇä¤ÈDPG Recordz¤Î¥¢¡¼¥Æ¥£¥¹¥È¤ò¥×¥í¥â¡¼¥È¤·¤Æ¤¤¤Þ¤¹¡£¥µ¥¤¥È¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤Í¡ª\r\nwww.westsidecollection.com','305420e6a1','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (16,1,'Ê¢¤Ú¤³¡ù¤È¤óÂÀ','b57023d33b45b39e0821f9401ffb06ae',1093607559,0,1093519874,1070195003,2,4,'9.00',4,'japanese','D M d, Y H:i',1,0,1070373452,NULL,0,1,0,1,1,1,1,0,0,0,0,0,'2092529889402e1ccc52035.jpg',1,'madmax79@adachi.ne.jp','','http://pekoton.hp.infoseek.co.jp/index.html','','','','','','','','¥¤¥«¤·¤¿HIP-HOP¥¸¥ã¥±¤Îõµá¡ª','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (18,1,'ricky','14b0febbfe2b055a50c0bafbf2878730',1096832857,0,1096830253,1071330337,0,12,'9.00',4,'japanese','D M d, Y H:i',0,0,1095029557,NULL,1,1,1,1,1,1,1,0,0,1,1,0,'99506213941604ce9d0c74.jpg',1,'webmasta@y-r-p.com','','http://www.y-r-p.com/','','[img:691f9b8e24]http://triplesix.com/crunchycover.jpg[/img:691f9b8e24][img:691f9b8e24]http://triplesix.com/frayserboy.gif[/img:691f9b8e24][img:691f9b8e24]http://www.triplesix.com/daking.gif[/img:691f9b8e24]','691f9b8e24','','','','Maveric Design','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (19,1,'keita','85d606c4530d98879e87f1be4aa56fc2',1093181617,1,1090245010,1071414035,0,5,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'newtype0727@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (24,1,'colt','860c84f47cdd9aa067183ebf8cdb8fa0',1077587655,1,1076993311,1075899264,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'bandana13@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (20,1,'shinodogg','993500704586461166b03cb8742d7219',1104243900,0,1103787163,1073808753,0,13,'9.00',4,'japanese','D M d, Y H:i',0,0,1076856375,NULL,1,1,0,1,1,1,1,1,0,1,1,0,'451458580400143342d572.jpg',1,'shinodogg@yahoo.co.jp','','http://fun.poosan.net/shinodogg/index.html','¿·½É½½Æó¼Ò³¦·¨','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (21,1,'1KillaKlan','2fa9d7e537acc410e22c321a02aecbba',1093637114,0,1093016916,1074973813,0,12,'9.00',4,'japanese','D M d, Y H:i',0,0,1093637114,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'1KillaKlan@pandora.be','','','','','','Chrislaureys','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (31,1,'JackManson','28ccc7592eeae5dff467ce986259863f',1077498560,-1,1077498460,1077498330,0,0,'9.00',4,'english','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'tightstudio@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (33,1,'DSC','4b0d75874d5c4ec879da7f05a799efa3',1089615174,-4,1078454104,1078449296,0,1,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,1,0,1,1,1,1,1,1,1,1,1,0,'18566076164047da43bcd8d.jpg',1,'dilly_dally_g@hotmail.com','','','Kyoto','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (34,1,'¤Ò¤íË·','107f3782d3540fa7df2770e9ca649c57',1100632601,0,1100631460,1082584372,0,15,'9.00',4,'japanese','D M d, Y H:i',0,0,1083293204,NULL,0,1,1,1,1,1,1,1,0,0,0,0,'',0,'greenboirom@yahoo.co.jp','','','','','','','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (22,1,'LBC-G','b0d82431c16b0d01e2cfc992aef85b69',1101135951,0,1101031305,1075649376,0,8,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,0,0,1,1,1,1,1,1,1,1,0,'',0,'gangsta_shit_cartel@leaf.ocn.ne.jp','','http://ip.tosp.co.jp/i.asp?i=lbc1982','East Stone Killer City','','','','','','G.S.C. (Gangsta Sh*t! Crew)','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (23,1,'hirorinn','901930bbbf0445195ec8df83381db565',1076278922,0,1076191735,1075676185,0,2,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'backdropbomb@livedoor.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (27,1,'toni montana','1fbabae1def94adcb8fc7873f4f15398',1104252968,0,1104155954,1076494934,0,24,'9.00',3,'japanese','D M d, Y H:i',0,0,1097850211,NULL,0,1,1,1,1,1,1,0,1,0,0,0,'',0,'menace420421@hotmail.com','','','japan','040_A0144','e7330ed616','','','','','','',''); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (25,1,'075','cf41d8a7a56832bd1334122eac8b2eba',1076061867,1,1076061795,1076061776,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,0,0,1,1,1,1,1,0,0,0,0,'',0,'la.bella.mafia..@docomo.ne.jp','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (26,1,'919','a1133e4a7116b7fc056a32312532a0fc',1086412005,0,1081408287,1076146406,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,1,1,0,1,1,1,1,1,1,1,1,0,'',0,'bomb_hyd@yahoo.co.jp','','','WEST JAPAN','¤Ê¤Ë¤«¤ÈÀ¾¤Ë±ï¤Î¤¢¤ë»ä¡¢£Í£ù¥¿¡¼¥ó¥Æ¡¼¥Ö¥ë»ý¤¿¤º¤·¤Æ£Ä£Ê¤ä¤Ã¤Æ¤Þ¤¹?!\r\nºÇ¶á¡¢¼Ö¤Î¤Û¤¦¤Ï¤µ¤Ü¤ê¤®¤ß¡¦¡¦¡¦¡©¡ª\r\n£Ì£Ï£×£Ò£É£Ä£Å£Ò¤Ç¤¹¡£\r\n½ÐË×ÃÏ¡§£Ç¡Ý£Ã£Ï£Ì£Ì£Å£Ã£Ô£É£Ï£Î','dbf0cc8f3f','','','','BOMB','LP¼ý½¸','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (28,1,'AJSimpson','0c198cfa8579e985b490c2a1fed95ee8',1076924178,-9,1076923991,1076923962,0,1,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'imsoatarac@aol.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (29,1,'ParaNoid','9b7d722b58370498cd39104b2d971978',1103307265,0,1101747034,1077379877,0,18,'9.00',4,'english','D M d, Y H:i',0,0,1101746759,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'Noid@ifrance.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (30,1,'MansonJack','471aa54f7f44b1bd264dfce86597e30a',1078245484,0,1077498813,1077391189,0,1,'9.00',4,'english','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'busiman41@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (32,1,'DTZ','fac73f4cc7db6763254380f2b47d9628',1083688734,11,1082196642,1077601853,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'4054200401@jcom.home.ne.jp','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (39,1,'deepcover','dd77279f7d325eec933f05b1672f6a1f',1093268824,1,1093177412,1086793257,0,6,'9.00',4,'japanese','D M d, Y H:i',0,0,1087308162,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'gun_smoke_187@hotmail.com','','','H-TOWN','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (38,1,'GFONKLEERICS','99bfdc33d79bfedb2a6449a68faf5c8e',0,0,0,1086228627,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'leerics@free.fr','','','','','','','','amaure13@msn.com','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (35,1,'AK','a5d9f69a6bcf43389ed919308769fac2',1083213211,1,1083192448,1082714341,0,3,'9.00',4,'japanese','D M d, Y H:i',1,0,1082888983,NULL,0,1,1,1,1,1,1,1,1,0,0,0,'',0,'be_realest_when_i_get_free@yahoo.co.jp','','http://www.sound.jp/walksite','HIROSIMA','WALK SITE@WEBMASTER','af449b28a4','','','','D2O','HIPHOP,R&B','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (36,1,'stellven','2b8f621e9244cea5007bac8f5d50e476',1084040551,-9,1084040033,1084040008,0,1,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'yuji0418@hotmail.com','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (37,0,'Michael Triggaman','59101a86226b9c7abd2d171f0ac38229',0,0,0,1084895777,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,0,1,1,1,1,1,0,1,1,0,'',0,'michael@triggaman.de','','http://www.ganxstaizm.com','','[url=http://www.ganxstaizm.com][img:476a231336]http://www.ganxstaizm.com/PHP-NUKE/html/images/banners/ganxstaizm_banner.jpg[/img:476a231336][/url]\r\n[url=http://www.southparkcoalition.com][img:476a231336]http://www.ganxstaizm.com/PHP-NUKE/html/images/banners/nip.jpg[/img:476a231336][/url]','476a231336','','','','','','297fe7dd3ab1d',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (41,1,'Laforce59','9b123c011c80c3ed43555ddcafac00a9',0,0,0,1093777096,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,1,1,1,1,1,1,1,0,0,0,0,'',0,'smark7@bk.ru','','','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (40,1,'¤¦¤½¤Ã¤×','1ee19cd1b13e9cf6f1097967b23fa739',1093810229,1,1093766759,1093287614,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,1093810229,NULL,1,1,0,1,1,1,1,0,1,1,1,0,'',0,'westsydehustler@yahoo.co.jp','','http://www.geocities.jp/westsydehustler/','','','','','','','','','',NULL); INSERT INTO `users` (`user_id`, `user_active`, `username`, `user_password`, `user_session_time`, `user_session_page`, `user_lastvisit`, `user_regdate`, `user_level`, `user_posts`, `user_timezone`, `user_style`, `user_lang`, `user_dateformat`, `user_new_privmsg`, `user_unread_privmsg`, `user_last_privmsg`, `user_emailtime`, `user_viewemail`, `user_attachsig`, `user_allowhtml`, `user_allowbbcode`, `user_allowsmile`, `user_allowavatar`, `user_allow_pm`, `user_allow_viewonline`, `user_notify`, `user_notify_pm`, `user_popup_pm`, `user_rank`, `user_avatar`, `user_avatar_type`, `user_email`, `user_icq`, `user_website`, `user_from`, `user_sig`, `user_sig_bbcode_uid`, `user_aim`, `user_yim`, `user_msnm`, `user_occ`, `user_interests`, `user_actkey`, `user_newpasswd`) VALUES (43,1,'BIC','47257279d0b4f033e373b16e65f8f089',1102658092,4,1102657944,1102657887,0,0,'9.00',4,'japanese','D M d, Y H:i',0,0,0,NULL,0,0,0,1,1,1,1,1,1,1,1,NULL,'',0,'genki@mco.ne.jp','','','','','','','','','','music','',NULL); -- -- Table structure for table `vote_desc` -- CREATE TABLE `vote_desc` ( `vote_id` mediumint(8) unsigned NOT NULL auto_increment, `topic_id` mediumint(8) unsigned NOT NULL default '0', `vote_text` text NOT NULL, `vote_start` int(11) NOT NULL default '0', `vote_length` int(11) NOT NULL default '0', PRIMARY KEY (`vote_id`), KEY `topic_id` (`topic_id`) ) TYPE=MyISAM; -- -- Dumping data for table `vote_desc` -- INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (1,101,'MESSY MARV¤ÈSAN QUINN¤É¤Ã¤Á¤¬¹¥¤­¡©',1081262247,0); INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (2,102,'Kurupt¤ËDeathRow¤òΥ椷¤ÆDaz¤È¤â¤¦°ìÅÙ¥³¥ó¥Ó¤ò¤¯¤ó¤Ç¤â¤é¤¤¤¿¤¤¡©',1081467155,0); INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (3,108,'Ψľ¤Ê°Õ¸«¤òʹ¤«¤»¤Æ¤¯¤À¤µ¤¤¡£',1082422816,0); INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (4,112,'Á᤯հÇ̤˽ФƤâ¤é¤¤¤¿¤¤ÆîÉô¥é¥Ã¥Ñ¡¼',1082797531,0); INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (5,115,'¤¢¤Ê¤¿¤ÏÈ¿ÂФ·¤Þ¤¹¤«!?',1082958345,5184000); INSERT INTO `vote_desc` (`vote_id`, `topic_id`, `vote_text`, `vote_start`, `vote_length`) VALUES (6,138,'LIFE OF MCVEY¤ÈSAME¡¡THING¡¡DIFFERENT¡¡DAY¤É¤Á¤é¤¬¤ª¹¥¤­¡©',1089297199,0); -- -- Table structure for table `vote_results` -- CREATE TABLE `vote_results` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_option_id` tinyint(4) unsigned NOT NULL default '0', `vote_option_text` varchar(255) NOT NULL default '', `vote_result` int(11) NOT NULL default '0', KEY `vote_option_id` (`vote_option_id`), KEY `vote_id` (`vote_id`) ) TYPE=MyISAM; -- -- Dumping data for table `vote_results` -- INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (1,1,'MESSY MARV',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (1,2,'SAN QUINN',3); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (1,3,'ξÊý·ù¤¤',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (2,1,'¤â¤Á¤í¤ó!Daz¤ÈKurupt¤Î¥³¥ó¥Ó¤Ê¤¯¤·¤ÆDoggPound¤Ï¤¢¤ê¤¨¤ó!',4); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (2,2,'Suge¤Î¸µ¤Ç¥»¥³¥»¥³¤ä¤Ã¤Æ¤ë¤Î¤¬Kurupt¤ÎÀ­¤Ë¤¢¤Ã¤Æ¤ë¤Î¤µ¡ª',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (2,3,'¤É¤Ã¤Á¤Ç¤â¤¤¤¤¤±¤É¤Á¤ã¤ó¤È»Å»ö¤·¤í!',3); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (3,1,'¤¨!?¤ä¤á¤Á¤ã¤¦¤Î¡©',4); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (3,2,'¤ä¤Ã¤È¡¢¤ä¤á¤ë¤Î¤«¤è¡£',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (3,3,'¶½Ì£¤Ê¤¤¤«¤é¤É¤¦¤Ç¤â¤¤¤¤¤ä¡£',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (4,1,'PIMP C',2); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (4,2,'ÅçÅÄ',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (4,3,'Z-RO',1); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (4,4,'SPM',1); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (5,1,'ÌÞÏÀÈ¿ÂСª¤ª°Î¤¤¤µ¤ó¤Ï²¿¤ò¹Í¤¨¤Æ¤ë¤ó¤À!',8); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (5,2,'¸Ä¿Í¤ÏÌäÂê¤Ê¤¤¤Ç¤·¤ç¡©¤¸¤ã¡¢´Ø·¸¤Ê¤¤¤ä¡£',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (5,3,'¶½Ì£¤Ê¤¤¤Í¡£',0); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (6,1,'Z-RO¡¡LIFE OF....',1); INSERT INTO `vote_results` (`vote_id`, `vote_option_id`, `vote_option_text`, `vote_result`) VALUES (6,2,'TRAE¡¡STDD',0); -- -- Table structure for table `vote_voters` -- CREATE TABLE `vote_voters` ( `vote_id` mediumint(8) unsigned NOT NULL default '0', `vote_user_id` mediumint(8) NOT NULL default '0', `vote_user_ip` char(8) NOT NULL default '', KEY `vote_id` (`vote_id`), KEY `vote_user_id` (`vote_user_id`), KEY `vote_user_ip` (`vote_user_ip`) ) TYPE=MyISAM; -- -- Dumping data for table `vote_voters` -- INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (1,10,'db794c11'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (1,3,'2bf4fce6'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,3,'2bf4fd4a'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,10,'d3134856'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,8,'44785416'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,20,'d2e70ea9'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,27,'3d16725b'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,11,'db7f0f63'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (3,27,'3d167297'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (3,20,'d2fcca54'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (3,35,'da787c07'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (4,8,'44785416'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (4,10,'db67e046'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,3,'dc96f81d'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (4,18,'ddbc4970'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,10,'db67e046'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,27,'3d1675dd'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,8,'44785416'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,20,'9630f5a2'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,34,'3d779d7a'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (4,34,'3d779d7a'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,35,'da787c07'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (5,19,'dc114c2b'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (2,19,'dc114c2b'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (3,19,'dc114c2b'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (1,8,'4478e33c'); INSERT INTO `vote_voters` (`vote_id`, `vote_user_id`, `vote_user_ip`) VALUES (6,10,'dcd5049b'); -- -- Table structure for table `words` -- CREATE TABLE `words` ( `word_id` mediumint(8) unsigned NOT NULL auto_increment, `word` char(100) NOT NULL default '', `replacement` char(100) NOT NULL default '', PRIMARY KEY (`word_id`) ) TYPE=MyISAM; -- -- Dumping data for table `words` --